EECS 40 Introduction to Microelectronic Circuits.

Slides:



Advertisements
Similar presentations
Digital CMOS Logic Circuits
Advertisements

Logic Gates.
Computer Science 210 Computer Organization Introduction to Logic Circuits.
Introduction Digital Electronics Logic Gates De Morgan’s Theorem
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
ADC. A/D converter (Analog/Digital converter) A device that converts continuously varying analog signals from instruments and sensors that monitor conditions,
Code Converters, Multiplexers and Demultiplexers
Digital Electronics Dan Simon Cleveland State University ESC 120 Revised December 30, 2010.
Chapter 4 Gates and Circuits.
EECS 40 Spring 2003 Lecture 11S. Ross and W. G. OldhamCopyright Regents of the University of California TO REVIEW AMPLIFIERS… Prove formulas for various.
9/19/06 Hofstra University – Overview of Computer Science, CSC005 1 Chapter 4 Gates and Circuits.
Faculty of Computer Science © 2006 CMPUT 229 Digital Logic From Switches to Memories.
10/22/2004EE 42 fall 2004 lecture 221 Lecture #22 Truth tables and gates This week: Circuits for digital devices.
Digital Circuits. Analog and Digital Signals Noise margins in Logic Circuits VMVM.
ECE 3110: Introduction to Digital Systems Instructor: Dr. Omar Elkeelany Tel: Course web:
University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.
EECS 40 Spring 2003 Lecture 10S. Ross and W. G. OldhamCopyright Regents of the University of California DIGITAL ADVANTAGES Digital Communication –Digital.
I am an L&S CS major. Why do I have to take this class? So you don’t look stupid when you get to your job. To prepare you for hands-on courses like CS.
Number Systems & Logic Gates Day 2. Octal Number System Base (Radix)8 Digits0, 1, 2, 3, 4, 5, 6, 7 e.g = =648 1 =88 0 =1 The digit.
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon 0 – 5 V.
Chapter 4 Gates and Circuits. 4–2 Chapter Goals Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors.
Chapter 4 Gates and Circuits.
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:
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Fundamentals of IT UNIT-I OnlyforIPMCA. DIGITAL SIGNALS & LOGIC GATES Signals and data are classified as analog or digital. Analog refers to something.
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
CPS120: Introduction to Computer Science
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.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Islamic University Of Gaza, Nael Aburas Data Storage Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas
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.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
Logic Gates. AND gate Produces an output only if both inputs are on Input AInput BOutput (Q) Q=
CMOS Logic Gates. NMOS transistor acts as a switch 2 When gate voltage is 0 V No channel is formed current does not flow easily “open switch” When gate.
1 Ethics of Computing MONT 113G, Spring 2012 Session 4 Binary Addition.
Combinational Logic Logic gates. and, or, not Derived gates. nand, nor, xor John F. Wakerly – Digital Design. 4 th edition. Chapter 4.
How does a Computer Add ? Logic Gates within chips: AND Gate A B Output OR Gate A B Output A B A B
Chapter 33 Basic Logic Gates. Objectives After completing this chapter, you will be able to: –Identify and explain the function of the basic logic gates.
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.
4–1 Gates Let’s examine the processing of the following six types of gates NOT AND OR XOR NAND NOR Typically, logic diagrams are black and white, and the.
CHAPTER 13 Digital Logic Circuits. Figure Voltage analog of internal combustion engine in-cylinder pressure Figure 13.1.
Logic Gates Review. Logic Gates OR gate – 1 if either input is 1 – 0 if they both are 0.
CS 111 – Aug. 27 Section 1.1 –Binary data and operations –Logic gates –Flip-flop –A binary shorthand: hexadecimal Commitment for next day: –Please read.
Logic Gates Unit 16.
Combinational Logic Logic gates. and, or, not Derived gates.
EKT 124 / 3 DIGITAL ELEKTRONIC 1
CSIS-110 Introduction to Computer Science
Digital Electronics Introduction
ECE 331 – Digital System Design
KS4 Electricity – Electronic systems
KS4 Electricity – Electronic systems
Digital Signals Digital Signals have two basic states:
Basic Digital Logic Basic Gates
CS105 Introduction to Computer Concepts GATES and CIRCUITS
For OCR GCSE Computing Unit 1 - Theory
Waveforms & Timing Diagrams
Computer Organization
KS4 Electricity – Electronic systems
13 Digital Logic Circuits.
DIGITAL ELECTRONICS B.SC FY
Chapter 4 Gates and Circuits.
Logic Gates Logic Gates Gateway To Technology
Digital Logic Design Basics Combinational Circuits Sequential Circuits.
What are Logic Gates?.
Agenda Lecture Content: Combinatorial Circuits Boolean Algebras
Course Title : Digital Electronics -1 Course No.: 6841 Course Teacher:Engr: Suvadra Chowdhury Chief Instructor Chittagong Mohila –Polytechnic Institute.
Presentation transcript:

EECS 40 Introduction to Microelectronic Circuits

Course Focus The analog circuits that drive digital devices: v out v in V DD A  CMOS Inverter Circuit Inverter Logic Symbol

How to Succeed Complete and understand homework –Copy ≠ Complete Work along with GSI in discussion Pay attention in class –Listen, ponder, work along –Don’t just be a scribe

Course Focus The analog circuits that drive digital devices: v out v in V DD A  CMOS Inverter Circuit Inverter Logic Symbol

Digital Systems Information is represented numerically Computers –Add, subtract, move numbers around Digital Communications –Encoded sequences represent conversations, fly through the air

Number Representation Mathematical: Binary numbers –Instead of powers of 10, use powers of 2 – 5 becomes 101 (1 x x x 2 0 ) Physical: 1’s and 0’s are voltages – e. g., 3 volts represents “1”, 0 volts for “0” –1’s and 0’s encoded different ways for transmission (optical, other electromagnetic) which generates voltage at receiver

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)

Digital Computation Logic gates manipulate voltages to perform operations on the binary numbers v out v in V DD CMOS Inverter Circuit A voltage, 3 volts representing 1 for example, is applied to input The “opposite” voltage, 0 volts in this case, appears at output

Logic Gates A B C=A·B AND C = NOR A B NOT A OR A B C=A+B EXCLUSIVE OR A B A B

Logical Functions “AND” “OR” “INVERT” or “NOT” “not AND” = NAND “not OR” = NOR exclusive OR = XOR A or A not Opposite of A