EECS 40 Spring 2003 Lecture 10S. Ross and W. G. OldhamCopyright Regents of the University of California DIGITAL ADVANTAGES Digital Communication –Digital.

Slides:



Advertisements
Similar presentations
Give qualifications of instructors: DAP
Advertisements

Give qualifications of instructors: DAP
CS 151 Digital Systems Design Lecture 19 Sequential Circuits: Latches.
EECS 40 Spring 2003 Lecture 9S. Ross and W. G. OldhamCopyright Regents of the University of California DIFFERENTIAL AMPLIFIER +  A V+V+ VV V0V0 Differential.
CSE115: Introduction to Computer Science I Dr. Carl Alphonce 219 Bell Hall 1.
Lecture 10: Amplifiers and Comparators Today, we will Learn how to design op-amp circuits to perform a task  Piece together basic op-amp circuits and.
08/07/041 CSE-221 Digital Logic Design (DLD) Lecture-8:
EECS 40 Fall 2002 Lecture 13 Copyright, Regents University of California S. Ross and W. G. Oldham 1 Today: Ideal versus Real elements: Models for real.
EECS 40 Spring 2003 Lecture 11S. Ross and W. G. OldhamCopyright Regents of the University of California TO REVIEW AMPLIFIERS… Prove formulas for various.
Sheila Ross and W. G. OldhamEECS 40 Fall 2002 Lecture 2 Copyright Regents of University of California Logic Gates: NOT a Prerequisite! Today: Gates, gates.
EE 231 Digital Electronics Fall 01 week 1-slide 1 Digital Hardware Systems Digital Systems Digital vs. Analog Waveforms Analog: values vary over a broad.
EECS 40 Spring 2003 Lecture 12S. Ross and W. G. OldhamCopyright Regents of the University of California More Digital Logic Gate delay and signal propagation.
10/22/2004EE 42 fall 2004 lecture 221 Lecture #22 Truth tables and gates This week: Circuits for digital devices.
EECS 40 Introduction to Microelectronic Circuits.
DIGITAL ELECTRONICS CIRCUIT P.K.NAYAK P.K.NAYAK ASST. PROFESSOR SYNERGY INSTITUTE OF ENGINEERING & TECHNOLOGY.
EECS 40 Fall 2002 Lecture 12S. Ross and W. G. OldhamCopyright Regents of the University of California DIFFERENTIAL AMPLIFIER +  A V+V+ VV V0V0 Differential.
ENGIN112 L12: Circuit Analysis Procedure September 29, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 12 Circuit Analysis Procedure.
ENEL 111 Digital Electronics Richard Nelson G.1.29
Digital Logic Lecture 08 By Amr Al-Awamry. Combinational Logic 1 A combinational circuit consists of an interconnection of logic gates. Combinational.
Some Useful Circuits Lecture for CPSC 5155 Edward Bosworth, Ph.D. Computer Science Department Columbus State University.
Engineering Lecture 3 Digital Electronics by Jaroslaw Karcz.
CS231: Computer Architecture I Laxmikant Kale Fall 2004.
Intro to Digital Electronics. Classifications of Electronic Circuits Switching Circuits – by turning electricity on and off. – Figure 1 – Known as the.
Engineering Lecture1: Logic Circuits & Concepts about basic Electrical Engineering Devices by Christin Sander.
Module 3.  Binary logic consists of :  logic variables  designated by alphabet letters, e.g. A, B, C… x, y, z, etc.  have ONLY 2 possible values:
Think about the following expression If the number entered is greater than 15 but less than 25 or the number is 100 and the letter chosen is after p but.
Logic Design Computer Architecture and Design Lecture 1.
CSC Intro. to Computing Lecture 5: Boolean Logic, Gates, & Circuits.
Implementation of a Stored Program Computer ITCS 3181 Logic and Computer Systems 2014 B. Wilkinson Slides2.ppt Modification date: Oct 16,
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
Multiplexers 1 The output is equal to one of several input signals to the circuit The multiplexer selects which input signal to use as an output signal.
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
Course contents Chapter 1 - section 1.6 Chapter 2 - all sections Chapter – 4.7, and 4.12 Chapter , Chapter 6 - all sections.
4. Electrons and electronics 4.5 Digital electronics.
Week 6: Gates and Circuits: PART I READING: Chapter 4.
How computers work The CPU & Memory. The parts of a computer.
1.8 Binary Storage and Registers
1 EG 32 Digital Electronics Thought for the day You learn from your mistakes..... So make as many as you can and you will eventually know everything.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
Department of Computer and IT Engineering University of Kurdistan Computer Architecture (Review of Digital Design) By: Dr. Alireza Abdollahpouri.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
June 10, 2002© Howard Huang1 Number systems To get started, we’ll discuss one of the fundamental concepts underlying digital computer design:
1 Lecture 10: Floating Point, Digital Design Today’s topics:  FP arithmetic  Intro to Boolean functions.
Analog and Digital Signals Binary Code 7th Grade Science.
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
ELECTRICAL ENGINEERING: PRINCIPLES AND APPLICATIONS, Third Edition, by Allan R. Hambley, ©2005 Pearson Education, Inc. Chapter 7 Logic Circuits.
DIGITAL ELECTRONICS. Everything in digital world is based on binary system. Numerically it involves only two symbols 0 or 1. –0 = False = No –1 = True.
4–1. BSCS 5 th Semester Introduction Logic diagram: a graphical representation of a circuit –Each type of gate is represented by a specific graphical.
Digital System Design. Objective Distinguish between Two worlds Understand the Properties digital system.
Digital logic COMP214  Lecture 1 Dr. Sarah M.Eljack Chapter 1 1.
1 Digital Logic Design (41-135) Chapter 6 Combinational Circuit Building Blocks Younglok Kim Dept. of Electrical Engineering Sogang University Spring 2006.
Lecture 1 Gunjeet kaur Dronacharya group of institutions.
COMPUTER ORGANISATION.. LAB. تنظيم الحاسبات.. عملي
CS231: Computer Architecture I Laxmikant Kale Fall 2002.
Stateless Combinational Logic and State Circuits
ECE 331 – Digital System Design
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
UNIVERSAL GATES.
Schematics 201 Lecture Topic: Electrical Symbols
Elec 2607 Digital Switching Circuits
Lecture 20: Combinatorial Circuits I
Digital Systems Design
KS4 Electricity – Electronic systems
Digital Logic.
Data Representation and Organization
Combinational Circuits
Table 1.1 Powers of Two.
Digital System Design Combinational Logic
Lecturer PSOE Dan Garcia
Presentation transcript:

EECS 40 Spring 2003 Lecture 10S. Ross and W. G. OldhamCopyright Regents of the University of California DIGITAL ADVANTAGES Digital Communication –Digital representation makes encoding and processing easier –Reconstruct signal to arbitrary accuracy (need bandwidth) Computers –Arbitrary computational accuracy, just add more significant figures (big floating-point unit) –Can store information with arbitrary accuracy (big memory)

EECS 40 Spring 2003 Lecture 10S. Ross and W. G. OldhamCopyright Regents of the University of California ANALOG VS. DIGITAL

EECS 40 Spring 2003 Lecture 10S. Ross and W. G. OldhamCopyright Regents of the University of California LOGIC GATES A B C=A·B AND Here we have an abstract symbol for a logic circuit. A, B, and C are Boolean variables. Each can take on the value logic 1 or logic 0. Remember, logic 1 is represented by a potential of, say, 5 V with respect to ground, and logic 0 is usually represented by a potential of 0 V. Values close to these nominal levels still work as logic 1 or logic 0, e.g., 4 V may work as logic 1. We will study the detailed electrical workings of logic gates in weeks to come, today we will be abstract.