ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona

Size: px
Start display at page:

Download "ECE Computer Engineering I. ECE Introduction. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona"

Transcription

1 ECE 34-2 Computer Engineering I ECE34-. Introduction Z. Aliyazicioglu Electrical and Computer Engineering Department Cal Poly Pomona Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34- Instructors Dr. Zekeriya Aliyazicioglu (Dr. Zeki) Office: zaliyazici@csupomona.edu Office Hours M 2: PM - 2: PM, W 2: PM - 2: PM, TH 3: PM - 4: PM Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-2

2 Course Description Analysis and design of Digital Systems using hardware (algorithmic state machines), and software (microcontrollers). Four (4) one-hour lecture/problem solving sessions. Prerequisites: ECE24/ 244, ECE22/27. Concurrent: ECE 34L. Note: Students are responsible for satisfying the required prerequisites. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-3 Course Objectives To teach students how to design algorithmic state machines To teach students how to use Verilog to describe and simulate digital systems To teach students the architecture, instruction set, and programming of the Motorola 68HC microcontroller To teach student important applications of a microcontroller. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-4

3 Text Book MC68HC: An Introduction, Software and Hardware Interfacing, Huang, 2 nd edition, ISBN Further Reading(s): Miller Gene H. Microcomputer Engineering, Prentice Hall, 2 nd Edition, 999. [2[ Motorola MC68HC Reference Manual, Motorola University Support Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-5 Grading Homework, uizzes, and Project effect the 25% of the final course grade Exam effects the 25% of the final course grade, Exam 2 effects the 25% of the final course grade, Final Exam effects the 25% of the final course grade Note : Students are responsible for all materials/announcements presented in class whether they are present or absent. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-6

4 Course Policies Students must have the pre/co requisites for ECE 34 as given above. No make-up tests will be given. Students are encouraged to discuss the course, including issues raised by the assignments. However, the solutions to assignments should be individual original work unless otherwise specified. You may ask a fellow student a question designed to improve your understanding, not one designed to get the assignment done. To do otherwise is to cheat yourself out of understanding, as well as to be dishonorable. Any case of cheating will result in an F grade for the course. Also, the case may be forwarded to the Department Chair for appropriate disciplinary action. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-7 Homework Homework must be turned in at the beginning of your class All work that you submit must represent your individual effort All assignments are expected to be prepared in a professional manner. No late homework assignments will be accepted Computer failure or lack of availability of a computer are not valid excuses for late assignments Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-8

5 uestions uestions before we begin? Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-9 Latch Latch : The memory element outputs immediately change in response to input change. Example : R-S latch. If a latch has only data input, like R and S, it is called unlocked latch. Level-sensitive latches have an additional enable input, sometimes called the clock or control input. Level-sensitive latches continuously sample their input while they are enabled. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-

6 Latch S 2 3 UA 74LS2 ' S' 2 3 UA 74LS2 2 3 U3A 74LS2 ' E' R 5 6 U2A 4 74LS2 R' 2 3 U2A 74LS2 2 3 U4A 74LS2 Unlocked R-S latch. Level-sensitive R-S latches S R Last Last S R Symbols for S-R latch undefined Function Table Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34- Flip-Flop Flip-Flops are different than latches Their outputs change only with respect to the clock. We can characterize flip-flops on the the basic of the clock transition that causes the output change. There are positive edge-triggered, negative edge-triggered, flip-flops A positive edge-triggered flip-flop samples its output on the low-to-high clock transition. The output change a propagation delay after rising clock transition A negative edge-triggered flip-flop samples its output on the high-to-low clock transition Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-2

7 D- Flip-Flop C D CK D CK D Clock Level-sensitive latch 74LS76 Clock Positive edge-triggered flip flop TTL 74LS74 Clock Negative edge-triggered flip flop Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-3 D- Flip-Flop D Clk Last Last Last O Last Timing behavior of s positive-edge-triggered D Flip-flop Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-4

8 The Trigger Flip-Flop (T Flip-Flop) T + FF T T R FF S R=T S= T T + + =T +T =T T= + Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-5 The Clocked Flip-Flop FF CK T Clock T T + Clock input has small circle indicates that the flip-flop changes state on the falling edge of the clock Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-6

9 R FF S The J-K Flip-Flop J K + CK K FF J + =K + J K J Construction from S-R FF + J K X X X X Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-7 The Clocked J-K Flip Flop FF K CK Clock J Clock J K Clock input has small circle indicates that the flip-flop changes state on the falling edge of the clock Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-8

10 The D Flip-Flop CK D D + Clock + =D D Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-9 Clocked FF with Clear and Preset Clear CLR PRE K CK J Clock J-K FF has Clear (CLR) and Preset (PRE) inputs. The small circle indicates that a logic is required to cleat or set the FF. Preset CLR= will reset the FF to = PRE= will set the FF =. This inputs override the clock and J-K inputs CLR and PRE should be normal J-K and clock operation. Clear CLR CK Clock D CLR= will reset the D Flip-Flop to = CLR inputs override the clock and D input When CLR =, D and clock input operate in normal. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-2

11 Design of a Binary Counter Let s design synchronous counter. This means the operation of the FF is synchronized by the common input pulse (P) Let s design a counter to count, 3, 5, 7, 2,6,,3,..and use T FF We can represent these integer numbers with 3 bits,,,,,,,,.. A B C A B C FF FF FF T A T B T C The State Graph Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-2 A B C A + B + C T A T B T C + T Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-22

12 Multiplexer (MUX), Decoders, Encoder, EPROM Cal Poly Pomona Electrical & Computer Engineering Dept. ECE Multiplexer A Multiplexer has a group of data inputs and group of control inputs The control inputs are used to select one of the data inputs and connect it to the output terminal Example: Data Input I I I 2 I 3 74x53 4-to- MUX F Data Input I I I 2 I 3 I 4 I 5 I 6 I 7 74x5 8-to- MUX F Control A B Input A B C Control Input A 4-to- Multiplexer A 8-to- Multiplexer Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-24

13 4-to- Multiplexer S S F I I I 2 I 3 F= S S I + S S I + S S I 2 + S S I 3 F Cal Poly Pomona Electrical & Computer Engineering Dept. ECE to- Multiplexer A' B' I A' B I A B' I F A B I 3 4-to- Multiplexer Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-26

14 2x Multiplexer Cal Poly Pomona Electrical & Computer Engineering Dept. ECE uadruple 2-to- Multipexer uadruple 2-to- Multipexer is used to select one of two- 4 bit data words If A=, the values of x,x,x 2,x 3 appears at the output If A=, the values of y,y,y 2,y 3 appears at the output z z z 2 z 3 A 2-to- 2-to- 2-to- 2-to- X y X y X 2 y 2 X 3 y 3 74x57 Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-28

15 Using 4-to- MUX for any 3-variable function F(A,B,C)=A B +AC Two control inputs. Let s A and B F(A,B,C)=A B +AC(B +B) =A B +AB C+ABC C C I I I 2 I 3 4-to- MUX F A B Cal Poly Pomona Electrical & Computer Engineering Dept. ECE to- MUX can be used for 4-variable function AB CD I I 2 I 6 I 4 D D D D D I I I 2 I 3 I 4 I 5 I 6 I 7 8-to- MUX F I I 3 I 7 I 5 A B C Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-3

16 Dual 4x Mux.74LS53 Cal Poly Pomona Electrical & Computer Engineering Dept. ECE INPUT MULTIPLEXER (74LS5) Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-32

17 Decoder Generates all of the minterms of the inputs variable One of the output lines will be for each combination of the input variables Example:3-to-8 decoder a b c Enable input n input 3-to-8 Line Decoder y =a b c y =a b c y 2 =a bc y 3 =a bc y 4 =ab c y 5 =ab c y 6 =abc y 7 =abc 2 n output a b c Y y y 2 y 3 y 4 y 5 y 6 y 7 Cal Poly Pomona Electrical & Computer Engineering Dept. ECE LS39 A B G 2A 2B 2G 74LS39 y y Y 2 y 3 2y 2y 2y 2 2y 3 G A B X X y y y 2 y 3 2 input 4 output Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-34

18 74LS39 Cal Poly Pomona Electrical & Computer Engineering Dept. ECE Design 4-to- decoder Decoder has inverted outputs a b c d Y y y 2 y 3 y 4 y 5 y 6 y 7 y 8 y 9 m 9 a b c d 7442 m 7 m 5 m 3 m m 8 m 6 m 4 m 2 m Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-36

19 Design 4-to- decoder Cal Poly Pomona Electrical & Computer Engineering Dept. ECE Encoder Encoder performs a function that is the inverse of decoder An encoder has n outputs from 2 n inputs Enable input 2 n Data input enable Encoder n output LS47 2 n input 9 input 4 output Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-38

20 74LS47 Cal Poly Pomona Electrical & Computer Engineering Dept. ECE Read-Only Memory Binary data is stored in the ROM. It can be read by the address given Each combination of input value, corresponding data appears on the output 3 Input Lines A B C ROM 8 Words X 4 Bits F F 2 F 3 F 4 4 Output Lines a b c F F 2 F 3 F 4 Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-4

21 Read-Only Memory N input lines and m output lines contains an array of 2 n word, and each word is m bits long n Input Lines a a 2 a n. ROM 2 n Words X m Bits F F 2 M Output Lines F m a a 2.. a n Address Line F F 2. F m Data Array Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-4 Basic ROM Structure ROM n Input Lines. Decoder. Memory Array 2 n word x m bits m Output Lines Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-42

22 ROM Types Three Basic types of ROM Mask-programmable ROM At time of manufacture, the data array is permanently stored in a mask-programmable ROM. Field programmable ROM(PROM) Manufactured with all switching elements present in the memory array. Each intersection is made as a fusible link. To store the data, these fusible link selectively blown using voltage pulse. When the link blown, data is permanently stored in the array. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE ROM Types Erasable programmable ROM (EPROM) Instead of fusible links, EPROMs use a special chargestorage mechanism to enable or disable the switching links. The data stored in the array is generally permanent until it is erased using an ultraviolet light.after erased, e new set of data can be stored. EEPROM is similar to EPROM, except that electrical pulse use to erase it instead of ultraviolet. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-44

23 PLD (Programmable Logic Devices) Programmable Logic Device is a digital integrated circuit, which you can program it different logic function 2 to 4 functions of 4 to 6 variables with a single integrated circuit Designing system with PLD gives you option to change the program of PLD with out changing wiring. Cal Poly Pomona Electrical & Computer Engineering Dept. ECE Available PLD types: PLA (Programmable Logic Array) EPLD (Erasable PLD) PEEL (Programmable electrically erasable logic) GAL (General Logic Array) Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-46

24 PLA n Input Lines. AND Array. OR Array m Output Lines Cal Poly Pomona Electrical & Computer Engineering Dept. ECE PAL6R6 Cal Poly Pomona Electrical & Computer Engineering Dept. ECE 34-48

ECE Computer Engineering I. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona

ECE Computer Engineering I. Z. Aliyazicioglu. Electrical and Computer Engineering Department Cal Poly Pomona EE 34-4 omputer Engineering I EE34-2. equential Network Z. Aliyazicioglu Electrical and omputer Engineering epartment al Poly Pomona al Poly Pomona Electrical & omputer Engineering ept. EE 34-2 egister

More information

EE 579: Digital System Testing. EECS 579 Course Goals

EE 579: Digital System Testing. EECS 579 Course Goals EE 579: Digital System Testing Lecture 1: Course Introduction and Overview John P. Hayes University of Michigan EECS 579 Fall 2001 Lecture 01: Page 1 EECS 579 Course Goals To learn about The role of testing

More information

Computer Science Undergraduate Scholarship

Computer Science Undergraduate Scholarship Computer Science Undergraduate Scholarship Regulations The Computer Science Department at the University of Waikato runs an annual Scholarship examination. Up to 10 Scholarships are awarded on the basis

More information

Computer System. Computer hardware. Application software: Time-Sharing Environment. Introduction to Computer and C++ Programming.

Computer System. Computer hardware. Application software: Time-Sharing Environment. Introduction to Computer and C++ Programming. ECE 114 1 Computer System Introduction to Computer and C++ Programming Computer System Dr. Z. Aliyazicioglu Cal Poly Pomona Electrical & Computer Engineering Cal Poly Pomona Electrical & Computer Engineering

More information

MLR Institute of Technology

MLR Institute of Technology MLR Institute of Technology Laxma Reddy Avenue, Dundigal, Quthbullapur (M), Hyderabad 500 043 Phone Nos: 08418 204066 / 204088, Fax : 08418 204088 -----------------------------------------------------------------------------------------------------------------

More information

MRA4 Modbus HighPROTEC. Data point list. Manual DOK-TD-MRA4MDE

MRA4 Modbus HighPROTEC. Data point list. Manual DOK-TD-MRA4MDE MRA4 Modbus HighPROTEC Data point list Manual DOK-TD-MRA4MDE Table of Contents Table of Contents TABLE OF CONTENTS... 2 MODBUS PARAMETERS... 3 Notes for the SCADA-System... 4 SPECIFIC MODBUS FUNCTION CODES...

More information

Verification of Specifications Data Flow Diagrams (DFD) Summary. Specification. Miaoqing Huang University of Arkansas Spring / 28

Verification of Specifications Data Flow Diagrams (DFD) Summary. Specification. Miaoqing Huang University of Arkansas Spring / 28 1 / 28 Specification Miaoqing Huang University of Arkansas Spring 2010 2 / 28 Outline 1 2 3 / 28 Outline 1 2 How to verify a specification? Specification itself has to be correct Verification methods Observe

More information

Introduction to Health Professions (HPRS 1201)

Introduction to Health Professions (HPRS 1201) Introduction to Health Professions (HPRS 1201) Credit: 2 semester credit hours (2 hours lecture) Prerequisite/Co-requisite: None Course Description An overview of roles of various members of the health

More information

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011

GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: August 25, 2011 GLI Standards Composite Submission Requirements Initial Release, Version: 1.0 Release Date: This Page Intentionally Left Blank About These Requirements This document contains a composite view of all submission

More information

ECE 271 Microcomputer Architecture and Applications University of Maine

ECE 271 Microcomputer Architecture and Applications University of Maine ECE Microcomputer Architecture and Applications University of Maine Lab : Liquid Crystal Display (LCD) Driver in C Instructor: Prof. Yifeng Zhu Spring Goals. Understand alternative function of GPIO pins.

More information

Realization of FPGA based numerically Controlled Oscillator

Realization of FPGA based numerically Controlled Oscillator IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) ISSN: 2319 4200, ISBN No. : 2319 4197 Volume 1, Issue 5 (Jan. - Feb 2013), PP 07-11 Realization of FPGA based numerically Controlled Oscillator Gopal

More information

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2011 Total Estimate. FY 2011 OCO Estimate

UNCLASSIFIED. R-1 ITEM NOMENCLATURE PE D8Z: Central Test and Evaluation Investment Program (CTEIP) FY 2011 Total Estimate. FY 2011 OCO Estimate COST ($ in Millions) FY 2009 Actual FY 2010 FY 2012 FY 2013 FY 2014 FY 2015 Cost To Complete Program Element 143.612 160.959 162.286 0.000 162.286 165.007 158.842 156.055 157.994 Continuing Continuing

More information

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients

Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients Practical Design of Intelligent Reminder System of Having Medicine for Chronic Patients CHUN-LIANG HSU 1 SHENG-YUAN YANG 2 DONG-LIANG LEE 3 LAWRENCE Y. DENG 4 1 Department of Electrical Engineering 2 Department

More information

Course Outline (Winter 2017)

Course Outline (Winter 2017) Course Outline (Winter 2017) EES612: Electrical Machines and Actuators Instructor Calendar Description Prerequisites Compulsory Text(s): Reference Text(s) Learning Objectives (Indicators) Name: Dr. Rafael

More information

IMPORTANT See last page for changes from VERSION 1.3. To enter programming, press [ENTER] + installer code (Installer default code )

IMPORTANT See last page for changes from VERSION 1.3. To enter programming, press [ENTER] + installer code (Installer default code ) SOFTWARE VERSION 2.0 IMPTANT See last page for changes from VERSION 1.3 To enter programming, press [ENTER] + installer code (Installer default code 747474) ADDRESSES: addresses "000" to "255" ( key [10]

More information

SSPRQ test pattern. Pete Anslow, Ciena. IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 2016

SSPRQ test pattern. Pete Anslow, Ciena. IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 2016 test pattern Pete Anslow, Ciena IEEE P802.3bs Task Force, Logic Ad Hoc, 28 April 206 Introduction P802.3bs D.3 contains two PAM4 test patterns: PRBS3Q and PRBS3Q with characteristics analysed in anslow_0_25_logic

More information

Leadership Immersion NUR 465 section 734 On-line 4 Credits Summer 2015

Leadership Immersion NUR 465 section 734 On-line 4 Credits Summer 2015 1 Leadership Immersion NUR 465 section 734 On-line 4 Credits Summer 2015 Catalog Course Description: Integration and application of theories, principles and practices of nursing leadership and management

More information

Planning Calendar Grade 5 Advanced Mathematics. Monday Tuesday Wednesday Thursday Friday 08/20 T1 Begins

Planning Calendar Grade 5 Advanced Mathematics. Monday Tuesday Wednesday Thursday Friday 08/20 T1 Begins Term 1 (42 Instructional Days) 2018-2019 Planning Calendar Grade 5 Advanced Mathematics Monday Tuesday Wednesday Thursday Friday 08/20 T1 Begins Policies & Procedures 08/21 5.3K - Lesson 1.1 Properties

More information

HT1611C Timer with Dialer Interface

HT1611C Timer with Dialer Interface Crystalfontz Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ HT1611C Timer with Dialer nterface Features Patent umber: 844 (R.O.C.) Patent Pending: 08/214, 079

More information

TM ARMY AH-64A HELICOPTER HELLFIRE MISSILE EQUIPMENT AVIATION INTERMEDIATE MAINTENANCE MANUAL TECHNICAL MANUAL

TM ARMY AH-64A HELICOPTER HELLFIRE MISSILE EQUIPMENT AVIATION INTERMEDIATE MAINTENANCE MANUAL TECHNICAL MANUAL TECHNICAL MANUAL AVIATION INTERMEDIATE MAINTENANCE MANUAL ARMY AH-64A HELICOPTER HELLFIRE MISSILE EQUIPMENT This copy is a reprint which includes current pages from Changes 1 through 6. HEADQUARTERS, DEPARTMENT

More information

Analytical Methods for Evidence-Based Practice NUR 962 Sections Credit Hours 3 Summer 2016

Analytical Methods for Evidence-Based Practice NUR 962 Sections Credit Hours 3 Summer 2016 Analytical Methods for Evidence-Based Practice NUR 962 Sections Credit Hours 3 Summer 2016 Catalog Course Description: Integrate and critically evaluate knowledge from diverse sources to develop the best

More information

YOU ARE CORDIALLY INVITED to attend the IDN-KANSAS CITY Trade Show THURSDAY APRIL 19, :00-2:00 2-DAYS OF EDUCATION. Holiday Inn & Suites

YOU ARE CORDIALLY INVITED to attend the IDN-KANSAS CITY Trade Show THURSDAY APRIL 19, :00-2:00 2-DAYS OF EDUCATION. Holiday Inn & Suites THURSDAY 11:00-2:00 LUNCH: 12:00 pm - 1:00 pm 2-DAYS OF WEDNESDAY, APR IL 18, 2018 8:00 AM - 5:00 PM THURSDAY, APRIL 19, 2018 8:00 AM - 12:00 P M YOU ARE CORDIALLY INVITED to attend the Trade Show LOOK

More information

Manage Your Project Portfolio, Second Edition

Manage Your Project Portfolio, Second Edition Extracted from: Manage Your Project Portfolio, Second Edition Increase Your Capacity and Finish More Projects This PDF file contains pages extracted from Manage Your Project Portfolio, Second Edition,

More information

Logic-Based Benders Decomposition for Multiagent Scheduling with Sequence-Dependent Costs

Logic-Based Benders Decomposition for Multiagent Scheduling with Sequence-Dependent Costs Logic-Based Benders Decomposition for Multiagent Scheduling with Sequence-Dependent Costs Aliza Heching Compassionate Care Hospice John Hooker Carnegie Mellon University ISAIM 2016 The Problem A class

More information

Features PART MARKING TEMP. RANGE ( C) PKG. DWG. # ICM7243BlPL** (No longer available or supported) ICM7243BlPL -25 to Ld PDIP E40.

Features PART MARKING TEMP. RANGE ( C) PKG. DWG. # ICM7243BlPL** (No longer available or supported) ICM7243BlPL -25 to Ld PDIP E40. DATASHEET ICM7243 8-Character, Microprocessor-Compatible, LED Display Decoder Driver FN3162 Rev 5.00 The ICM7243 is an 8-character, alphanumeric display driver and controller which provides all the circuitry

More information

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM

INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM INTERNET OF THINGS BASE REMOTE PATIENT MONITORING SYSTEM Amar Palwankar 1, Saurabh kotawadekar 2, Amit Patil 3,Sushant Patil 4 1 Asst.Prof, Dept. of Information Technology, FAMT, Ratnagiri 2 Student, Dept.

More information

WACO, TEXAS. Clinical Medical Laboratory Technician / Phlebotomy MLAB 1160 COURSE SYLLABUS

WACO, TEXAS. Clinical Medical Laboratory Technician / Phlebotomy MLAB 1160 COURSE SYLLABUS WACO, TEXAS Clinical Medical Laboratory Technician / Phlebotomy MLAB 1160 COURSE SYLLABUS REVISED: Summer 2012 Clinical Medical Laboratory Technician / Phlebotomy MLAB 1160 Course Description: MLAB 1160

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS. First Aid, Safety, and CPR PHED 2435

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS. First Aid, Safety, and CPR PHED 2435 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS First Aid, Safety, and CPR PHED 2435 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Revised: Fall 2013 This course is directly equivalent to

More information

CIS192 Python Programming. Dan Gillis. January 20th, 2016

CIS192 Python Programming. Dan Gillis. January 20th, 2016 CIS192 Python Programming Introduction Dan Gillis University of Pennsylvania January 20th, 2016 Dan Gillis (University of Pennsylvania) CIS 192 January 20th, 2016 1 / 37 Outline 1 About this Course People

More information

NUR 290 NCLEX Review Course Syllabus i

NUR 290 NCLEX Review Course Syllabus i Semester: Credits/Hours: NUR 290 NCLEX Review 45 hours (Lecture) 3 credit hours Semester: January 6, 2014 April 18, 2014 Course Schedule: Monday 0830 1120 OR Friday 1000 1250 Delivery Method: Residential

More information

Pharmacology for Advanced Practice Nurses

Pharmacology for Advanced Practice Nurses Academic Unit School of Nursing Course Prefix NUR 540 Course Title: Term Offered: Credit Hours/Clock Hours: Course Prerequisites: Course Co-requisite: Mode of Instruction: Pharmacology for Advanced Practice

More information

School of Engineering and Technology

School of Engineering and Technology School of Engineering and Technology Industrial-Based Senior Projects BACKGROUND: Thank you for your interest in sponsoring a senior project with the Lake Superior State University (LSSU) School of Engineering

More information

Occupational Health and Safety Management

Occupational Health and Safety Management Occupational Health and Safety Management 1. Course Description: MOS 344 G - Section 650 Distance Studies- On-Line 2008 An examination of managerial issues surrounding occupational health and safety practices

More information

THE VERIZON TELEPHONE COMPANIES TARIFF F.C.C. NO. 1 2nd Revised Page 22-1 Cancels 1st Revised Page 22-1 ACCESS SERVICE

THE VERIZON TELEPHONE COMPANIES TARIFF F.C.C. NO. 1 2nd Revised Page 22-1 Cancels 1st Revised Page 22-1 ACCESS SERVICE 2nd Revised Page 22-1 Cancels 1st Revised Page 22-1 22. Advanced Communications Networks 22.1 TCP/IP Data Aggregation Service (A) Service Description (USOC - XMO++) TCP/IP Data Aggregation Service is available

More information

Automatic Patient Care System using ARM Processor Abirami.K 1 Abinaya.S 2 Sinduja.B 3 Vedhapriya.V.G 4 Dr. N. Suthanthira Vanitha 5

Automatic Patient Care System using ARM Processor Abirami.K 1 Abinaya.S 2 Sinduja.B 3 Vedhapriya.V.G 4 Dr. N. Suthanthira Vanitha 5 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 01, 2015 ISSN (online): 2321-0613 Automatic Patient Care System using ARM Processor Abirami.K 1 Abinaya.S 2 Sinduja.B 3

More information

Moving from Sentinel SuperPro to Sentinel LDK Migration Guide

Moving from Sentinel SuperPro to Sentinel LDK Migration Guide Moving from Sentinel SuperPro to Sentinel LDK Migration Guide Copyrights and Trademarks Copyright 2013 SafeNet, Inc. All rights reserved. HARDLOCK, HASP, SENTINEL, SUPERPRO and ULTRAPRO are registered

More information

The Hashemite University- School of Nursing Master s Degree in Nursing Fall Semester

The Hashemite University- School of Nursing Master s Degree in Nursing Fall Semester The Hashemite University- School of Nursing Master s Degree in Nursing Fall Semester Course Title: Statistical Methods Course Number: 0703702 Course Pre-requisite: None Credit Hours: 3 credit hours Day,

More information

Clinical Seminars II NUR 896: 2 credit Fall 2009

Clinical Seminars II NUR 896: 2 credit Fall 2009 Clinical Seminars II NUR 896: 2 credit Fall 2009 Catalog Course Description: Review of research literature relevant to the safe practice of anesthesia. Presentation of case studies as related to pathophysiological

More information

Stephen F. Austin State University DeWitt School of Nursing Nursing Capstone Course Course Number: NUR 433 Clinical Sections:

Stephen F. Austin State University DeWitt School of Nursing Nursing Capstone Course Course Number: NUR 433 Clinical Sections: Stephen F. Austin State University DeWitt School of Nursing Nursing Capstone Course Course Number: NUR 433 Clinical Sections: 010-015 ALL INFORMATION IN THIS SYLLABUS IS SUBJECT TO THE WRITTEN PUOLICIES

More information

Leadership I: Organizational Leadership NUR 961 Section Credits Summer 2016

Leadership I: Organizational Leadership NUR 961 Section Credits Summer 2016 Leadership I: Organizational Leadership NUR 961 Section 742 3 Credits Summer 2016 Catalog Course Description: Analysis and evaluation of organization and leadership theories and their relationship to complex

More information

GE Energy Connections

GE Energy Connections GE Energy Connections Contents Industrial Services External Training Schedule...3 Industrial Services LV7000 Drives... 4 Industrial Services DC2100e Drives... 5 Industrial Services P80i Software Training...6

More information

Service Manual. WorkCentre Multifunction Printer. WC5016 WC5020 Black-and-white. Multifunction Printer

Service Manual. WorkCentre Multifunction Printer. WC5016 WC5020 Black-and-white. Multifunction Printer Service Manual WorkCentre 5016 5020 Multifunction Printer WC5016 WC5020 Black-and-white Multifunction Printer Work Center 5016, 5020 Service Documentation 701P48365 June 2008 CAUTION Certain components

More information

2-DAYS OF EDUCATION TUESDAY, AUGUST 7, :00 AM - 5:00 PM TRADE SHOW WEDNESDAY, AUGUST 8, :00 AM - 2:00 PM YOU ARE CORDIALLY INVITED

2-DAYS OF EDUCATION TUESDAY, AUGUST 7, :00 AM - 5:00 PM TRADE SHOW WEDNESDAY, AUGUST 8, :00 AM - 2:00 PM YOU ARE CORDIALLY INVITED YOU ARE CORDIALLY INVITED to attend the IDN-Grand Rapids Trade Show TRADE SHOW 11:00 AM - 2:00 PM LIVE AT 2-DAYS OF EDUCATION TUESDAY, AUGUST 7, 2018 8:00 AM - 5:00 PM 8:00 AM - 11:00 AM LOOK INSIDE FOR

More information

OPERATING SYSTEMS DETAILED CONTENTS. 1. Brief Introduction to System Software (2 hrs) 2. Overview of Operating Systems (4 hrs)

OPERATING SYSTEMS DETAILED CONTENTS. 1. Brief Introduction to System Software (2 hrs) 2. Overview of Operating Systems (4 hrs) OPERATING SYSTEMS 1 RATIONALE L T P 5-2 The course provides the students with an understanding of human computer interface existing in computer system and the basic concepts of operating system and its

More information

HEALTH ASSESSMENT FOR NURSE ANESTHESIA NUR 880: 3 credits Summer 2009

HEALTH ASSESSMENT FOR NURSE ANESTHESIA NUR 880: 3 credits Summer 2009 HEALTH ASSESSMENT FOR NURSE ANESTHESIA NUR 880: 3 credits Summer 2009 Catalog Course Description: Advanced systematic focus on the health assessment of patients preparing for anesthesia, and integration

More information

AIRCRAFT WEAPONS SYSTEMS TEST EQUIPMENT

AIRCRAFT WEAPONS SYSTEMS TEST EQUIPMENT CHAPTER 16 AIRCRAFT WEAPONS SYSTEMS TEST EQUIPMENT Aviation ordnancemen use test equipment in all phases of electrical testing of weapons systems. The testing procedures you use are required at specific

More information

Eastern Municipal Water District Date Adopted: 04/16/97 Date Revised: 07/06

Eastern Municipal Water District Date Adopted: 04/16/97 Date Revised: 07/06 Eastern Municipal Water District Date Adopted: 04/16/97 Date Revised: 07/06 GENERAL PURPOSE JOB DESCRIPTION Controls Technician I (Flex) Controls Technician II Code Number: 46003, 46004 Under general supervision,

More information

(b) Artificial Tanning Device shall mean any equipment that as defined in Section (1), C.R.S. 1989, as amended.

(b) Artificial Tanning Device shall mean any equipment that as defined in Section (1), C.R.S. 1989, as amended. DEPARTMENT OF PUBLIC HEALTH AND ENVIRONMENT Division of Environmental Health and Sustainability ARTIFICIAL TANNING DEVICE REGULATIONS 6 CCR 1010-20 [Editor s Notes follow the text of the rules at the end

More information

te matāuranga mahi kaute accounting AC2000CA COURSE AND ASSESSMENT GUIDE NCEA LEVEL 2

te matāuranga mahi kaute accounting AC2000CA COURSE AND ASSESSMENT GUIDE NCEA LEVEL 2 te matāuranga mahi kaute accounting AC2000CA COURSE AND ASSESSMENT GUIDE NCEA LEVEL 2 2015 accounting ac2000 teacher contact details When you first make contact with your teacher, please fill out their

More information

Full IP. nursecall and notification

Full IP. nursecall and notification Full nursecall and notification Actual size All nursecall intelligence is now inside this call button icall is the first nursecall system where the connection between the network and the room can run entirely

More information

Clinical Seminars I NUR 895: 2 credit Thursday, 3:30 pm 5:30 pm A107 Life Sciences Summer 2009

Clinical Seminars I NUR 895: 2 credit Thursday, 3:30 pm 5:30 pm A107 Life Sciences Summer 2009 Clinical Seminars I NUR 895: 2 credit Thursday, 3:30 pm 5:30 pm A107 Life Sciences Summer 2009 Catalog Course Description: Anesthesia management plans and outcomes. Evaluation of research and other literature

More information

Real ROI: Using RTLS to Improve IV Pump Utilization & Save $1M

Real ROI: Using RTLS to Improve IV Pump Utilization & Save $1M Real ROI: Using RTLS to Improve IV Pump Utilization & Save $1M Session # 82, March 6, 2018 Dave Dickey, MS, FACHE, CHC, CCE, CHTM Vice President McLaren Health Care Clinical Engineering 1 Conflict of Interest

More information

Business. Ms. Hardin. Business Principles & Applications. Suggested Grade Level: Prerequisite: None. Credit: 1.0

Business. Ms. Hardin. Business Principles & Applications. Suggested Grade Level: Prerequisite: None. Credit: 1.0 Business Ms. Hardin Business Principles & Applications Suggested Grade Level: 9-10 Prerequisite: None Course Description: This course establishes basic foundations for further study in business and marketing

More information

FIGHTER DATA LINK (FDL)

FIGHTER DATA LINK (FDL) FIGHTER DATA LINK (FDL) Joint ACAT ID Program (Navy Lead) Prime Contractor Total Number of Systems: 685 Boeing Platform Integration Total Program Cost (TY$): $180M Data Link Solutions FDL Terminal Average

More information

NUR 540 Course Syllabus. Course Prerequisites: Admission to the Nursing graduate program

NUR 540 Course Syllabus. Course Prerequisites: Admission to the Nursing graduate program NUR 540 Course Syllabus Name of College Department College of Health and Human Services School of Nursing Course Prefix, Number NUR 540 Title: Pharmacology for Advanced Practice Nurses Semester Course

More information

MARINE ALTERNATOR WIRING DIAGRAM

MARINE ALTERNATOR WIRING DIAGRAM 22 April, 2018 MARINE ALTERNATOR WIRING DIAGRAM Document Filetype: PDF 363.24 KB 0 MARINE ALTERNATOR WIRING DIAGRAM So let's get our boat wiring diagram. Is there any way of getting a wiring diagram for

More information

Technical Supplement For Joint Standard Instrumentation Suite Missile Attitude Subsystem (JMAS) Version 1.0

Technical Supplement For Joint Standard Instrumentation Suite Missile Attitude Subsystem (JMAS) Version 1.0 Technical Supplement For Joint Standard Instrumentation Suite Missile Attitude Subsystem (JMAS) 1. INTRODUCTION Version 1.0 1.1 Scope This Technical Supplement describes the Government s need for a capability

More information

ARCHITECTS' AND ENGINEERS' SPECIFICATIONS FOR NC300 MICROPROCESSOR NURSE CALL SYSTEM

ARCHITECTS' AND ENGINEERS' SPECIFICATIONS FOR NC300 MICROPROCESSOR NURSE CALL SYSTEM ARCHITECTS' AND ENGINEERS' SPECIFICATIONS FOR NC300 MICROPROCESSOR NURSE CALL SYSTEM PART 1 - GENERAL 1.1 INTENT 1.1.1 It is the intent of this specification to describe the operation of specific equipment

More information

6.1 MOBILE COMMUNICATION

6.1 MOBILE COMMUNICATION 131 6.1 MOBILE COMMUNICATION RATIONALE L T P Cr 4-2 5 This subject includes an exposure to modern means of communication i.e. Mobile communication. The mobile communication has revolutionized the means

More information

ISBN-10: X

ISBN-10: X Imperial Valley College Division of Nursing Education and Health Technologies Pharmacology for Nurses (RN) Nursing 113 CRN 11020 Class Schedule Fall 2009 Time: 9:15 am-10:40 am Instructor: Jack Williams

More information

Analysis of Interface and Screen for Ground Control System

Analysis of Interface and Screen for Ground Control System Journal of Computer and Communications, 2016, 4, 61-66 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.45009 Analysis of Interface and Screen for

More information

Rajasthan Technical University Kota Central Library

Rajasthan Technical University Kota Central Library Rajasthan Technical University Kota Central Library Total No. of e-journals : 453 S.No. TITLE START YEAR END YEAR CURRENT VOLUME 1 A.I.E.E., Journal of the 1924 1930 49 2 Access, IEEE 2013 Present 2 3

More information

Syllabus for WRT 430 Grant Writing 3 Credit Hours Spring 2017

Syllabus for WRT 430 Grant Writing 3 Credit Hours Spring 2017 Syllabus for WRT 430 Grant Writing 3 Credit Hours Spring 2017 I. COURSE DESCRIPTION Designed to help students who are preparing for careers in disciplines and services that utilize funding from private

More information

DEPARTMENT OF DEFENSE INTERFACE STANDARD BI-LEVEL IMAGE COMPRESSION FOR THE NATIONAL IMAGERY TRANSMISSION FORMAT STANDARD

DEPARTMENT OF DEFENSE INTERFACE STANDARD BI-LEVEL IMAGE COMPRESSION FOR THE NATIONAL IMAGERY TRANSMISSION FORMAT STANDARD NOTICE OF CHANGE NOT MEASUREMENT SENSITIVE MIL-STD-188-196 NOTICE 1 27 June 1996 DEPARTMENT OF DEFENSE INTERFACE STANDARD BI-LEVEL IMAGE COMPRESSION FOR THE NATIONAL IMAGERY TRANSMISSION FORMAT STANDARD

More information

L T P Cr DETAILED CONTENTS. 1. Brief Introduction to System Software (4 hrs)

L T P Cr DETAILED CONTENTS. 1. Brief Introduction to System Software (4 hrs) 59 3.1 OPERATING SYSTEMS RATIONALE L T P Cr 3-4 5 The course provides the students with an understanding of human computer interface existing in computer system and the basic concepts of operating system

More information

3.1 ANALOG ELECTRONICS - II

3.1 ANALOG ELECTRONICS - II RATIONALE 3.1 ANALOG ELECTRONICS - II 67 L T P 3-3 Having attained basic knowledge of electronic devices like diodes, transistors, and elementary circuits, in second semester, this course will enable the

More information

Policy and Procedure Manual

Policy and Procedure Manual Policy and Procedure Manual Employee Duties Adaptive Educational Services 2 Table of Contents OPENING OFFICE 3 CLOSING OFFICE 3 ANSWERING TELEPHONE 4 RELAY INDIANA 6 FORMAT-STUDENT FILES 7 PREPARING FILES

More information

NURS 3414: Health Assessment across the Lifespan BSN Program Syllabus

NURS 3414: Health Assessment across the Lifespan BSN Program Syllabus NURS 3414: Health Assessment across the Lifespan BSN Program Syllabus Course Faculty: Carole A. McKenzie, PhD, CNM, RN, Associate Professor Email: carole.mckenzie@tamuc.edu Office Location: Nursing Building,

More information

Advancement Handbook for Electronics Technician (Surface)

Advancement Handbook for Electronics Technician (Surface) Navy Advancement Center Web site: http://www.advancement.cnet.navy.mil/ Advancement Handbook for Electronics Technician (Surface) The August 1999 handbook was reviewed during July 2002. This review resulted

More information

Leadership II: Leadership in Complex Healthcare Organizations NUR Section Credit Hours Fall 2015

Leadership II: Leadership in Complex Healthcare Organizations NUR Section Credit Hours Fall 2015 Leadership II: Leadership in Complex Healthcare Organizations NUR 963 - Section 742 3 Credit Hours Fall 2015 Catalog Course Description: Interprofessional collaboration within complex health care organizations

More information

RELIABILITY CONSIDERATIONS FOR LAUNCH VEHICLE COMMAND DESTRUCT SYSTEMS

RELIABILITY CONSIDERATIONS FOR LAUNCH VEHICLE COMMAND DESTRUCT SYSTEMS PAGE 1 OF 5 PREFERRED RELIABILITY PRACTICES RELIABILITY CONSIDERATIONS FOR LAUNCH VEHICLE Practice: Use built-in redundancies, safe and arm provisions, approved and qualified initiators and detonators,

More information

Generator Interconnection System Impact Study Report Carteret County, NC MW Queue #297 Original Submittal Revision 1

Generator Interconnection System Impact Study Report Carteret County, NC MW Queue #297 Original Submittal Revision 1 Generator Interconnection System Impact Study Report Carteret County, NC 120.8 MW Queue #297 Original Submittal Revision 1 PURPOSE The purpose of this study is to assess the impacts of a combined wind/solar

More information

High Performance Computing for Engineers

High Performance Computing for Engineers High Performance Computing for Engineers David Thomas dt10@ic.ac.uk Room 903 HPCE / dt10 / 2012 / 0.1 High Performance Computing for Engineers Research Testing communication protocols Evaluating signal-processing

More information

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0

Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Avaya Solution & Interoperability Test Lab Application Notes for IgeaCare ApoloDS with Avaya IP Office Issue 1.0 Abstract These Application Notes describe the configuration steps required for IgeaCare

More information

SPACE OPERATIONS COURSE-DISTANCE LEARNING (SOC-DL)

SPACE OPERATIONS COURSE-DISTANCE LEARNING (SOC-DL) SPACE OPERATIONS COURSE-DISTANCE LEARNING (SOC-DL) Syllabus Current as of: 27 Sep 17 Approval Signature ASOpS/DOF X SOC Flight Chief ADVANCED SPACE OPERATIONS SCHOOL Peterson AFB, Colorado Page 1 of 10

More information

High Performance Computing for Engineers

High Performance Computing for Engineers High Performance Computing for Engineers David Thomas dt10@ic.ac.uk Room 903 HPCE / dt10/ 2013 / 0.1 High Performance Computing for Engineers Research Testing communication protocols Evaluating signal-processing

More information

COURSE SYLLABUS AND INSTRUCTOR PLAN

COURSE SYLLABUS AND INSTRUCTOR PLAN WACO, TEXAS COURSE SYLLABUS AND INSTRUCTOR PLAN Medical Assisting Exam Review Mr. David Choate Summer 2016 Course Description: A preparation for the Medical Assisting Credentialing Exam. Prerequisites

More information

TECHNICAL MANUAL OPERATOR, UNIT, AND DIRECT SUPPORT MAINTENANCE MANUAL (INCLUDING REPAIR PARTS AND SPECIAL TOOLS LIST)

TECHNICAL MANUAL OPERATOR, UNIT, AND DIRECT SUPPORT MAINTENANCE MANUAL (INCLUDING REPAIR PARTS AND SPECIAL TOOLS LIST) TECHNICAL MANUAL OPERATOR, UNIT, AND DIRECT SUPPORT MAINTENANCE MANUAL (INCLUDING REPAIR PARTS AND SPECIAL TOOLS LIST) POWER UNIT, 2 1/2 TON DIESEL ENGINE DRIVEN, TRAILER MOUNTED, 60 kw, 50/60 Hz, PU-805

More information

MEMORANDUM. According to the final ballot results, all ballot items received the necessary affirmative votes to pass ballot.

MEMORANDUM. According to the final ballot results, all ballot items received the necessary affirmative votes to pass ballot. National Fire Protection Association 1 Batterymarch Park, Quincy, MA 02169-7471 Phone: 617-770-3000 Fax: 617-770-0700 www.nfpa.org MEMORANDUM To: NEC Code-Making Panel 10 From: Kimberly Shea, Project Administrator

More information

Ekagra Partners, LLC. Contractor Site Rates

Ekagra Partners, LLC. Contractor Site Rates ITEM DESCRIPTION U/M Contract Year 1 2 3 4 5 6 7 8 9 10 0001 AA01 Administrative Assistant Level I $45.36 $46.81 $48.31 $49.86 $51.45 $53.10 $54.80 $56.55 $58.36 $60.23 0001 AA02 Administrative Assistant

More information

The Patriot Missile Failure

The Patriot Missile Failure The Patriot Missile Failure GAO United States General Accounting Office Washington, D.C. 20548 Information Management and Technology Division B-247094 February 4, 1992 The Honorable Howard Wolpe Chairman,

More information

$98.22 $ $ $ $ $ $ $ $ $ AG02 Business Process Reengineering Specialist Level II HR

$98.22 $ $ $ $ $ $ $ $ $ AG02 Business Process Reengineering Specialist Level II HR ITEM DESCRIPTION U/M 1 2 3 4 5 6 7 8 9 10 0002 AA01 Administrative Assistant Level I $40.08 $41.08 $42.36 $43.50 $44.72 $46.28 $47.90 $49.58 $51.31 $53.11 0002 AA02 Administrative Assistant Level II $46.33

More information

Army Ground-Based Sense and Avoid for Unmanned Aircraft

Army Ground-Based Sense and Avoid for Unmanned Aircraft Army Ground-Based Sense and Avoid for Unmanned Aircraft Dr. Rodney E. Cole 27 October, 2015 This work is sponsored by the Army under Air Force Contract #FA8721-05-C-0002. Opinions, interpretations, recommendations

More information

INSTRUCTIONS FOR COMPLETING THE CONTINUING EDUCATION FORM

INSTRUCTIONS FOR COMPLETING THE CONTINUING EDUCATION FORM INSTRUCTIONS FOR COMPLETING THE CONTINUING EDUCATION FORM All ISCET certifications must be renewed every two years and will receive the designation Registered using this form. (NOTE: Certifications with

More information

Prerequisites: NUR 300 and completion of Tier I writing requirement. Co-requisites: NUR 350 concurrently or NUR 330 concurrently.

Prerequisites: NUR 300 and completion of Tier I writing requirement. Co-requisites: NUR 350 concurrently or NUR 330 concurrently. FOUNDATIONS OF NURSING PRACTICE NUR 340 - Section 001 4 Credits Monday s 4:10 pm 6:00 pm -- A131 Life Sciences Building Thursday s 10:20 12:10 pm, --133 Akers Hall Fall 2009 Catalog Course Description:

More information

OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN )

OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN ) ARMY TM 11-5805-694-14 AIR FORCE TO 31W2-4-287-1 OPERATOR'S, ORGANIZATIONAL, DIRECT SUPPORT, AND GENERAL SUPPORT MAINTENANCE MANUAL FOR MULTIPLEXER SET AN/FCC-97 (NSN 5805-01-0308) This copy is a reprint

More information

Imperial Valley College Division of Nursing Education and Health Technologies Spring Semester 2009

Imperial Valley College Division of Nursing Education and Health Technologies Spring Semester 2009 Imperial Valley College Division of Nursing Education and Health Technologies Spring Semester 2009 VN 110 - Introduction to Patient Care I I. Course Description: Theory and skills basic to the provision

More information

DEPARTMENT OF INSTRUMENTATION AND CONTROL ENGINEERING (Established in 1993)

DEPARTMENT OF INSTRUMENTATION AND CONTROL ENGINEERING (Established in 1993) DEPARTMENT OF INSTRUMENTATION AND CONTROL ENGINEERING (Established in 1993) THANK YOU Department Attributes Committed faculty with good working culture State of the art laboratories Recognized as a research

More information

United States General Accounting Office. DISTRIBUTION STATEMENT A Approved for Public Release Distribution Unlimited GAP

United States General Accounting Office. DISTRIBUTION STATEMENT A Approved for Public Release Distribution Unlimited GAP GAO United States General Accounting Office Testimony Before the Committee on Armed Services, U.S. Senate For Release on Delivery Expected at 4:00 p.m. Monday, February 28, 2000 EXPORT CONTROLS: National

More information

MOTOR CONTROL WIRING DIAGRAMS EPUB

MOTOR CONTROL WIRING DIAGRAMS EPUB 22 October, 2017 MOTOR CONTROL WIRING DIAGRAMS EPUB Document Filetype: PDF 471.59 KB 0 MOTOR CONTROL WIRING DIAGRAMS EPUB MOTOR control and wiring diagram. 6.6K likes. Motor control wiring diagram ppt

More information

Basic Life Support (BLS)

Basic Life Support (BLS) Basic Life Support (BLS) The Basic Life Support (BLS) for Healthcare Providers Classroom Course is designed to provide a wide variety of healthcare professionals the ability to recognize several life-threatening

More information

2017 REPORT ON RESULTS An annual summary of project outputs and outcomes

2017 REPORT ON RESULTS An annual summary of project outputs and outcomes 2017 REPORT ON RESULTS An annual summary of project outputs and outcomes ABOUT THE CANADA FOUNDATION FOR INNOVATION Created by the Government of Canada in 1997, the Canada Foundation for Innovation (CFI)

More information

APPRENTICESHIP PROGRAM FOR MOS OF AIR TRAFFIC CONTROL NAVIGATIONAL AIDS TECHNICIAN

APPRENTICESHIP PROGRAM FOR MOS OF AIR TRAFFIC CONTROL NAVIGATIONAL AIDS TECHNICIAN NAVMC 2724 W/Erratum APPRENTICESHIP PROGRAM FOR MOS OF AIR TRAFFIC CONTROL NAVIGATIONAL AIDS TECHNICIAN APPRENTICE NAME DEPARTMENT OF THE NAVY HEADQUARTERS UNITED STATES MARINE CORPS WASHINGTON, D.C. 20380

More information

Lightweight Multi-Role Missile Integrated SAFU & Lethal Payload L.J.Turner - Thales LAND DEFENCE

Lightweight Multi-Role Missile Integrated SAFU & Lethal Payload L.J.Turner - Thales LAND DEFENCE Lightweight Multi-Role Missile Integrated SAFU & Lethal Payload L.J.Turner - Thales Thales Ordnance Systems 2 / 3 / Lightweight Multi-Role Missile - Overview Lightweight multi-role missile : low cost/low

More information

Bergen Community College Division of Health Professions Paramedic Science Program

Bergen Community College Division of Health Professions Paramedic Science Program Bergen Community College Division of Health Professions Paramedic Science Program PAR 200 Paramedic Cardiac and Trauma Care Semester and Year Winter 2015 Course and Section Number PAR 200-001 Meeting Times

More information

CIO SP3 Company Site Rates Contractor Site Hourly Rate Page 1 of 5

CIO SP3 Company Site Rates Contractor Site Hourly Rate Page 1 of 5 0001 AA01 Administrative Assistant Level I $44.77 $46.00 $47.27 $48.57 $49.54 $50.41 $51.29 $51.80 $52.32 $52.32 0001 AA02 Administrative Assistant Level II $54.53 $56.03 $57.57 $59.15 $60.33 $61.39 $62.46

More information

Geropharmacology - PN 617 Upgrading Practical Nursing Program: Distance Module. Course Outline

Geropharmacology - PN 617 Upgrading Practical Nursing Program: Distance Module. Course Outline Geropharmacology - PN 617 Upgrading Practical Nursing Program: Distance Module Course Outline COURSE IMPLEMENTATION DATE: November 2005 OUTLINE EFFECTIVE DATE: September 2008 COURSE OUTLINE REVIEW DATE:

More information

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO

UNCLASSIFIED R-1 ITEM NOMENCLATURE FY 2013 OCO Exhibit R-2, RDT&E Budget Item Justification: PB 2013 Army DATE: February 2012 COST ($ in Millions) FY 2011 FY 2012 Total FY 2014 FY 2015 FY 2016 FY 2017 To Complete Total Total Program Element - 2.885

More information

Health Management Information Systems: Computerized Provider Order Entry

Health Management Information Systems: Computerized Provider Order Entry Health Management Information Systems: Computerized Provider Order Entry Lecture 2 Audio Transcript Slide 1 Welcome to Health Management Information Systems: Computerized Provider Order Entry. The component,

More information

Project description form

Project description form Project description form MEMORY OF THE WORLD PROGRAMME PROJECT DESCRIPTION FORM This pro-forma is intended for documentary heritage which is either on the Memory of the World Register or for documentary

More information