ELEN 226 Embedded Systems Electronic Engineering Technology

Size: px
Start display at page:

Download "ELEN 226 Embedded Systems Electronic Engineering Technology"

Transcription

1 Course Outline Professor: Nadir Ould-Khessal Office Location C205 Office Phone (250) ext Credit Hours 3 Presentation format Lecture 2 hrs/wk, Lab 2.5 hrs/wk Prerequisite: ELEN 216 Co-requisite none Description: The course deals with microcontroller-based embedded systems and hardware/software co-design. Topics include interrupt based programming, DC motors, temperature sensors, external EEPROM, real-time clock, Inter Integrated Circuits (I 2 C), Serial Peripheral Interface (SPI) and 1-Wire serial interfacing. The course will also include an introduction to digital signal processors. The course culminates in the design and implementation of a term microcontroller-based project. Major Topics: 1. Microcontroller Clock Circuit. 2. Microcontroller Reset Circuit 3. Microcontroller-based Embedded Systems Design. 4. Embedded Systems I/O Interfacing Design Issues 5. Input Signal Conditioning. 6. Output Signal Conditioning. 7. Embedded System I/O Interface (keyboard and LCD). 8. Stepper Motor Controller. 9. Capture and Compare Peripheral (CCP) module. 10. Pulse Width Modulation (PWM) modules. 11. Memory Interface. 12. Data Buffering & IO Port Design 13. Universal Synchronous Asynchronous Receiver Transceiver (USART). 14. Inter Integrated Circuits (I 2 C). 15. Serial Peripheral Interface (SPI) 16. Introduction to Microchip Digital Signal Processors. 17. Sensor Interface. Course Evaluation The Course Evaluation will be based on the following break-down: Assignments 10% Labs 15% Term Test 15% Term Project 20% Final Examination 40% WINTER ELEN Course Outline Last Saved: Page 1 of 6

2 Course Materials: 1. ELEN Lab Manual. Power point presentations and supplementary notes. Available online on Moodle course page. Reference Material: 2. PIC 18F452 Data Sheet available from: Learning Outcomes: After completion of this course the student will be able to: 1. Microcontroller Clock Circuit. a. Design and troubleshoot a crystal-based clock circuit. b. Design and troubleshoot an RC-based clock circuit. c. Identify and select the appropriate crystal/resonator for a microcontroller (MCU). d. Understand the different oscillator modes of Microchip PIC microcontroller. e. Consult the datasheet of both the PIC MCU and the manufacturer of the crystal or resonator. f. Study frequency stability of an oscillator. g. Program the appropriate configuration registers using both C and Assembly Language. 2. Microcontroller Reset Circuit a. Design and troubleshoot an RC-based Rest Circuit b. Understand and differentiate between the various sources of resets in an MCU-based embedded system. c. Study the effect of reset on the MCU registers. d. Select the appropriate values for R and C based for a reset circuit. 3. Microcontroller-based embedded systems design. a. Design and implement a basic microcontroller-based embedded circuit. b. Design the oscillator circuit, reset circuit and an output port circuit. c. Design and implement a serial interface using the RS-232 communication. d. Write a simple C program to test a basic MCU board. e. Use oscilloscope and Multi-meter to troubleshoot a basic MCU board. f. Use CCS serial port monitor to troubleshoot and debug simple C programs. 4. Embedded Systems I/O Interfacing Design Issues a. Understand engineering problems affecting I/O interfacing design b. Understand Current Spikes c. Understand Cross Talk d. Understand Transmission Line Effects e. Understand Electrostatic Discharge (ESD) f. Understand HCMOS / TTL Interfacing 5. Input Signal Conditioning a. Design and troubleshoot electronic circuits to protect the MCU inputs of an embedded system from voltage or current spikes. b. Use Zener diodes to clamp positive-going transients and a Schottky diodes to clamp negative-going ones. c. Design a Latch-based deboucing circuit. d. Design an RC-based deboucing circuit. WINTER ELEN Course Outline Last Saved: Page 2 of 6

3 e. Design and implement circuits to interface high voltage inputs. 6. Output Signal Conditioning a. Design a transistor based circuit to drive high voltage loads. b. Design a relay-based circuit to drive high voltage loads. c. Design an optocoupler-based circuit to drive high voltage loads. 7. Embedded System I/O Interface (keyboard and LCD). a. Write a C program to interface a keyboard to the MCU. b. Write a C program to interface an LCD to the MCU. c. Use interrupts to drive a keyboard. 8. Stepper Motor Controller. a. Design a basic interface to a stepper motor. b. Build and troubleshoot simple stepper motor controller using PIC MCU. c. Write a C program controlling the motor. 9. Capture and Compare Peripheral (CCP) module. a. Write C programs to configure the PIC MCU CCP module. b. Use the PIC MCU CCP module to measure an input pulse width. c. Use the PIC MCU CCP module to measure an input pulse frequency. d. Use the PIC MCU CCP module to generate an output pulse with varying pulse width and frequency. e. Design, Implement and troubleshoot a C program to measure the speed of a DC motor using digital encoders and PIC MCU CCP module. 10. Pulse Width Modulation (PWM) modules. a. Use the PIC MCU PWM module to generate output signals with varying duty cycle. b. Design, Implement and troubleshoot a DC motor driver using PWM. c. Write a C program to control the speed and direction of DC motor. d. Use PIC MCU built-in Analog to Digital converter to vary the DC motor speed. 11. Memory interface a. Study and Understand the different types of memories (RAM,ROM,EEPROM ). b. Write C programs to read and write data to external memory. c. Use memories for look-up tables. 12. Data Buffering & IO Port Design a. Understand the need for embedded systems bus buffering. b. Use bus latches and registers to design parallel ports. c. Understand and explain transceivers. d. Understand and explain Data setup time required by digital I/O elements e. Understand and explain Data hold time required by digital I/O elements f. Understand and explain Access time of digital I/O elements 13. Universal Synchronous Asynchronous Receiver Transceiver (USART) a. Study and understand EIA232 standard. b. Explain USART signal components. c. Understand and explain USART data transfer methods. d. Understand and Program the PIC MCU USART module. e. Use mixed signal Oscilloscope to visualise and analyse EIA232 data transfer. f. Write a C program to perform data communication between EIA devices. WINTER ELEN Course Outline Last Saved: Page 3 of 6

4 14. Inter Integrated Circuits (I 2 C). a. Study and understand I 2 C protocol. b. Explain I 2 C signal components. c. Explain I 2 C bus arbitration methods. d. Understand and explain I 2 C data transfer methods. e. Understand and Program the PIC MCU I 2 C module. f. Use mixed signal Oscilloscope to visualise and analyse I 2 C data transfer. g. Write a C program to perform data communication between I 2 C devices. h. Use the 24LC32A I 2 C EEPROM to implement external memory. 15. Serial Peripheral Interface (SPI) a. Study and understand SPI protocol b. Explain SPI signal components. c. Describe the SPI operation. d. Understand and explain SPI data transfer methods. e. Understand and Program the PIC MCU SPI module. f. Interface an SPI master with an SPI slave. g. Write a C program to perform data communication between SPI devices. h. Use the 25LC320 SPI EEPROM to implement external memory. i. Use the MM74HC589 to expand embedded systems I/O ports. j. Interface the PIC SPI module to the LM74 Temperature sensor. 16. Introduction to Microchip Digital Signal Processors. a. Differentiate between Microchip MCUs and Microchip DSPIC chips. 17. Sensor interface. a. Write a C program to drive infrared sensors mounted on OCBot Board. b. Write a C program to drive Bumper sensors mounted on OCBot Board c. Write a mix of C and Assembly programs to drive the line tracker sensors mounted on OCBOT Board. d. Write a program for an autonomous search and rescue robot using RoboCup Jr. Platform. WINTER ELEN Course Outline Last Saved: Page 4 of 6

5 ELEN DEPARTMENT POLICIES ELEN Department Passing Grade Requirements Policy Students must obtain a passing grade (at least 50%) in both the lecture component and the laboratory/practical component of the course. If the student receives a failing grade (less than 50%) in either the lab or lecture component, the final mark for the whole course will be no more than 50%. Note: Students must obtain an overall 60% GGA (Graduating Grade Average) to be awarded a Diploma in. ELEN Department Laboratory Attendance Policy Attendance of each lab period is mandatory. If a student misses a lab period due to illness, a doctor s note must be provided. In that case, that lab will not count for or against the student. Any student missing three or more labs, regardless of the reason(s) will be awarded a maximum final mark of 49%; you will fail the course overall. Laboratory attendance will be recorded. ELEN Department Collection of Student Work Policy This is a requirement of the accreditation process. At the end of the semester, each professor is responsible for collecting a representative sample of student's work from the term. This may include any work completed during the term such as assignments, labs, or exams. This copy will be redacted and archived. Occupational Health and Safety Course requires the use and handling of hazardous material/equipment, all students are required to follow the health and safety guidelines during labs OKANAGAN COLLEGE POLICIES Okanagan College Academic Misconduct Policy: Any incidents of academic misconduct, as outlined in the Academic Offences policy in the Okanagan College calendar, may result in a mark of 0% or another consequence permitted by the policy. In cases of severe or repetitive misconduct, the Dean s office and the College Registrar will be notified and the student may be given a failing grade for the course or a more serious consequence as permitted by the policy, such as expulsion. The Academic Offences policy can be located online at the following link: Okanagan College Student Notification of OC Policies: Okanagan College requires that students are informed of acceptable student conduct specifically relating to OC Student Non-Academic Conduct and Student Academic Offences policies. Student Non Academic Conduct: What Is The Disruption Of Instructional Activities? At Okanagan College (OC), disruption of instructional activities includes student conduct which interferes with examinations, lectures, seminars, tutorials, group meetings, other related activities, and with students using the study facilities of OC, as well as conduct that leads to property damage, assault, discrimination, harassment or fraud. WINTER ELEN Course Outline Last Saved: Page 5 of 6

6 Penalties for disruption of instructional activities can include a warning and/or a failing grade on an assignment, examination or course, or possible suspension from OC. The complete policy is available online at: Academic+Conduct+Policy.pdf Student Academic Conduct: What Is Cheating? Cheating includes but is not limited to dishonest or attempted dishonest conduct during tests or examinations in which the use is made of books, notes, diagrams or other aids excluding those authorized by the examiner. It includes communicating with others for the purpose of obtaining information, copying from the work of others and purposely exposing or conveying information to other students who are taking the test or examination. Students must submit independently written work. Students may not write joint or collaborative assignments with other students unless the professor approves it in advance as a group/team project. Students who share their work with other students are equally involved in cheating. What Is Plagiarism? Plagiarism is defined as the presentation of another person s work or ideas without proper or complete acknowledgement. It is the serious academic offence of reproducing someone else s work, including words, ideas and media, without permission for course credit towards a certificate, diploma, degree and/or professional designation. The defining characteristic is that the work is not yours. Intentional plagiarism is the deliberate presentation of another s work or ideas as one s own. Intentional plagiarism can be a copy of material from a journal article, a book chapter, data from the Internet, another student, work submitted for credit in another course or from other sources. Unintentional plagiarism is the inadvertent presentation of another s work or ideas without proper acknowledgement because of poor or inadequate practices. Unintentional plagiarism is a failure of scholarship; intentional plagiarism is an act of deceit. What Are The Students Responsibilities To Avoid Plagiarism? Students have a responsibility to read the OC Plagiarism Policy and Procedures outlined in the OC calendar, which is available online at: Students are responsible for learning and applying the proper scholarly practices for acknowledging the work and ideas of others. Students who are unsure of what constitutes plagiarism should refer to the UBC publication Plagiarism Avoided; Taking Responsibility for your Work. This guide is available in OC bookstores and libraries. Students must acknowledge the sources of information used on all their assignments. This usually involves putting the authors name and the year of publication in parentheses after the sentence in which you used the material, then at the end of your paper, writing out the complete references in a Reference section. Students are expected to understand research and writing techniques and documentation styles. Unless otherwise directed by the professor, use the American Psychological Association (APA) or Modern Language Association (MLA) style and cite references using the APA guidelines. A copy of the APA manual is available in the OC libraries, and the library website has online resources available on both major citing styles. What Are The Penalties For Plagiarism And Cheating? Okanagan College professors may actively monitor student work for plagiarism or cheating and will follow the Okanagan College Policies when an offense is suspected. A student found to have committed an offense may receive a formal letter of reprimand outlining the nature of the infraction, or further disciplinary action depending on the severity of the offense or whether this is a repeat occurrence. The Dean s Office of the Science, Technology and Health portfolio, along with the College Registrar, record and monitor all reported instances of plagiarism and cheating. WINTER ELEN Course Outline Last Saved: Page 6 of 6

COURSE OUTLINE. SCHOOL: School of Engineering Technology and Applied Science. DEPARTMENT: Information and Communication Engineering Technology (ICET)

COURSE OUTLINE. SCHOOL: School of Engineering Technology and Applied Science. DEPARTMENT: Information and Communication Engineering Technology (ICET) COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM (if applicable): Electronics Engineering Technology

More information

ITT Technical Institute. ET2640 Microprocessors and Microcontrollers Onsite and Online Course SYLLABUS

ITT Technical Institute. ET2640 Microprocessors and Microcontrollers Onsite and Online Course SYLLABUS ITT Technical Institute ET2640 Microprocessors and Microcontrollers Onsite and Online Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or

More information

Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008. Course Syllabus

Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008. Course Syllabus Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008 Course Syllabus Course Title: Advanced Databases Course Level: 4 Lecture Time: Course code:

More information

Syllabus for HPE 451 Directed Study 1-3 Credit Hours Spring 2014

Syllabus for HPE 451 Directed Study 1-3 Credit Hours Spring 2014 Syllabus for HPE 451 Directed Study 1-3 Credit Hours Spring 2014 I. COURSE DESCRIPTION The study of an approved topic, project, or practicum. Intended to supplement a subject already studied in a HPE class

More information

EE324: Microcontrollers and Interfacing. Office Hours: Mon, Wed, to 11.30am. Microcontrollers and Interfacing

EE324: Microcontrollers and Interfacing. Office Hours: Mon, Wed, to 11.30am. Microcontrollers and Interfacing EE324: Microcontrollers and Interfacing Instructor s Name: Mohammad Jahangir Ikram Office No. & Email: 9-317A jikram@lums.edu.pk Office Hours: Mon, Wed, 10.00 to 11.30am Category: Junior TA for the Course:

More information

Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008. Course Syllabus

Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008. Course Syllabus Philadelphia University Faculty of Information Technology Department of Computer Science --- Semester, 2007/2008 Course Syllabus Course Title: Compiler Construction Course Level: 4 Lecture Time: Course

More information

Syllabus for HPE 120 Dance Aerobic Proficiency 0.0 Credit Hour Spring 2012

Syllabus for HPE 120 Dance Aerobic Proficiency 0.0 Credit Hour Spring 2012 I. COURSE DESCRIPTION Syllabus for HPE 120 Dance Aerobic Proficiency 0.0 Credit Hour Spring 2012 Designed for dance majors, the course helps students to develop and implement a personal fitness exercise

More information

SYLLABUS. CODE: NETW 243 TITLE: Computer Repair & Maintenance. DIVISION: Business and Technology DEPARTMENT: Engineering & Technology

SYLLABUS. CODE: NETW 243 TITLE: Computer Repair & Maintenance. DIVISION: Business and Technology DEPARTMENT: Engineering & Technology CODE: NETW 243 TITLE: Computer Repair & Maintenance DIVISION: Business and Technology DEPARTMENT: Engineering & Technology COURSE DESCRIPTION: This course provides students with the knowledge and skills

More information

Information and Communication Technology BCcampus Online Collaborative Program

Information and Communication Technology BCcampus Online Collaborative Program Information and Communication Technology BCcampus Online Collaborative Program Computer Support Technician Certificate (CST) Computer Hardware ICT 102 Course Outline COURSE IMPLEMENTATION DATE: September

More information

Syllabus for HPE 038 Scuba Open Water II and Fitness.5-1 Credit Hour Spring 2014

Syllabus for HPE 038 Scuba Open Water II and Fitness.5-1 Credit Hour Spring 2014 Syllabus for HPE 038 Scuba Open Water II and Fitness.5-1 Credit Hour Spring 2014 I. COURSE DESCRIPTION Designed to prepare the student for open-water scuba training and/or NAUI Advanced Certification.

More information

N/A. Yes. Students are expected to review and understand all areas of the course outline.

N/A. Yes. Students are expected to review and understand all areas of the course outline. Course Outline School: Department: Course Title: Eng. Tech. & Applied Science Information and Communication Engineering Technology (ICET) Adv. Web Application Development Course Code: COMP 229 Course Hours/Credits:

More information

Updated: 2/14/2017 Page 1 of 6

Updated: 2/14/2017 Page 1 of 6 MASTER SYLLABUS 2017-2018 A. Academic Division: Business, Industry, and Technology B. Discipline: Engineering Technology C. Course Number and Title: ENGR1910 Engineering Programming D. Course Coordinator:

More information

Syllabus for HPE 021 Advanced Golf and Fitness 1 Credit Hour Fall 2014

Syllabus for HPE 021 Advanced Golf and Fitness 1 Credit Hour Fall 2014 Syllabus for HPE 021 Advanced Golf and Fitness 1 Credit Hour Fall 2014 I. COURSE DESCRIPTION Designed for students who have attained an intermediate skill level in golf. This course meets for the first

More information

Programming 8-bit PIC Microcontrollers in С

Programming 8-bit PIC Microcontrollers in С Programming 8-bit PIC Microcontrollers in С with Interactive Hardware Simulation Martin P. Bates älllllltlilisft &Щ*лЛ AMSTERDAM BOSTON HEIDELBERG LONDON ^^Ш NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO

More information

Syllabus for HPE 042 Creative Aerobics and Fitness Credit Hour Spring 2013

Syllabus for HPE 042 Creative Aerobics and Fitness Credit Hour Spring 2013 I. COURSE DESCRIPTION Syllabus for HPE 042 Creative Aerobics and Fitness 0.5-1 Credit Hour Spring 2013 Creative Aerobics is comprised of a variety of vigorous aerobic conditioning activities and flexibility

More information

ISM 324: Information Systems Security Spring 2014

ISM 324: Information Systems Security Spring 2014 ISM 324: Information Systems Security Spring 2014 Instructor: Co-Instructor: Office: E-Mail: Phone: Office Hours: Jeffrey Wall Hamid Nemati 392 Bryan Building jdwall2@uncg.edu (email is the preferred method

More information

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Fall 2012

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Fall 2012 Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Fall 2012 I. COURSE DESCRIPTION Designed for seniors who are presently maintaining a physically active lifestyle and can pass the running, cycling,

More information

Read this before starting!

Read this before starting! Points missed: Student's Name: Total score: /100 points East Tennessee State University Department of Computer and Information Sciences CSCI 4717 Computer Architecture TEST 2 for Fall Semester, 2003 Section

More information

Academic Course Description

Academic Course Description BEC502 MICROPROCESSOR AND MICROCONTROLLER Course (catalog) description Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication Engineering

More information

Syllabus for HPE 021 Advanced Golf and Fitness 1 Credit Hour Spring 2016

Syllabus for HPE 021 Advanced Golf and Fitness 1 Credit Hour Spring 2016 Syllabus for HPE 021 Advanced Golf and Fitness 1 Credit Hour Spring 2016 I. COURSE DESCRIPTION Designed for students who have attained an intermediate skill level in golf. This course meets for the first

More information

MTRX3700 Mechatronics

MTRX3700 Mechatronics MTRX3700 Mechatronics 3 2015 PIC18F452 Software Exercises David Rye You are to work in a group of two students to write, debug and demonstrate a series of small assembly language and C programs that meet

More information

TEVATRON TECHNOLOGIES PVT. LTD Embedded! Robotics! IoT! VLSI Design! Projects! Technical Consultancy! Education! STEM! Software!

TEVATRON TECHNOLOGIES PVT. LTD Embedded! Robotics! IoT! VLSI Design! Projects! Technical Consultancy! Education! STEM! Software! Summer Training 2016 Advance Embedded Systems Fast track of AVR and detailed working on STM32 ARM Processor with RTOS- Real Time Operating Systems Covering 1. Hands on Topics and Sessions Covered in Summer

More information

N/A. Yes. Students are expected to review and understand all areas of the course outline.

N/A. Yes. Students are expected to review and understand all areas of the course outline. Course Outline School: Department: Course Title: Eng. Tech. & Applied Science Information and Communication Engineering Technology (ICET) Adv. Web Application Developme Course Code: COMP 229 Course Hours/Credits:

More information

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Spring 2015

Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Spring 2015 Syllabus for HPE 099 Aerobic Proficiency 1 Credit Hour Spring 2015 I. COURSE DESCRIPTION Designed for seniors who are presently maintaining a physically active lifestyle and can pass the running, cycling,

More information

Syllabus for HPE 016 Beginning Badminton and Fitness 1 Credit Hour Spring 2014

Syllabus for HPE 016 Beginning Badminton and Fitness 1 Credit Hour Spring 2014 Syllabus for HPE 016 Beginning Badminton and Fitness 1 Credit Hour Spring 2014 I. COURSE DESCRIPTION Designed for the student who has little or no experience in the game of badminton. The course places

More information

Syllabus for HPE 026 Beginning Swimming and Fitness 1 Credit Hour Fall 2012

Syllabus for HPE 026 Beginning Swimming and Fitness 1 Credit Hour Fall 2012 Syllabus for HPE 026 Beginning Swimming and Fitness 1 Credit Hour Fall 2012 I. COURSE DESCRIPTION Designed for the student who has little or no experience in swimming. Places major emphasis on developing

More information

Information and Communication Technology BCcampus Online Collaborative Program

Information and Communication Technology BCcampus Online Collaborative Program Information and Communication Technology BCcampus Online Collaborative Program Computer Support Technician Certificate (CST) Networking ICT 114 Course Outline COURSE IMPLEMENTATION DATE: Sept 2014 OUTLINE

More information

Syllabus for HPE 045 Pilates for Christians and Fitness 1 Credit Hour Spring 2016

Syllabus for HPE 045 Pilates for Christians and Fitness 1 Credit Hour Spring 2016 I. COURSE DESCRIPTION Syllabus for HPE 045 Pilates for Christians and Fitness 1 Credit Hour Spring 2016 Approach Pilates from a Christian perspective of wellness. Develop balance, strength, and flexibility

More information

CONCORDIA UNIVERSITY DEPARTMENT OF CHEMISTRY AND BIOCHEMISTRY CHEM 293 SPECTROSCOPY AND STRUCTURE OF ORGANIC COMPOUNDS. SYLLABUS Winter 2018

CONCORDIA UNIVERSITY DEPARTMENT OF CHEMISTRY AND BIOCHEMISTRY CHEM 293 SPECTROSCOPY AND STRUCTURE OF ORGANIC COMPOUNDS. SYLLABUS Winter 2018 1 of 5 CONCORDIA UNIVERSITY DEPARTMENT OF CHEMISTRY AND BIOCHEMISTRY CHEM 293 SPECTROSCOPY AND STRUCTURE OF ORGANIC COMPOUNDS SYLLABUS Winter 2018 GENERAL INFORMATION Spectroscopy and Structure of Organic

More information

COMP229. Joanne Filotti

COMP229. Joanne Filotti Course Outline School: Department: Program: Course Title: Course Code: School of Engineering Technology and Applied Science Information and Communication Engineering Technology Health Informatics Technology

More information

Read this before starting!

Read this before starting! Points missed: Student's Name: Total score: /100 points East Tennessee State University Department of Computer and Information Sciences CSCI 2150 (Tarnoff) Computer Organization TEST 1 for Fall Semester,

More information

Syllabus for HPE 024 Intermediate Swimming and Fitness 1 Credit Hour Fall 2012

Syllabus for HPE 024 Intermediate Swimming and Fitness 1 Credit Hour Fall 2012 Syllabus for HPE 024 Intermediate Swimming and Fitness 1 Credit Hour Fall 2012 I. COURSE DESCRIPTION Designed to increase aquatic abilities by adding to the skills learned in the beginner course. Prerequisites:

More information

PIC Microcontroller Introduction

PIC Microcontroller Introduction PIC Microcontroller Introduction The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was designed in 1975 by General Instruments.

More information

Syllabus for HPE 076 Varsity Volleyball (Women) Sports 1 Credit Hour Fall 2014

Syllabus for HPE 076 Varsity Volleyball (Women) Sports 1 Credit Hour Fall 2014 I. COURSE DESCRIPTION Syllabus for HPE 076 Varsity Volleyball (Women) Sports 1 Credit Hour Fall 2014 Designed for the student who is a member of the Oral Roberts University Varsity team. The course places

More information

Read this before starting!

Read this before starting! Points missed: Student's Name: Total score: /100 points East Tennessee State University Department of Computer and Information Sciences CSCI 4717 Computer Architecture TEST 1 for Fall Semester, 2006 Section

More information

A: 90% - 100% B: 80% - <90% C: 70% - <80% D: 60% - <70% F: < 60% Important Dates:

A: 90% - 100% B: 80% - <90% C: 70% - <80% D: 60% - <70% F: < 60% Important Dates: Department of Electronics Engineering Technology Division of Architecture, Engineering, & Technology West Campus Building 9, Room 140 (407) 582-1902/1903 http://www.valenciacollege.edu/west/engineering/

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Sault College COURSE OUTLINE CODE NO. : CSD100 SEMESTER: 1

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Sault College COURSE OUTLINE CODE NO. : CSD100 SEMESTER: 1 SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: CODE NO. : SEMESTER: 1 PROGRAM: AUTHOR: ALL COMPUTER STUDIES PROGRAMS Dennis Ochoski DATE:

More information

Embedded Systems. Software Development & Education Center. (Design & Development with Various µc)

Embedded Systems. Software Development & Education Center. (Design & Development with Various µc) Software Development & Education Center Embedded Systems (Design & Development with Various µc) Module 1: Embedded C Programming INTRODUCTION TO EMBEDDED SYSTEM History & need of Embedded System Basic

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Databases and Spreadsheets

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Databases and Spreadsheets SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: Databases and Spreadsheets CODE NO. : CSA102 SEMESTER: 2 PROGRAM: AUTHOR: All Computer

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems & Network Technology / Technician

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems & Network Technology / Technician COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM: Computer Systems & Network Technology / Technician

More information

WAYLAND BAPTIST UNIVERSITY VIRTUAL CAMPUS SCHOOL OF BUSINESS SYLLABUS

WAYLAND BAPTIST UNIVERSITY VIRTUAL CAMPUS SCHOOL OF BUSINESS SYLLABUS WAYLAND BAPTIST UNIVERSITY VIRTUAL CAMPUS SCHOOL OF BUSINESS SYLLABUS 1. Mission Statement: Wayland Baptist University exists to educate students in an academically challenging, learning-focused and distinctively

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: Cisco (CCNA) Certification II CODE NO. : SEMESTER: 3 PROGRAM: AUTHOR: Computer Network

More information

Computer Hardware Requirements for Real-Time Applications

Computer Hardware Requirements for Real-Time Applications Lecture (4) Computer Hardware Requirements for Real-Time Applications Prof. Kasim M. Al-Aubidy Computer Engineering Department Philadelphia University Real-Time Systems, Prof. Kasim Al-Aubidy 1 Lecture

More information

CENTRAL TEXAS COLLEGE INDUSTRIAL TECHNOLOGY DEPARTMENT SYLLABUS FOR GRPH 1459 VECTOR GRAPHICS FOR PRODUCTION SEMESTER HOURS CREDIT: 4

CENTRAL TEXAS COLLEGE INDUSTRIAL TECHNOLOGY DEPARTMENT SYLLABUS FOR GRPH 1459 VECTOR GRAPHICS FOR PRODUCTION SEMESTER HOURS CREDIT: 4 CENTRAL TEXAS COLLEGE INDUSTRIAL TECHNOLOGY DEPARTMENT SYLLABUS FOR GRPH 1459 VECTOR GRAPHICS FOR PRODUCTION SEMESTER HOURS CREDIT: 4 INTRODUCTION A. A study and use of vector graphics for production.

More information

Syllabus for HPE 007 Basic First Aid and CPR and Fitness 1 Credit Hour Spring 2016

Syllabus for HPE 007 Basic First Aid and CPR and Fitness 1 Credit Hour Spring 2016 Syllabus for HPE 007 Basic First Aid and CPR and Fitness 1 Credit Hour Spring 2016 I. COURSE DESCRIPTION Designed to provide basic first-aid instruction, as well as CPR certification, to the student who

More information

Syllabus for HPE 092 Exercise and Weight Control 1 Credit Hour Spring 2015

Syllabus for HPE 092 Exercise and Weight Control 1 Credit Hour Spring 2015 I. COURSE DESCRIPTION Syllabus for HPE 092 Exercise and Weight Control 1 Credit Hour Spring 2015 Designed only for the student with a BMI greater than 29. Designed to help student gain an understanding

More information

ESSEX COUNTY COLLEGE Business Division CIS 152 Internet Concepts Course Outline

ESSEX COUNTY COLLEGE Business Division CIS 152 Internet Concepts Course Outline ESSEX COUNTY COLLEGE Business Division CIS 152 Internet Concepts Course Outline Course Number & Name: CIS 152 Internet Concepts Credit Hours: 3.0 Contact Hours: 3.0 Lecture: 3.0 Lab: N/A Other: N/A Prerequisites:

More information

Read this before starting!

Read this before starting! Points missed: Student's Name: Total score: /100 points East Tennessee State University Department of Computer and Information Sciences CSCI 2150 (Tarnoff) Computer Organization TEST 1 for Spring Semester,

More information

EMBEDDED SYSTEMS: Jonathan W. Valvano INTRODUCTION TO THE MSP432 MICROCONTROLLER. Volume 1 First Edition June 2015

EMBEDDED SYSTEMS: Jonathan W. Valvano INTRODUCTION TO THE MSP432 MICROCONTROLLER. Volume 1 First Edition June 2015 EMBEDDED SYSTEMS: INTRODUCTION TO THE MSP432 MICROCONTROLLER Volume 1 First Edition June 2015 Jonathan W. Valvano ii Jonathan Valvano First edition 3 rd printing June 2015 The true engineering experience

More information

MAKING PIC MICROCONTROLLER INSTRUMENTS AND CONTROLLERS

MAKING PIC MICROCONTROLLER INSTRUMENTS AND CONTROLLERS MAKING PIC MICROCONTROLLER INSTRUMENTS AND CONTROLLERS HARPRIT SINGH SANDHU New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore Sydney Toronto CONTENTS

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems and Network Technology

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems and Network Technology COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM: Computer Systems and Network Technology COURSE

More information

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1.

Laboratory: Introduction to Mechatronics. Instructor TA: Edgar Martinez Soberanes Lab 1. Laboratory: Introduction to Mechatronics Instructor TA: Edgar Martinez Soberanes (eem370@mail.usask.ca) 2017-01-12 Lab 1. Introduction Lab Sessions Lab 1. Introduction to the equipment and tools to be

More information

Syllabus for HPE 034 Varsity Cheerleading and Fitness 1 Credit Hour Fall 2014

Syllabus for HPE 034 Varsity Cheerleading and Fitness 1 Credit Hour Fall 2014 I. COURSE DESCRIPTIONS Syllabus for HPE 034 Varsity Cheerleading and Fitness 1 Credit Hour Fall 2014 Designed only for the student who is a member of the ORU varsity cheerleaders, yell leaders, dance squad,

More information

EMBEDDED SYSTEMS COURSE CURRICULUM

EMBEDDED SYSTEMS COURSE CURRICULUM On a Mission to Transform Talent EMBEDDED SYSTEMS COURSE CURRICULUM Table of Contents Module 1: Basic Electronics and PCB Software Overview (Duration: 1 Week)...2 Module 2: Embedded C Programming (Duration:

More information

Syllabus for CSC 455 Database Systems 3 Credit Hours Spring 2012

Syllabus for CSC 455 Database Systems 3 Credit Hours Spring 2012 Syllabus for CSC 455 Database Systems 3 Credit Hours Spring 2012 I. COURSE DESCRIPTION An introduction to the concepts and techniques encountered in database systems. Topics include data independence,

More information

Syllabus for HPE 097 Backpacking and Fitness 1 Credit Hour Fall 2015

Syllabus for HPE 097 Backpacking and Fitness 1 Credit Hour Fall 2015 Syllabus for HPE 097 Backpacking and Fitness 1 Credit Hour Fall 2015 I. COURSE DESCRIPTION Designed to introduce the student to the basic knowledge and skills necessary to participate in overnight backpacking

More information

Syllabus for HPE 098 Triathlon Training 1 Credit Hour Fall 2014

Syllabus for HPE 098 Triathlon Training 1 Credit Hour Fall 2014 Syllabus for HPE 098 Triathlon Training 1 Credit Hour Fall 2014 I. COURSE DESCRIPTION Designed for students who have demonstrated a high level of health fitness and desire to improve or maintain their

More information

ITSC 1319 INTERNET/WEB PAGE DEVELOPMENT SYLLABUS

ITSC 1319 INTERNET/WEB PAGE DEVELOPMENT SYLLABUS SAIGONTECH ITSC 1319 INTERNET/WEB PAGE DEVELOPMENT SYLLABUS CRN: Semester: Summer 2015 Class name: IWPD Campus and Room: SaigonTech Tower Lab 211 Days and Times: Lecture: Tue. 7:30 11:45 Tutor: Fri. 7:30

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems and Networks Technology (CSNT) PRE-REQUISITES/CO-REQUISITES:

COURSE OUTLINE. School of Engineering Technology and Applied Science. Computer Systems and Networks Technology (CSNT) PRE-REQUISITES/CO-REQUISITES: COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM: COURSE TITLE: Computer Systems and Networks

More information

Section 001. Read this before starting!

Section 001. Read this before starting! Points missed: Student's Name: Total score: / points East Tennessee State University Department of Computer and Information Sciences CSCI 25 (Tarnoff) Computer Organization TEST 2 for Fall Semester, 25

More information

Syllabus for HPE 005 Fitness Club 1 Credit hour Fall 2016

Syllabus for HPE 005 Fitness Club 1 Credit hour Fall 2016 Syllabus for HPE 005 Fitness Club 1 Credit hour Fall 2016 I. COURSE DESCRIPTION Designed for students who have demonstrated a high level of health fitness and desire to improve or maintain their fitness

More information

SAULT COLLEGE OF APPLIED ARTS & TECHNOLOGY SAULT STE MARIE, ON COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS & TECHNOLOGY SAULT STE MARIE, ON COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS & TECHNOLOGY SAULT STE MARIE, ON COURSE OUTLINE Course Title: NETWORK CERTIFICATION I Code No.: Semester: 5 Program: COMPUTER NETWORK TECHNOLOGY Author TYCHO BLACK / DAN KACHUR

More information

Industrial Fire Brigade Member - Incipient FIRE 123 Fire Training Certification. Course Outline

Industrial Fire Brigade Member - Incipient FIRE 123 Fire Training Certification. Course Outline Industrial Fire Brigade Member - Incipient FIRE 123 Fire Training Certification Course Outline COURSE IMPLEMENTATION DATE: September 2015 OUTLINE EFFECTIVE DATE: September 2016 COURSE OUTLINE REVIEW DATE:

More information

Langara College Spring archived

Langara College Spring archived 1 of 7 10/23/07 2:09 PM COMPUTING SCIENCE AND INFORMATION SYSTEMS DEPARTMENT COMPUTING SCIENCE AND INFORMATION SYSTEMS 1300 Systems Analysis & Design (3.0 credits) COURSE OUTLINE Spring 2008 Section 088

More information

Masters in Software Engineering

Masters in Software Engineering Masters in Software Engineering Programme Requirements Taught Element, and PG Diploma in Software Engineering: 120 credits: IS5101 CS5001 CS5030 CS5031 CS5032 or CS5033 up to 30 credits from CS4100 - CS4450,

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: Introduction To Networks CODE NO. : SEMESTER: Three PROGRAM: AUTHOR: Computer Engineering

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS A+ CERTIFICATION PREPARATION CST 2730

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS A+ CERTIFICATION PREPARATION CST 2730 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS A+ CERTIFICATION PREPARATION CST 2730 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Date Revised: Spring 00 NOTE: This course is

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ROUTING/SWITCH CONFIGURATION CSIT 2750

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ROUTING/SWITCH CONFIGURATION CSIT 2750 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS ROUTING/SWITCH CONFIGURATION CSIT 2750 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 09 Catalog Course Description: This course

More information

Langara College Spring archived

Langara College Spring archived 1 of 7 11/23/2006 1:29 PM COMPUTING SCIENCE AND INFORMATION SYSTEMS DEPARTMENT COMPUTING SCIENCE AND INFORMATION SYSTEMS 1300 Systems Analysis & Design (3.0 credits) COURSE OUTLINE Spring 2007 Section

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : ELR251 SEMESTER: FOUR

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : ELR251 SEMESTER: FOUR SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: TELECOMMUNICATION SYSTEMS I CODE NO. : SEMESTER: FOUR PROGRAM: AUTHOR: ELECTRICAL ENGINEERING TECHNICIAN

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: Local Area Networks I CODE NO. : SEMESTER: Three PROGRAM: AUTHOR: Computer Network Technician

More information

DEV-1 HamStack Development Board

DEV-1 HamStack Development Board Sierra Radio Systems DEV-1 HamStack Development Board Reference Manual Version 1.0 Contents Introduction Hardware Compiler overview Program structure Code examples Sample projects For more information,

More information

College of Computing, Engineering & Construction Electrical Engineering Course Descriptions

College of Computing, Engineering & Construction Electrical Engineering Course Descriptions CATALOG 2010-2011 Undergraduate Information College of Computing, Engineering & Construction Electrical Engineering Course Descriptions EEE3308: Electronic Circuits I 3 Prerequisite: EEL 3111. This course

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WIRELESS TECHNOLOGY CSIT 2770

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WIRELESS TECHNOLOGY CSIT 2770 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS WIRELESS TECHNOLOGY CSIT 2770 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 09 NOTE: This course is not intended for transfer

More information

CASPER COLLEGE COURSE SYLLABUS ELTR 2920, Section 01 Small Computer Repair Techniques. Lecture Hours: 2 Lab Hours: 2 Credit Hours: 3

CASPER COLLEGE COURSE SYLLABUS ELTR 2920, Section 01 Small Computer Repair Techniques. Lecture Hours: 2 Lab Hours: 2 Credit Hours: 3 CASPER COLLEGE COURSE SYLLABUS ELTR 2920, Section 01 Small Computer Repair Techniques Semester/Year: Spring 2018 Lecture Hours: 2 Lab Hours: 2 Credit Hours: 3 Class Time: 1:00-2:50 p.m. Days: M Room: GW

More information

SAULTCOLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

SAULTCOLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE SAULTCOLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: CODE NO. : SEMESTER: 3 PROGRAM: AUTHOR: Computer Programmer Fred Carella DATE: Fall 2013 PREVIOUS OUTLINE

More information

BCS Professional Certification Group Operations Fraudulent Activity Policy Fraudulent Activity and Plagiarism Policy April 2016 March 2018

BCS Professional Certification Group Operations Fraudulent Activity Policy Fraudulent Activity and Plagiarism Policy April 2016 March 2018 BCS Professional Certification Group Operations Fraudulent Activity Policy Fraudulent Activity and Plagiarism Policy April 2016 March 2018 Copyright BCS 2017 Page 1 of 6 Pol 013 V3.8 (Approved) Fraudulent

More information

Microcontrollers. Principles and Applications. Ajit Pal +5 V 2K 8. 8 bit dip switch. P2 8 Reset switch Microcontroller AT89S52 100E +5 V. 2.

Microcontrollers. Principles and Applications. Ajit Pal +5 V 2K 8. 8 bit dip switch. P2 8 Reset switch Microcontroller AT89S52 100E +5 V. 2. Ajit Pal Microcontrollers Principles and Applications +5 V 2K 8 8 bit dip switch P2 8 Reset switch Microcontroller AT89S52 100E +5 V +5 V 2.2K 10 uf RST 7 Segment common anode LEDs P1(0-6) & P3(0-6) 7

More information

New Undergraduate Course Proposal Form

New Undergraduate Course Proposal Form New Undergraduate Course Proposal Form 1. Department and Contact Information Tracking Number Date & Time Submitted 790 2009-02-13 14:13:42 Department College Budget Account Number Computer Science & Engieering

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS LINUX ADVANCED SYSTEM & NETWORK ADMINISTRATION CSIT 2475

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS LINUX ADVANCED SYSTEM & NETWORK ADMINISTRATION CSIT 2475 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS LINUX ADVANCED SYSTEM & NETWORK ADMINISTRATION CSIT 2475 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Fall 09 Catalog Course Description:

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science PRE-REQUISITES/CO-REQUISITES: CNET201

COURSE OUTLINE. School of Engineering Technology and Applied Science PRE-REQUISITES/CO-REQUISITES: CNET201 COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM: Computer Systems and Networks Technician/ Technology

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science. Information and Communication Engineering Technology (ICET)

COURSE OUTLINE. School of Engineering Technology and Applied Science. Information and Communication Engineering Technology (ICET) COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: Information and Communication Engineering Technology (ICET) PROGRAM: Computer Systems and Networks Technician/ Technology

More information

ARM7 TDMI Microcontroller

ARM7 TDMI Microcontroller ARM7 TDMI Microcontroller Course Name: ARM7 Microcontroller Certification: By UVSoftsTechnologies Pvt. Ltd. Introduction:- Introduction of Embedded System & robotics Evolution in Microcontroller technology

More information

ET345P Control Systems [Onsite]

ET345P Control Systems [Onsite] ET345P Control Systems [Onsite] Course Description: Students examine the control of systems with programmable units. Applying digital logic to control industrial processes is emphasized. Prerequisite(s)

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science

COURSE OUTLINE. School of Engineering Technology and Applied Science COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: PROGRAM: COURSE TITLE: Information and Communication Engineering Technology (ICET) Computer and Communication Networking

More information

Syllabus for HPE 026 Beginning Swimming and Fitness 1 Credit Hour Spring 2016

Syllabus for HPE 026 Beginning Swimming and Fitness 1 Credit Hour Spring 2016 Syllabus for HPE 026 Beginning Swimming and Fitness 1 Credit Hour Spring 2016 I. COURSE DESCRIPTION Designed for the student who has little or no experience in swimming. Places major emphasis on developing

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : ELR251 SEMESTER: FOUR

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : ELR251 SEMESTER: FOUR SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: TELECOMMUNICATION SYSTEMS I CODE NO. : SEMESTER: FOUR PROGRAM: AUTHOR: ELECTRICAL ENGINEERING TECHNICIAN

More information

G.PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY

G.PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY G.PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Pasupala(V), Nadikotkur Road, Kurnool-518002 www.gpcet.ac.in DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING II B.TECH II Semester II (2017-2018)

More information

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd.

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd. PR8-B RFID: Read and Display V2010 Version 1.1 Sept 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

Linux Kernel Hacking Free Course, 3rd edition. HWMPS: Hardware Monitor & Protection System

Linux Kernel Hacking Free Course, 3rd edition. HWMPS: Hardware Monitor & Protection System Andrea Sarro University of Rome Tor Vergata HWMPS: Hardware Monitor & Protection System April 5, 2006 Outline of the talk Project overview Developement phases and practical issues Hardware platform Microcontroller

More information

Curriculum for the Bachelor's Degree Programme in Web Development Institutional section

Curriculum for the Bachelor's Degree Programme in Web Development Institutional section Curriculum for the Bachelor's Degree Programme in Web Development Institutional section Curriculum for the Bachelor's Degree Programme in Web Development Institutional section Table of contents 1.... 0

More information

University of Asia Pacific (UAP) Department of Computer Science and Engineering (CSE)

University of Asia Pacific (UAP) Department of Computer Science and Engineering (CSE) University of Asia Pacific (UAP) Department of Computer Science and Engineering (CSE) Course Outline Program: Course Title: Computer Science and Engineering (CSE) Microprocessors Course Code: CSE 333 Semester:

More information

Syllabus for HPE 024 Intermediate Swimming and Fitness 1 Credit Hour Spring 2016

Syllabus for HPE 024 Intermediate Swimming and Fitness 1 Credit Hour Spring 2016 Syllabus for HPE 024 Intermediate Swimming and Fitness 1 Credit Hour Spring 2016 I. COURSE DESCRIPTION Designed to increase aquatic abilities by adding to the skills learned in the beginner course. Prerequisites:

More information

Introduction To Data Processing COMP 153 Business Administration Program/Administrative Studies. Course Outline

Introduction To Data Processing COMP 153 Business Administration Program/Administrative Studies. Course Outline Introduction To Data Processing COMP 153 Business Administration Program/Administrative Studies Course Outline COURSE IMPLEMENTATION DATE: Pre 1998 OUTLINE EFFECTIVE DATE: September 2016 COURSE OUTLINE

More information

GET 433 Course Syllabus Spring 2017

GET 433 Course Syllabus Spring 2017 Instructor: Doug Taber Telephone: 315-558-2359 Email: pdtaber@syr.edu Office: Hinds Hall 239 Location: Hinds 013 Day: Tues / Thurs Time: 8 AM to 9:20 AM Office Hours: TBA Course Overview GET 433 Enterprise

More information

ECONOMICS 5317: CONTEMPORARY GOVERNMENT AND BUSINESS RELATIONS

ECONOMICS 5317: CONTEMPORARY GOVERNMENT AND BUSINESS RELATIONS 1 ECONOMICS 5317: CONTEMPORARY GOVERNMENT AND BUSINESS RELATIONS Fall 2011, MWF 9:05-9:55, HCB 408 INSTRUCTOR: David VanHoose OFFICE HOURS: OFFICE: 339 Hankamer MWF 8:00-9:00 & 12:15-1:15; OFFICE PHONE:

More information

Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad

Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad Embedded Systems Lab Lab 1 Introduction to Microcontrollers Eng. Dalia A. Awad Objectives To be familiar with microcontrollers, PIC18F4550 microcontroller. Tools PIC18F4550 Microcontroller, MPLAB software,

More information

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD Course Outline Routing and Switching Essentials [CISCO 2] ISS 112

HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD Course Outline Routing and Switching Essentials [CISCO 2] ISS 112 Cisco Systems Cisco Academy HARFORD COMMUNITY COLLEGE 40 Thomas Run Road Bel Air, MD 205 Course Outline Routing and Switching Essentials [CISCO 2] ISS 2 COURSE NUMBER: ISS 2 COURSE NAME: Routing and Switching

More information

University of Florida EEL 4744 Fall 1998 Dr. Eric M. Schwartz

University of Florida EEL 4744 Fall 1998 Dr. Eric M. Schwartz Department of Electrical & Computer Engineering 15 October 199 Professor in ECE 31-Dec-9 12:22 PM Page 1/ Instructions: Show all work on the front of the test papers. If you need more room, make a clearly

More information

Outline Description Sheets for G900x Series

Outline Description Sheets for G900x Series Outline Description Sheets for G900x Series Nippon Pulse Motor Co.,Ltd. Table of contents (1) Difference in communication methods between the G80xx (current models) and the G900x series. 1 (2) CPU emulation

More information