MODULE BOOKLET. Module EEE111J2 CRN Digital Systems & Microprocessors

Size: px
Start display at page:

Download "MODULE BOOKLET. Module EEE111J2 CRN Digital Systems & Microprocessors"

Transcription

1 1 SCHOOL OF ENGINEERING MODULE BOOKLET Module EEE111J2 CRN 3672 Digital Systems & Microprocessors MODULE CO-ORDINATOR: Dr F J Owens Room: 5B17 Tel: (028) fj.owens@ulster.ac.uk MODULE TUTORS: Dr S J Katzen Room: 5D02 Tel: (028) sj.katzen@ulster.ac.uk Dr F J Owens Room: 5B17 Tel: (028) fj.owens@ulster.ac.uk CONTACTING STAFF: Staff will be available to see students at times indicated on their office doors. Where possible make an appointment, as this will alleviate waiting. NOTE: This does NOT preclude interviews at other times, alternatively the staff member at the address above. If you need to see a member of staff urgently, then contact the School office in (Room 5D06).

2 2 MODULE TITLE: MODULE CODE: DIGITAL SYSTEMS & MICROPROCESSORS EEE111J2 MODULE LEVEL: 1 CREDIT POINTS: 20 SEMESTER: 2 MODULE STATUS: Core for courses: BEng Electronics and Software C224UJ BEng(Hons) Electronics and Software C221UJ LOCATION: PREREQUISITES: COREQUISITES: MODULE CO-ORDINATOR: Jordanstown None None Owens, F J Dr., Jordanstown School of Electrical and Mechanical Engineering TEACHING STAFF RESPONSIBLE FOR MODULE DELIVERY: Owens, F J Dr., Jordanstown School of Electrical and Mechanical Engineering Katzen, S J Dr., Jordanstown School of Electrical and Mechanical Engineering HOURS: Lecture / Tutorial : 48 hours Teaching Laboratory : 24 hours Independent learning, typically : 128 hours ACADEMIC SUBJECT: RATIONALE: requirement AIMS: Electrical and Electronic Engineering A study of digital electronics is a fundamental of courses in Electronic Engineering. This introductorylevel module is designed to provide the foundation theory of digital combinational and sequential systems together with an introduction to microcontroller engineering. To provide engineering students with the necessary foundation in digital systems and microcontrollers to support further studies in Electronic Engineering. INTENDED LEARNING OUTCOMES: Assessment key: SE - an outcome normally assessed via a set examination.

3 3 CA - an outcome normally assessed via continuous assessment methods. The students should be able to: i demonstrate an understanding of the internal architecture of the target processor and its interaction with I/O and memory (CA & SE); i demonstrate a working knowledge of the software structure, including instruction set, of the target microcontroller. (CA & SE); i edit, assemble, compile and simulate, and test a range of elementary programs. (CA); i be able to design simple routines (CA & SE) i demonstrate an understanding of the principles of binary digital representation. (CA & SE); i analyse a range combinational and sequential building blocks. (CA & SE); i design simple logic circuitry using applicable synthesis techniques. (CA & SE); i demonstrate an understanding of the operation and characteristics of simple digital electronic circuits. (SE). CONTENT: Digital Systems Digital concepts, operation and characteristics of electronic digital gates. Binary arithmetic. Codes. Combinational and simple sequential logic. Boolean algebra. Karnaugh maps. Multiplexers, demultiplexers, encoders, decoders, registers and counters. Read-only and read/write memory devices. TEACHING AND LEARNING METHODS: Microcontroller Engineering Von-Neumann and Harvard computer architecture. Microcontroller structure, instruction set and flags. Program and Data Memory organisation. Interfacing to external devices using parallel ports. Subroutines. Assembly-level cross development of software. The fundamentals of the topics are introduced through lectures with some material being presented in the form of teaching laboratory. ASSESSMENT: Continuously Assessed (CA) 50% Three assignment points are used to test learning outcomes: a sight unseen class test. a written assignment. laboratory performance on interface experiments to assess both process and understanding of hardware-

4 4 software interaction. Set Examination (SE) 50% READING LIST: A 3-hour examination paper is set to measure learning outcomes covering both digital and microcontroller topic areas. Required: Digital Fundamentals, 8 th Ed. Floyd, T Prentice-Hall 2002 Recommended: The Quintessential PIC Microcontroller Katzen, S.J. Springer-Verlag, Second Edition, 2005 Digital Electronics, A Practical Approach. Kleitz, W Prentice-Hall, 6 th Edition 2001 Digital & Microprocessor Engineering Cahill, S J Prentice-Hall SUMMARY DESCRIPTION: This module for engineering students covers an introduction to both random digital hardware and programmable software approaches to digital systems.

5 5 OPTIONAL ANNEX ENGINEERING BENCHMARK COMPONENTS AND APPLICABILITY Mathematics - Simple binary logic and arithmetic processes, Boolean algebra. Science - No scientific skills developed or used in this module. IT - Use of the PC to host microcontroller software development CAE packages. Design - Combinational and sequential logic networks. Microcontroller software and hardware circuits. Communication and organisational skills. Business Context - No business skills are covered in this module. Engineering Practice - As relevant to a standard commercial digital logic and a proprietary microcontroller. MATHEMATICS Knowledge and Understanding of: Binary arithmetic and logic manipulation processes. Simple Boolean algebra including graphical techniques. Intellectual Abilities: Ability to select and apply appropriate methods to analyse and design logic and microcontroller routines. Practical Skills: Can code, run and test software implementations of the appropriate algorithm. General Transferable Skills: Use of IT skills in creating, running and documenting microcontroller-based programs.

6 6 INFORMATION TECHNOLOGY Knowledge and Understanding of: PC operating system. Using an integrated development environment in a PC environment to develop test and simulate software structures. The architecture, software and hardware interaction of the target microcontroller. Intellectual Abilities: Ability to apply computer-based methods for developing software for the target microcontroller. Practical Skills: Can code, run and test target software. Can simulate simple hardware interface. General Transferable Skills: Use of general IT tools. Documentation skills. DESIGN Knowledge and Understanding of: Intellectual Abilities: Design algorithms used to design logic circuitry. Design principles relevant to coding and hardware issues inherent in microcontroller systems. Can design and analyze logic circuitry and microcontroller systems. General Transferable Skills: Use of creativity in problem solving within narrowlybased parameters. ENGINEERING PRACTICE Knowledge and Understanding of: Intellectual Abilities: Commercial logic devices. Industrial standard logic symbols. Structures of industrial standard microcontroller software development tools. Ability to produce solutions based on standard products. Practical Skills: General Transferable Skills: Ability to use proprietary industrial devices in the design process. The engineering approach to the solution of problems.

7 7 Timetable: Semester 2 Tuesday Digital Systems Lecture 21D09 Weeks 1 10, Thursday 11:15 13:05 Microcontroller Systems 16E25 Weeks 1 7, Monday Electronic Eng/Electronics & Software Tutorials/laboratory 6C49 Thursday 15:15 17:05 BEng/MEng Engineering Tutorials/laboratory Class test Week 7 Laboratory tests Weeks 13 & 14 Easter Vacation Weeks 11 & 12 6C49 Recommended Reading: See pages 3 & 4. Web sites: Module web site with lecture material, previous examination papers and revision material PIC Microcontroller web site

8 8 Teaching Plan (subject to revision) Semester 2 Session 2008/2009 (Digital Systems) Week Topics Details 1 Introduction to Digital Systems Waveform characteristics; rise time, pulse width; IC Packages. Binary numbers; decimal/binary conversion. 2 s complement notation. 2 Binary arithmetic 2 s complement arithmetic, Hexadecimal numbers. Hexadecimal decimal binary conversion. Codes; BCD, Grey, ASCII. 3 Logic gates. Boolean Algebra 4 Boolean algebra, Laws. Simplification methods Basic gates, truth tables. Universal property of NAND gates. Boolean algebra. Laws of Boolean algebra. De Morgan s Theorem. Sums of products, Products of sums. Simplification of logic expressions. Karnaugh Maps. 5 Application of basic logic Examples of the application of logic to engineering situations. 6 Logic circuits Half adder, full adder, parallel binary addition 7 Revision, Class Test 8 More logic functions Comparators, decoders, encoders, multiplexers, demultiplexers. 9 Flip flops / Counters SR latch. JK flip-flop. D-type flip-flop. T-type flip-flop. Shift registers. 4-bit counters. Binary, truncated counter. Ripple effect. Synchronous counter. 10 Logic families / Memory Basic features of TTL and CMOS logic gates. Voltage transfer characteristic, current sourcing, current sinking, fan-out and fan-in capacities. Basics of semiconductor memory. RAM, ROM, EPROM. 11 Easter vacation Revision 12 Easter vacation Revision 13 Tutorial/revision and Laboratory test 14 Tutorial/Revision and Laboratory test

9 9 Semester 2 Session 2008/2009 (Microprocessor Systems) Content Student Learning Objectives Week 1 Digital and analogue concepts. System structure. Binary codes and groupings. Week 2 Von Neumann and Harvard computer architectures. Outline of a microcontroller. The PIC mid-range MCU family. Week 3 What is a program? Program store, Data/file store and mill. The fetch and execute rhythm. The Pipeline. Can differentiate between digital and analogue signals and appropriate processing. Appreciates the role of a microcontroller in a digital system. Understands the principles of a Harvard and von Neumann structures. Understands the structure and function of a microcontroller. Appreciate the interaction of the Program store Mill Data store in executing a program. Week 4 Move and Add instructions. Binary structure of instructions with op-code destination address. Literal instructions. An elementary program using Move and Add instructions. The principle of assembly language and the assembly process. Week 5 Arithmetic instructions. SFRs and GPRs. The Status register and Flags.Testing for zero. Bit test and Skip instructions for conditional decisions. Program loops. Flow charts. Week 6 Comparing numbers. Logic Instructions NOT, AND, Inclusive-OR and Exclusive- OR. Appreciates the binary structure of simple instructions. Understands the nature of assembly source code as against machine code. Understands the function of the C and Z flags. Can use these flags with arithmetic instructions to test data for zero or equality. Understands the use of the bitwise logic instructions in altering and testing data. Week 7 Tutorial Week 8 Subroutines and modular programming. The Stack. Execution times and single-loop delay subroutines. Week 9 Parallel ports, their function in connecting to the outside world and their setting up using the TRIS registers involving bank switching. Can write and call simple subroutines including delay subroutines. Can program with output ports and use the pin-stimulator to simulate such programs.

10 10 Week 10 Review Weeks 11 & 12 Easter vacation Weeks Review and revision. Tutorial. Student revision Laboratory tests ASSESSMENT INFORMATION AND SCHEDULE Coursework Assessment Digital & Microcontroller Class Test. Week 7: 35% Submission of tutorial questions & Performance in laboratory sessions Weeks 1 10: 35% Laboratory tests. Weeks 13 & 14: 30%

Computer Science. Embedded systems today. Microcontroller MCR

Computer Science. Embedded systems today. Microcontroller MCR Computer Science Microcontroller Embedded systems today Prof. Dr. Siepmann Fachhochschule Aachen - Aachen University of Applied Sciences 24. März 2009-2 Minuteman missile 1962 Prof. Dr. Siepmann Fachhochschule

More information

Computer Science 141: Computing Hardware Course Information Fall 2012

Computer Science 141: Computing Hardware Course Information Fall 2012 Computer Science 141: Computing Hardware Course Information Fall 2012 September 4, 2012 1 Outline The main emphasis of this course is on the basic concepts of digital computing hardware and fundamental

More information

Designing a Computer to Play Nim: A Mini-Capstone Project in Digital Design I

Designing a Computer to Play Nim: A Mini-Capstone Project in Digital Design I Session 1793 Designing a Computer to Play Nim: A Mini-Capstone Project in Digital Design I John Greco, Ph.D. Department of Electrical and Computer Engineering Lafayette College Easton, PA 18042 Abstract

More information

ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob

ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob Course Syllabus ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob 1. Basic Information Time & Place Lecture: TuTh 2:00 3:15 pm, CSIC-3118 Discussion Section: Mon 12:00 12:50pm, EGR-1104 Professor

More information

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus CS 1103 Computer Science I Honors Fall 2016 Instructor Muller Syllabus Welcome to CS1103. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts

More information

Radius STEM Readiness TM

Radius STEM Readiness TM Curriculum Guide Radius STEM Readiness TM While today s teens are surrounded by technology, we face a stark and imminent shortage of graduates pursuing careers in Science, Technology, Engineering, and

More information

FUZZY EXPERT. Dr. Kasim M. Al-Aubidy. Philadelphia University. Computer Eng. Dept February 2002 University of Damascus-Syria

FUZZY EXPERT. Dr. Kasim M. Al-Aubidy. Philadelphia University. Computer Eng. Dept February 2002 University of Damascus-Syria FUZZY EXPERT SYSTEMS 16-18 18 February 2002 University of Damascus-Syria Dr. Kasim M. Al-Aubidy Computer Eng. Dept. Philadelphia University What is Expert Systems? ES are computer programs that emulate

More information

MINISTRY OF EDUCATION

MINISTRY OF EDUCATION Republic of Namibia MINISTRY OF EDUCATION NAMIBIA SENIOR SECONDARY CERTIFICATE (NSSC) COMPUTER STUDIES SYLLABUS HIGHER LEVEL SYLLABUS CODE: 8324 GRADES 11-12 2010 DEVELOPED IN COLLABORATION WITH UNIVERSITY

More information

Computer Organization I (Tietokoneen toiminta)

Computer Organization I (Tietokoneen toiminta) 581305-6 Computer Organization I (Tietokoneen toiminta) Teemu Kerola University of Helsinki Department of Computer Science Spring 2010 1 Computer Organization I Course area and goals Course learning methods

More information

A Practical Approach to Embedded Systems Engineering Workforce Development

A Practical Approach to Embedded Systems Engineering Workforce Development A Practical Approach to Embedded Systems Engineering Workforce Development Özgür Yürür 1 [ John McLellan 2, Andy Mastronardi 3, Ed Harrold 4, Wilfrido Moreno 5 ] Abstract It is common to find digital electronic

More information

SAM - Sensors, Actuators and Microcontrollers in Mobile Robots

SAM - Sensors, Actuators and Microcontrollers in Mobile Robots Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2017 230 - ETSETB - Barcelona School of Telecommunications Engineering 710 - EEL - Department of Electronic Engineering BACHELOR'S

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

More information

High School Digital Electronics Curriculum Essentials Document

High School Digital Electronics Curriculum Essentials Document High School Digital Electronics Curriculum Essentials Document Boulder Valley School District Department of CTEC May 2012 Introduction Digital Electronics Course This file is intended to be a complete

More information

School of Innovative Technologies and Engineering

School of Innovative Technologies and Engineering School of Innovative Technologies and Engineering Department of Applied Mathematical Sciences Proficiency Course in MATLAB COURSE DOCUMENT VERSION 1.0 PCMv1.0 July 2012 University of Technology, Mauritius

More information

Circuit Simulators: A Revolutionary E-Learning Platform

Circuit Simulators: A Revolutionary E-Learning Platform Circuit Simulators: A Revolutionary E-Learning Platform Mahi Itagi Padre Conceicao College of Engineering, Verna, Goa, India. itagimahi@gmail.com Akhil Deshpande Gogte Institute of Technology, Udyambag,

More information

Infrared Paper Dryer Control Scheme

Infrared Paper Dryer Control Scheme Infrared Paper Dryer Control Scheme INITIAL PROJECT SUMMARY 10/03/2005 DISTRIBUTED MEGAWATTS Carl Lee Blake Peck Rob Schaerer Jay Hudkins 1. Project Overview 1.1 Stake Holders Potlatch Corporation, Idaho

More information

Course Specifications

Course Specifications Course Specifications Institution Date of Report 4.12.1434 College/Department Faculty of Computers and Information Technology / Department Information Technology A. Course Identification and General Information

More information

Form no. (12) Course Specification

Form no. (12) Course Specification University/Academy: Benha Faculty/Institute Department Form no. (12) Course Specification : Computers and Informatics : Computer Science 1Course Data Course Code: CHW 362 Specialization: Computer Science

More information

Software Development: Programming Paradigms (SCQF level 8)

Software Development: Programming Paradigms (SCQF level 8) Higher National Unit Specification General information Unit code: HL9V 35 Superclass: CB Publication date: May 2017 Source: Scottish Qualifications Authority Version: 01 Unit purpose This unit is intended

More information

Computer Architecture CSC

Computer Architecture CSC Computer Architecture CSC 343 001 Greg T. Harber Department of Computer Science Nelson Rusche College of Business McGee 303B gth@cs.sfasu.edu 468-1867, 468-2508 Office Hours Monday 10:30-11:30 1:30-2:30

More information

CS 101 Computer Science I Fall Instructor Muller. Syllabus

CS 101 Computer Science I Fall Instructor Muller. Syllabus CS 101 Computer Science I Fall 2013 Instructor Muller Syllabus Welcome to CS101. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts of

More information

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250*

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250* Programme Specification: Undergraduate For students starting in Academic Year 2017/2018 1. Course Summary Names of programme(s) and award title(s) Award type Mode of study Framework of Higher Education

More information

Advanced Multiprocessor Programming

Advanced Multiprocessor Programming Advanced Multiprocessor Programming Vorbesprechung Jesper Larsson Träff, Sascha Hunold traff@par. Research Group Parallel Computing Faculty of Informatics, Institute of Information Systems Vienna University

More information

IMPROVED MANUFACTURING PROGRAM ALIGNMENT W/ PBOS

IMPROVED MANUFACTURING PROGRAM ALIGNMENT W/ PBOS C2ER / LMI INSTITUTE IMPROVED MANUFACTURING PROGRAM ALIGNMENT W/ PBOS JUNE 09 2016 US DEPARTMENT OF LABOR MULTI-STATE ADVANCED MANUFACTURING CONSORTIUM MULTI-STATE ADVANCED MANUFACTURING CONSORTIUM Introductions

More information

Diploma in Library and Information Science (Part-Time) - SH220

Diploma in Library and Information Science (Part-Time) - SH220 Diploma in Library and Information Science (Part-Time) - SH220 1. Objectives The Diploma in Library and Information Science programme aims to prepare students for professional work in librarianship. The

More information

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming.

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming. Computer Science 1 COMPUTER SCIENCE Office: Department of Computer Science, ECS, Suite 379 Mail Code: 2155 E Wesley Avenue, Denver, CO 80208 Phone: 303-871-2458 Email: info@cs.du.edu Web Site: Computer

More information

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General Grade(s): None specified Unit: Creating a Community of Mathematical Thinkers Timeline: Week 1 The purpose of the Establishing a Community

More information

Software Maintenance

Software Maintenance 1 What is Software Maintenance? Software Maintenance is a very broad activity that includes error corrections, enhancements of capabilities, deletion of obsolete capabilities, and optimization. 2 Categories

More information

Course outline. Code: ICT310 Title: Systems Analysis and Design

Course outline. Code: ICT310 Title: Systems Analysis and Design Faculty of Arts, Business and Law School of Business Teaching Session: Semester 1 Year: 2017 Course Coordinator: Dr Jacqui Blake Office: K2.16 Phone No: +61 7 5430 1108 Email: jblake@usc.edu.au Course

More information

PH.D. IN COMPUTER SCIENCE PROGRAM (POST M.S.)

PH.D. IN COMPUTER SCIENCE PROGRAM (POST M.S.) PH.D. IN COMPUTER SCIENCE PROGRAM (POST M.S.) OVERVIEW ADMISSION REQUIREMENTS PROGRAM REQUIREMENTS OVERVIEW FOR THE PH.D. IN COMPUTER SCIENCE Overview The doctoral program is designed for those students

More information

THE UNIVERSITY OF SYDNEY Semester 2, Information Sheet for MATH2068/2988 Number Theory and Cryptography

THE UNIVERSITY OF SYDNEY Semester 2, Information Sheet for MATH2068/2988 Number Theory and Cryptography THE UNIVERSITY OF SYDNEY Semester 2, 2017 Information Sheet for MATH2068/2988 Number Theory and Cryptography Websites: It is important that you check the following webpages regularly. Intermediate Mathematics

More information

Introduction to Simulation

Introduction to Simulation Introduction to Simulation Spring 2010 Dr. Louis Luangkesorn University of Pittsburgh January 19, 2010 Dr. Louis Luangkesorn ( University of Pittsburgh ) Introduction to Simulation January 19, 2010 1 /

More information

PROGRAMME SPECIFICATION

PROGRAMME SPECIFICATION PROGRAMME SPECIFICATION 1 Awarding Institution Newcastle University 2 Teaching Institution Newcastle University 3 Final Award MSc 4 Programme Title Digital Architecture 5 UCAS/Programme Code 5112 6 Programme

More information

Microcontroller VU

Microcontroller VU 182.694 Microcontroller VU Martin Perner SS 2017 Featuring Today: Preliminary Talk Definitions What is a Microcontroller? Note: Microcontroller is sometimes shortened as µc, uc, or MCU. Preliminary Talk

More information

OFFICIAL DOCUMENT. Foreign Credits, Inc. Jawaharlal Nehru Technological University

OFFICIAL DOCUMENT. Foreign Credits, Inc.  Jawaharlal Nehru Technological University (^ForeignCredits (224)521-0170 : info@forelgncredlts.cdm Evaluation ID: 1234S6-849491-7JK9031 U.S. Equivalency: U.S. Credits: U.S. GPA: Bachelor of Science degree In Electronics and Communication Engineering

More information

Document number: 2013/ Programs Committee 6/2014 (July) Agenda Item 42.0 Bachelor of Engineering with Honours in Software Engineering

Document number: 2013/ Programs Committee 6/2014 (July) Agenda Item 42.0 Bachelor of Engineering with Honours in Software Engineering Document number: 2013/0006139 Programs Committee 6/2014 (July) Agenda Item 42.0 Bachelor of Engineering with Honours in Software Engineering Program Learning Outcomes Threshold Learning Outcomes for Engineering

More information

A Variation-Tolerant Multi-Level Memory Architecture Encoded in Two-state Memristors

A Variation-Tolerant Multi-Level Memory Architecture Encoded in Two-state Memristors A Variation-Tolerant Multi-Level Memory Architecture Encoded in Two-state Memristors Bin Wu and Matthew R. Guthaus Department of CE, University of California Santa Cruz Santa Cruz, CA 95064 {wubin6666,mrg}@soe.ucsc.edu

More information

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits.

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits. DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE Sample 2-Year Academic Plan DRAFT Junior Year Summer (Bridge Quarter) Fall Winter Spring MMDP/GAME 124 GAME 310 GAME 318 GAME 330 Introduction to Maya

More information

Control Tutorials for MATLAB and Simulink

Control Tutorials for MATLAB and Simulink Control Tutorials for MATLAB and Simulink Last updated: 07/24/2014 Author Information Prof. Bill Messner Carnegie Mellon University Prof. Dawn Tilbury University of Michigan Asst. Prof. Rick Hill, PhD

More information

Strategy and Design of ICT Services

Strategy and Design of ICT Services Strategy and Design of IT Services T eaching P lan Telecommunications Engineering Strategy and Design of ICT Services Teaching guide Activity Plan Academic year: 2011/12 Term: 3 Project Name: Strategy

More information

Embedded System Design

Embedded System Design Embedded System Design ECEN 4613/5613 Spring 2009 Lectures: Wednesday Evenings, 5:30pm-8:00pm, ECEE 1B28 Instructor: Professor McClure, Department of Electrical and Computer Engineering E-mail and Office:

More information

AC : FACILITATING VERTICALLY INTEGRATED DESIGN TEAMS

AC : FACILITATING VERTICALLY INTEGRATED DESIGN TEAMS AC 2009-2202: FACILITATING VERTICALLY INTEGRATED DESIGN TEAMS Gregory Bucks, Purdue University Greg Bucks is a Ph.D. candidate in Engineering Education at Purdue University with an expected graduation

More information

School Experience Reflective Portfolio

School Experience Reflective Portfolio School Experience Reflective Portfolio Primary PGCE Name Year of Entry Organisation of the Reflective Portfolio You will continue to make contributions to the RP throughout all 3 School Experiences. Set

More information

A systems engineering laboratory in the context of the Bologna Process

A systems engineering laboratory in the context of the Bologna Process A systems engineering laboratory in the context of the Bologna Process Matthias Kühnle, Martin Hillenbrand EWME, Budapest, 28.05.2008 Institut für Technik der Informationsverarbeitung (ITIV) Institutsleitung:

More information

MSc Education and Training for Development

MSc Education and Training for Development MSc Education and Training for Development Awarding Institution: The University of Reading Teaching Institution: The University of Reading Faculty of Life Sciences Programme length: 6 month Postgraduate

More information

Process to Identify Minimum Passing Criteria and Objective Evidence in Support of ABET EC2000 Criteria Fulfillment

Process to Identify Minimum Passing Criteria and Objective Evidence in Support of ABET EC2000 Criteria Fulfillment Session 2532 Process to Identify Minimum Passing Criteria and Objective Evidence in Support of ABET EC2000 Criteria Fulfillment Dr. Fong Mak, Dr. Stephen Frezza Department of Electrical and Computer Engineering

More information

AC : HANDS ON PROGRAMMABLE LOGIC CONTROLLER (PLC) LABORATORY FOR AN INDUSTRIAL CONTROLS COURSE

AC : HANDS ON PROGRAMMABLE LOGIC CONTROLLER (PLC) LABORATORY FOR AN INDUSTRIAL CONTROLS COURSE AC 2011-69: HANDS ON PROGRAMMABLE LOGIC CONTROLLER (PLC) LABORATORY FOR AN INDUSTRIAL CONTROLS COURSE Steven F Barrett, University of Wyoming Steven F. Barrett, Ph.D., P.E. received the BS Electronic Engineering

More information

Session H1B Teaching Introductory Electrical Engineering: Project-Based Learning Experience

Session H1B Teaching Introductory Electrical Engineering: Project-Based Learning Experience Teaching Introductory Electrical Engineering: Project-Based Learning Experience Chi-Un Lei, Hayden Kwok-Hay So, Edmund Y. Lam, Kenneth Kin-Yip Wong, Ricky Yu-Kwong Kwok Department of Electrical and Electronic

More information

LEGO MINDSTORMS Education EV3 Coding Activities

LEGO MINDSTORMS Education EV3 Coding Activities LEGO MINDSTORMS Education EV3 Coding Activities s t e e h s k r o W t n e d Stu LEGOeducation.com/MINDSTORMS Contents ACTIVITY 1 Performing a Three Point Turn 3-6 ACTIVITY 2 Written Instructions for a

More information

Evaluation of Learning Management System software. Part II of LMS Evaluation

Evaluation of Learning Management System software. Part II of LMS Evaluation Version DRAFT 1.0 Evaluation of Learning Management System software Author: Richard Wyles Date: 1 August 2003 Part II of LMS Evaluation Open Source e-learning Environment and Community Platform Project

More information

SOFTWARE EVALUATION TOOL

SOFTWARE EVALUATION TOOL SOFTWARE EVALUATION TOOL Kyle Higgins Randall Boone University of Nevada Las Vegas rboone@unlv.nevada.edu Higgins@unlv.nevada.edu N.B. This form has not been fully validated and is still in development.

More information

Bluetooth mlearning Applications for the Classroom of the Future

Bluetooth mlearning Applications for the Classroom of the Future Bluetooth mlearning Applications for the Classroom of the Future Tracey J. Mehigan Daniel C. Doolan Sabin Tabirca University College Cork, Ireland 2007 Overview Overview Introduction Mobile Learning Bluetooth

More information

Visual CP Representation of Knowledge

Visual CP Representation of Knowledge Visual CP Representation of Knowledge Heather D. Pfeiffer and Roger T. Hartley Department of Computer Science New Mexico State University Las Cruces, NM 88003-8001, USA email: hdp@cs.nmsu.edu and rth@cs.nmsu.edu

More information

Advanced Multiprocessor Programming

Advanced Multiprocessor Programming Advanced Multiprocessor Programming Vorbesprechung Jesper Larsson Träff traff@par.tuwien.ac.at Research Group Parallel Computing Faculty of Informatics, Institute of Information Systems Vienna University

More information

Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand

Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand Texas Essential Knowledge and Skills (TEKS): (2.1) Number, operation, and quantitative reasoning. The student

More information

Physics 270: Experimental Physics

Physics 270: Experimental Physics 2017 edition Lab Manual Physics 270 3 Physics 270: Experimental Physics Lecture: Lab: Instructor: Office: Email: Tuesdays, 2 3:50 PM Thursdays, 2 4:50 PM Dr. Uttam Manna 313C Moulton Hall umanna@ilstu.edu

More information

Phys4051: Methods of Experimental Physics I

Phys4051: Methods of Experimental Physics I Phys4051: Methods of Experimental Physics I 5 credits This course is the first of a two-semester sequence on the techniques used in a modern experimental physics laboratory. Because of the importance of

More information

PROGRAMME SPECIFICATION

PROGRAMME SPECIFICATION PROGRAMME SPECIFICATION 1 Awarding Institution Newcastle University 2 Teaching Institution Newcastle University 3 Final Award M.Sc. 4 Programme Title Industrial and Commercial Biotechnology 5 UCAS/Programme

More information

COMPUTER INTERFACES FOR TEACHING THE NINTENDO GENERATION

COMPUTER INTERFACES FOR TEACHING THE NINTENDO GENERATION Session 3532 COMPUTER INTERFACES FOR TEACHING THE NINTENDO GENERATION Thad B. Welch, Brian Jenkins Department of Electrical Engineering U.S. Naval Academy, MD Cameron H. G. Wright Department of Electrical

More information

Computer Science 1015F ~ 2016 ~ Notes to Students

Computer Science 1015F ~ 2016 ~ Notes to Students Computer Science 1015F ~ 2016 ~ Notes to Students Course Description Computer Science 1015F and 1016S together constitute a complete Computer Science curriculum for first year students, offering an introduction

More information

MinE 382 Mine Power Systems Fall Semester, 2014

MinE 382 Mine Power Systems Fall Semester, 2014 MinE 382 Mine Power Systems Fall Semester, 2014 Tuesday & Thursday, 9:30 a.m. 10:45 a.m., Room 109 MRB Instructor: Dr. Mark F. Sindelar, P.E. Room 233 MRB (center office in the Mine Design Lab) Mining

More information

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014 UNSW Australia Business School School of Risk and Actuarial Studies ACTL5103 Stochastic Modelling For Actuaries Course Outline Semester 2, 2014 Part A: Course-Specific Information Please consult Part B

More information

Abstractions and the Brain

Abstractions and the Brain Abstractions and the Brain Brian D. Josephson Department of Physics, University of Cambridge Cavendish Lab. Madingley Road Cambridge, UK. CB3 OHE bdj10@cam.ac.uk http://www.tcm.phy.cam.ac.uk/~bdj10 ABSTRACT

More information

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Cristina Vertan, Walther v. Hahn University of Hamburg, Natural Language Systems Division Hamburg,

More information

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0 Intel-powered Classmate PC Training Foils Version 2.0 1 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

A Hands-on First-year Electrical Engineering Introduction Course

A Hands-on First-year Electrical Engineering Introduction Course Paper ID #19997 A Hands-on First-year Electrical Engineering Introduction Course Dr. Ying Lin, Western Washington University Ying Lin has been with the faculty of Engineering and Design Department at Western

More information

Academic Catalog Programs & Courses Manchester Community College

Academic Catalog Programs & Courses Manchester Community College 2016 2017 Academic Catalog Programs & Courses Manchester Community College 1 Accounting and Business Administration Transfer, A.S. Program Design The Accounting and Business Administration Transfer associate

More information

An Introduction to Simio for Beginners

An Introduction to Simio for Beginners An Introduction to Simio for Beginners C. Dennis Pegden, Ph.D. This white paper is intended to introduce Simio to a user new to simulation. It is intended for the manufacturing engineer, hospital quality

More information

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project D-4506-5 1 Road Maps 6 A Guide to Learning System Dynamics System Dynamics in Education Project 2 A Guide to Learning System Dynamics D-4506-5 Road Maps 6 System Dynamics in Education Project System Dynamics

More information

South Carolina English Language Arts

South Carolina English Language Arts South Carolina English Language Arts A S O F J U N E 2 0, 2 0 1 0, T H I S S TAT E H A D A D O P T E D T H E CO M M O N CO R E S TAT E S TA N DA R D S. DOCUMENTS REVIEWED South Carolina Academic Content

More information

Evolutive Neural Net Fuzzy Filtering: Basic Description

Evolutive Neural Net Fuzzy Filtering: Basic Description Journal of Intelligent Learning Systems and Applications, 2010, 2: 12-18 doi:10.4236/jilsa.2010.21002 Published Online February 2010 (http://www.scirp.org/journal/jilsa) Evolutive Neural Net Fuzzy Filtering:

More information

Process improvement, The Agile Way! By Ben Linders Published in Methods and Tools, winter

Process improvement, The Agile Way! By Ben Linders Published in Methods and Tools, winter Process improvement, The Agile Way! By Ben Linders Published in Methods and Tools, winter 2010. http://www.methodsandtools.com/ Summary Business needs for process improvement projects are changing. Organizations

More information

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

MAKINO GmbH. Training centres in the following European cities:

MAKINO GmbH. Training centres in the following European cities: MAKINO GmbH Training centres in the following European cities: Bratislava, Hamburg, Kirchheim unter Teck and Milano (Detailed addresses are given in the annex) Training programme 2nd Semester 2016 Selecting

More information

Henley Business School at Univ of Reading

Henley Business School at Univ of Reading MSc in Corporate Real Estate For students entering in 2012/3 Awarding Institution: Teaching Institution: Relevant QAA subject Benchmarking group(s): Faculty: Programme length: Date of specification: Programme

More information

Project-Based-Learning: Outcomes, Descriptors and Design

Project-Based-Learning: Outcomes, Descriptors and Design Project-Based-Learning: Outcomes, Descriptors and Design Peter D. Hiscocks Electrical and Computer Engineering, Ryerson University Toronto, Ontario phiscock@ee.ryerson.ca Abstract The paper contains three

More information

Math 96: Intermediate Algebra in Context

Math 96: Intermediate Algebra in Context : Intermediate Algebra in Context Syllabus Spring Quarter 2016 Daily, 9:20 10:30am Instructor: Lauri Lindberg Office Hours@ tutoring: Tutoring Center (CAS-504) 8 9am & 1 2pm daily STEM (Math) Center (RAI-338)

More information

CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS

CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS CIS 121 INTRODUCTION TO COMPUTER INFORMATION SYSTEMS - SYLLABUS Section: 7591, 7592 Instructor: Beth Roberts Class Time: Hybrid Classroom: CTR-270, AAH-234 Credits: 5 cr. Email: Canvas messaging (preferred)

More information

Mathematics subject curriculum

Mathematics subject curriculum Mathematics subject curriculum Dette er ei omsetjing av den fastsette læreplanteksten. Læreplanen er fastsett på Nynorsk Established as a Regulation by the Ministry of Education and Research on 24 June

More information

Course outline. Code: ENS281 Title: Introduction to Sustainable Energy Systems

Course outline. Code: ENS281 Title: Introduction to Sustainable Energy Systems Course outline Code: ENS281 Title: Introduction to Sustainable Energy Systems Faculty of: Science, Health, Education and Engineering Teaching Session: Semester 1 Year: 2017 Course Coordinator: Dr Damon

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST) Course Title COURSE SYLLABUS for ACCOUNTING INFORMATION SYSTEM ACCOUNTING INFORMATION SYSTEM Course Code ACC 3320 No. of Credits Three Credit Hours (3 CHs) Department Accounting College College of Business

More information

OFFICE SUPPORT SPECIALIST Technical Diploma

OFFICE SUPPORT SPECIALIST Technical Diploma OFFICE SUPPORT SPECIALIST Technical Diploma Program Code: 31-106-8 our graduates INDEMAND 2017/2018 mstc.edu administrative professional career pathway OFFICE SUPPORT SPECIALIST CUSTOMER RELATIONSHIP PROFESSIONAL

More information

Backwards Numbers: A Study of Place Value. Catherine Perez

Backwards Numbers: A Study of Place Value. Catherine Perez Backwards Numbers: A Study of Place Value Catherine Perez Introduction I was reaching for my daily math sheet that my school has elected to use and in big bold letters in a box it said: TO ADD NUMBERS

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

Grades. From Your Friends at The MAILBOX

Grades. From Your Friends at The MAILBOX From Your Friends at The MAILBOX Grades 5 6 TEC916 High-Interest Math Problems to Reinforce Your Curriculum Supports NCTM standards Strengthens problem-solving and basic math skills Reinforces key problem-solving

More information

ITSC 1301 Introduction to Computers Course Syllabus

ITSC 1301 Introduction to Computers Course Syllabus ITSC 1301 Introduction to Computers Syllabus Instructor Name: Sara Azarpanah Class Rm:C122 Email: sara.azarpanah@hccs.edu Reference Number (CRN) Description: Prerequisite(s) Semester Credit Hours (SCH)

More information

CS 100: Principles of Computing

CS 100: Principles of Computing CS 100: Principles of Computing Kevin Molloy August 29, 2017 1 Basic Course Information 1.1 Prerequisites: None 1.2 General Education Fulfills Mason Core requirement in Information Technology (ALL). 1.3

More information

Math Pathways Task Force Recommendations February Background

Math Pathways Task Force Recommendations February Background Math Pathways Task Force Recommendations February 2017 Background In October 2011, Oklahoma joined Complete College America (CCA) to increase the number of degrees and certificates earned in Oklahoma.

More information

Function Tables With The Magic Function Machine

Function Tables With The Magic Function Machine Brief Overview: Function Tables With The Magic Function Machine s will be able to complete a by applying a one operation rule, determine a rule based on the relationship between the input and output within

More information

ADMN-1311: MicroSoft Word I ( Online Fall 2017 )

ADMN-1311: MicroSoft Word I ( Online Fall 2017 ) ADMN-1311: MicroSoft Word I ( Online Fall 2017 ) Instructor Information Instructor Name Arnitria Hawkins-Taylor Instructor Rank Assistant Professor Instructor Email ahawkins@southwest.tn.edu Instructor

More information

An empirical study of learning speed in backpropagation

An empirical study of learning speed in backpropagation Carnegie Mellon University Research Showcase @ CMU Computer Science Department School of Computer Science 1988 An empirical study of learning speed in backpropagation networks Scott E. Fahlman Carnegie

More information

Syllabus - ESET 369 Embedded Systems Software, Fall 2016

Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Syllabus - ESET 369 Embedded Systems Software, Fall 2016 Contact Information: Professor: Dr. Byul Hur Office: 008A Fermier Telephone: (979) 845-5195 Facsimile: E-mail: byulmail@tamu.edu Web: www.tamuresearch.com

More information

SCT Banner Student Fee Assessment Training Workbook October 2005 Release 7.2

SCT Banner Student Fee Assessment Training Workbook October 2005 Release 7.2 SCT HIGHER EDUCATION SCT Banner Student Fee Assessment Training Workbook October 2005 Release 7.2 Confidential Business Information --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Learning to Schedule Straight-Line Code

Learning to Schedule Straight-Line Code Learning to Schedule Straight-Line Code Eliot Moss, Paul Utgoff, John Cavazos Doina Precup, Darko Stefanović Dept. of Comp. Sci., Univ. of Mass. Amherst, MA 01003 Carla Brodley, David Scheeff Sch. of Elec.

More information

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING Yong Sun, a * Colin Fidge b and Lin Ma a a CRC for Integrated Engineering Asset Management, School of Engineering Systems, Queensland

More information

Seminar - Organic Computing

Seminar - Organic Computing Seminar - Organic Computing Self-Organisation of OC-Systems Markus Franke 25.01.2006 Typeset by FoilTEX Timetable 1. Overview 2. Characteristics of SO-Systems 3. Concern with Nature 4. Design-Concepts

More information

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering

Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Spring 2014 SYLLABUS Michigan State University STT 430: Probability and Statistics for Engineering Time and Place: MW 3:00-4:20pm, A126 Wells Hall Instructor: Dr. Marianne Huebner Office: A-432 Wells Hall

More information

Major Milestones, Team Activities, and Individual Deliverables

Major Milestones, Team Activities, and Individual Deliverables Major Milestones, Team Activities, and Individual Deliverables Milestone #1: Team Semester Proposal Your team should write a proposal that describes project objectives, existing relevant technology, engineering

More information

Course outline. Code: PHY202 Title: Electronics and Electromagnetism

Course outline. Code: PHY202 Title: Electronics and Electromagnetism Course outline Code: PHY202 Title: Electronics and Electromagnetism Faculty of: Science, Health, Education and Engineering Teaching Session: Semester 2 Year: 2016 Course Coordinator: Jolanta Watson Email:

More information