ECE265 ECE 265 Final Exam Review 9/14/2018.

Slides:



Advertisements
Similar presentations
Dr. Ken Hoganson, © August 2014 Programming in R COURSE NOTES 2 Hoganson Language Translation.
Advertisements

MC68HC11 System Overview. System block diagram (A8 version)
Microprocessor and Microcontroller Fundamentals
ECE 265 – LECTURE 14 Analog Signal Acquisition The A/D converters 5/14/ ECE265.
EE1A Revision What should you be expected to do in a typical exam question ? Understanding of basic principles. Ability to perform simple circuit analysis.
Over-view of Lab. 1 For more details – see the Lab. 1 web-site There will be a 20 min prelab quiz (based on Assignment 1 and 2) at the start of the lab.
ITC242 – Introduction to Data Communications ITC431 – Computer Networks Week 13 Exam Preparation.
Laboratory 5: Introduction to LabVIEW. Overview Objectives Background Materials Procedure Report / Presentation Closing.
Railway Foundation Electronic, Electrical and Processor Engineering.
Railway Foundation Electronic, Electrical and Processor Engineering.
ASPPRATECH.
Microcontroller Architecture PIC18F Family
ITEC 352 Lecture 11 ISA - CPU. ISA (2) Review Questions? HW 2 due on Friday ISA –Machine language –Buses –Memory.
The 8051 Microcontroller and Embedded Systems
COSC 3127 Programming Languages Dave Goforth FA377.
Using Analog Devices’ Blackfin for Embedded Processing Diana Franklin and John Seng.
© 2010 Kettering University, All rights reserved..
Dr. Rabie A. Ramadan Al-Azhar University Lecture 6
ECEN 248: INTRODUCTION TO DIGITAL DESIGN
Understanding Student Expectations & Effective Teaching Presented by: Dr. Laura Marler Associate Professor of Management College of Business Mississippi.
Microcontroller I DKT Course Schedule Lecture/Lab: –Tuesday, 10:00am – 12:00am, BKQ1 (Lect) –Thursday, 9:00 am – 11:00 pm, MKQ1 (lab) –Lecturer:
ECE 265 Midterm Review 12/1/ ECE265. Administrivia  The grade for quiz 3 was not entered into to Carmen before I handed them back.  I realize.
Analog Capture- Port E. Digital to Analog and Analog to Digital Conversion D/A or DAC and A/D or ADC.
Introduction ELEC 330 Digital Systems Engineering Dr. Ron Hayne.
Lecture 0Slide 1 Welcome to IKI 10230I Introduction to Computer Organization Teacher: L. Yohanes Stefanus office: Fasilkom Building.
9/20/6Lecture 2 - Prog Model1 MicroBaby A simple micro-controller encompassing all the basics Start this class by organizing into groups.
Introduction to Course Material Version 1.1. Objectives Course requirements and objectives - Exams - HW (Labs) - Quizzes How to access to FTP site How.
ECET 340 Entire Course (All ilabs and Homework) For more classes visit ECET 340 Week 1 HomeWork 1 ECET 340 Week 1 iLab 1 ECET 340.
MICROPROCESSOR INTEL 8086/8088 BY: SERA SYARMILA SAMEON.
1 Introduction to Engineering Spring 2007 Lecture 19: Digital Tools 3.
For more course tutorials visit ECET 365 Entire Course (All Labs and Quizzes) (Devry) For more course tutorials visit
Exam-like questions.
ATMEL AVR 8 bit RISC MICROCONTROLLERS
Microprocessor and Microcontroller Fundamentals
Fundamentals of Computer Engineering
Getting Started with ATMEL Studio 6
Input/Output Ports and Interfacing
ECE 3430 – Intro to Microcomputer Systems
ECE 353 Introduction to Microprocessor Systems
IPCOWALA INSTITUTE OF ENGINEERING & TECHNOLOGY-DHARMAJ
DIGITAL CALCULATOR USING 8051
Topics: ArduinoIO package Simulink with arduinoIO
ADC Interfacing Source: In under
Lab Practical #1 Review Tim Rogers 2017.
PRA-SYARAT SISTEM MIKROPROSESOR
Microprocessor Systems Design I
ECE 3430 – Intro to Microcomputer Systems
CS703 - Advanced Operating Systems
Introduction to Arduinos
ECET 330 Innovative Education--snaptutorial.com
Course Outline General English
Microprocessor and Assembly Language
Final Exam Review Department of Electrical and Computer Engineering
EECE.3170 Microprocessor Systems Design I
ECE 3430 – Intro to Microcomputer Systems
CDA 3100 Summer 2013.
PRINCIPLES OF MACRO (ECON )
CS 3843 Midterm Two Review Fall 2013 Prof. Qi Tian.
Design of a UPC/ScanTron Reader
ECE 265 Introduction to Microcontroller Based Systems (A first course in computer architecture) 9/28/ ECE265.
CS-401 Assembly Language Programming
Copyright Joanne DeGroat, ECE, OSU
Pima Medical Institute Online Education
CISC101 Reminders Labs start this week. Meet your TA! Get help with:
EECE.3170 Microprocessor Systems Design I
Course Outline for Computer Architecture
Multiple Choice Quiz.
The .ASCII and .END Assembler Input ;Stan Warford ;January 13, 2005
Dept. of Computer & Information Sciences (Course Introduction)
Content Creation Jiaqi Xue 12/10/2012.
Presentation transcript:

ECE265 ECE 265 Final Exam Review 9/14/2018

Final Exam Topics What is on the exam – Specifics will not be provided, but This will provide some guidance. Much of the final topics incorporate the knowledge from earlier in the course so it is by nature, comprehensive. The exam will be 4 topic areas and I will give what they are. In each topic there will be 5 or so multiple choice questions in each area. ECE265 9/14/2018

Topic Area Topic area 1 Know the 68HC11 A-to-D converter. How do you set it up for specific conversion. I will assume that you only have the 4 A- to-D inputs, the 68HC11 version of the microcontroller. A-to-D conversion in general. Things like what is FSR? For the 68HC11 which has a FSR of 0 to 5.12V, what digital value would be obtained after A-to-D conversion for 1.28 V? The HC11 produces an 8 bit conversion so you have 20mV/bit. This gives 1.28V/20mV = 64  0100 0000 What value do you place in the ADCTL to set up a specific pin for conversion? One time only, continuous, all for pins once, continuously? Which register is the result of conversion placed in. When does conversion start and how long does it take? ECE265 9/14/2018

Topic Areas - continued Topic area 2 – Assembler instructions Hand assembly of instructions including branch instructions. Branches, range and how to calculate the value for forward and back branches. How long instructions take to execute Program analysis Topic area 3 Interface to the ports of digital devices or switches, leds, etc. The difference in the ports on the HC11and setting up those that need setup Topic area 4 Conversion of pseudo code to assembler language and assembler language and general questions on programming. ECE265 9/14/2018

Assignment Study for the exam. Look over the lecture slides. Go over the quizes Review the homework problems. ECE265 9/14/2018