Some Information Instructor Details Main Book. Some Information Instructor Details Main Book.

Slides:



Advertisements
Similar presentations
Microcomputer Circuits Prof Jess UEAB 2007 Designing a Microprocessor Chapter 1.
Advertisements

INTRODUCTION OF COMPUTER
Welcome to ENEE244-02xx Digital Logic Design
1 Introduction to computers Overview l ·  rading Policy »Cheating Rules (serious concern) »Examinations and Fixation of Timings Major EXAM 1 (6:00 PM,
SYEN 3330 Digital Systems Jung H. Kim Chapter 1 1 SYEN 3330 Digital Systems Chapter 1.
Overview Digital Systems, Computers, and Beyond
ECE 3110: Introduction to Digital Systems Instructor: Dr. Omar Elkeelany Tel: Course web:
Sequential Circuit  It is a type of logic circuit whose output depends not only on the present value of its input signals but on the past history of its.
Digital Computers and Information
Information Representation and Number Systems BIL- 223 Logic Circuit Design Ege University Department of Computer Engineering.
CPS-304 DIGITAL LOGIC & DESIGN Instructor : Ms. Saba Iqbal.
Introduction to Digital Logic Design
Department of Computer Engineering
ACOE161 – Digital Logic for Computers Dr. Konstantinos Tatas.
Digital Fundamentals Floyd Chapter 1 Tenth Edition
Digital Logic Lecture 1 Introduction By Dr Zyad Dwekat The Hashemite University Computer Engineering Department.
Engineering Lecture 3 Digital Electronics by Jaroslaw Karcz.
Charles Kime & Thomas Kaminski © 2008 Pearson Education, Inc. (Hyperlinks are active in View Show mode) Chapter 1 – Digital Systems and Information Logic.
Engineering Lecture1: Logic Circuits & Concepts about basic Electrical Engineering Devices by Christin Sander.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
COMP1050 Winter 2015 Computer System Maintenance.
Logic Circuits EG 533EX Course Introduction - Jyoti Tandukar.
ENG241 Digital Design Week #1 Digital Computers and Information.
© 2009 Pearson Education, Upper Saddle River, NJ All Rights ReservedFloyd, Digital Fundamentals, 10 th ed Digital Fundamentals with PLD Programming.
Lecture No. 1 Computer Logic Design. About the Course Title: –Computer Logic Design Pre-requisites: –None Required for future courses: –Computer Organization.
4. Electrons and electronics 4.5 Digital electronics.
Cis303a_chapt04.ppt Chapter 4 Processor Technology and Architecture Internal Components CPU Operation (internal components) Control Unit Move data and.
1.8 Binary Storage and Registers
Digital Computer Concept and Practice Copyright ©2012 by Jaejin Lee Logic Circuits II.
ACOE161 – Digital Logic for Computers
Hardware. Task Time (minutes)  1. Complete self assessment sheet Read through the chapter on hardware Work through the questions on the revision.
EE 1001 Digital Topics Introduction to Electrical Engineering Dr. Chris Carroll MWAH ccarroll.
School of Computer and Communication Engineering, UniMAP Mohd ridzuan mohd nor DKT 122/3 - DIGITAL SYSTEM I Chapter.
ECE/CS 352 Digital System Fundamentals© T. Kaminski & C. Kime 1 ECE/CS 352 Digital Systems Fundamentals Spring 2001 Chapter 1 Tom Kaminski & Charles R.
Concepts of Engineering and Technology Copyright © Texas Education Agency, All rights reserved.
Overview 1-1 Information Representation
Introduction to Digital Electronics Lecture 1 : Background.
Digital Systems and Information Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
Counters and registers Eng.Maha Alqubali. Registers Registers are groups of flip-flops, where each flip- flop is capable of storing one bit of information.
TOPIC : Introduction to Sequential Circuits UNIT 1: Modeling and Simulation Module 4 : Modeling Sequential Circuits.
1 Chap. 1 Computers and Information ECE2030 Dr. John A. Copeland “Logic and Computer Design Fundamentals” 2nd Edition M. Morris Mano & Charles R. Kime.
Digital logic COMP214  Lecture 1 Dr. Sarah M.Eljack Chapter 1 1.
Logic and Computer Design Fundamentals
Logic and Computer Design Fundamentals
Introduction to Computers
EKT124 Digital Electronics 1 Introduction to Digital Electronics
ENG2410 Digital Design “Introduction to Digital Systems”
ECE 2110: Introduction to Digital Systems
ECE 3110: Introduction to Digital Systems
Digital Logic and Design
COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE
Digital Fundamentals Floyd Chapter 1 Digital concepts Tenth Edition
Chapter 7.2 Computer Architecture
Computer Architecture
Digital Design.
Introduction to Computers
SYEN 3330 Digital Systems Chapter 1 SYEN 3330 Digital Systems.
Introduction to Microprocessors and Microcontrollers
Digital Systems: Introductory Concepts
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN
Introduction to Computers
Overview of Computer Architecture and Organization
Digital Fundamentals Floyd Chapter 1 Tenth Edition
Difference between Human and Computer
Logical Computer System
Data Representation and Organization
ANALOG VS DIGITAL Analog devices and systems: Process analog signals (time-varying signals that can take any value across a continuous range known as dynamic.
A451 GCSE Computing | Hardware| Required knowledge
Introduction to Computers
Presentation transcript:

Some Information Instructor Details Main Book

Course Overview Course will be AEEE203 Introduction to logic, design, digital systems and computer architecture concepts Topics include Digital computer systems Number systems Arithmetic operations Combinational logic circuits and design Sequential circuits Registers and counters Memory and programmable logic devices Introduction to sequencing and control

Course Assessment Assignment1 – 5% (approx. week 3) Assignment2 – 5% (approx. week 11) Mid-term exam – 15% (approx. week 7) Laboratory work – 15% (best of 5 out of six experiments – 3% each) Final – 60%

Signal An information variable represented by physical quantity. For digital systems, the variable takes on discrete values. Two level, or binary values are the most prevalent values in digital systems.  Binary values are represented abstractly by: digits 0 and 1 words (symbols) False (F) and True (T) words (symbols) Low (L) and High (H) and words On and Off. Binary values are represented by values or ranges of values of physical quantities

Signal Examples Over Time Continuous in value & time Analog Digital Discrete in value & continuous in time Asynchronous Discrete in value & time Synchronous

Signal Example – Physical Quantity: Voltage Threshold Region The HIGH range typically corresponds to binary 1 and LOW range to binary 0. The threshold region is a range of voltages for which the input voltage value cannot be interpreted reliably as either a 0 or a 1.

Binary Values: Other Physical Quantities What are other physical quantities represent 0 and 1? CPU Voltage Disk CD Dynamic RAM Magnetic Field Direction Surface Pits/Light Electrical Charge

ANALOG GOES DIGITAL Photography Video Audio Automobile applications Telephony/Telecommunications Traffic lights Special effects

ADVANTAGES OF DIGITAL PROCESSING Reproducibility of results Ease of design Programmability Speed Noise tolerance

Digital System Takes a set of discrete information inputs and discrete internal information (system state) and generates a set of discrete information outputs. System State Discrete Information Processing System Inputs Outputs

Types of Digital Systems No state present Combinational Logic System Output = Function(Input) State present State updated at discrete times => Synchronous Sequential System State updated at any time =>Asynchronous Sequential System State = Function (State, Input) Output = Function (State) or Function (State, Input)

Digital System Example: A Digital Counter (e. g., odometer): Count Up 1 3 5 6 4 Reset Inputs: Count Up, Reset Outputs: Visual Display State: "Value" of stored digits Synchronous or Asynchronous?

A Digital Computer Example Inputs: Keyboard, mouse, modem, microphone Outputs: CRT, LCD, modem, speakers Answer: Part of specification for a PC is in MHz. What does that imply? A clock which defines the discrete times for update of state for a synchronous system. Not all of the computer may be synchronous, however. Synchronous or Asynchronous?