Chapter 4. Gates and Circuits. Chapter Goals. Chapter Goals. Computers and Electricity. Computers and Electricity. Gates



Similar documents
Gates, Circuits, and Boolean Algebra

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.

CHAPTER 3 Boolean Algebra and Digital Logic

Having read this workbook you should be able to: recognise the arrangement of NAND gates used to form an S-R flip-flop.

Digital Electronics Detailed Outline

Digital Logic Design. Basics Combinational Circuits Sequential Circuits. Pu-Jen Cheng

Upon completion of unit 1.1, students will be able to

FORDHAM UNIVERSITY CISC Dept. of Computer and Info. Science Spring, Lab 2. The Full-Adder

ENGI 241 Experiment 5 Basic Logic Gates

Digital circuits make up all computers and computer systems. The operation of digital circuits is based on

Binary Adders: Half Adders and Full Adders

Gates & Boolean Algebra. Boolean Operators. Combinational Logic. Introduction

Let s put together a Manual Processor

ELEC EXPERIMENT 1 Basic Digital Logic Circuits

Basic Logic Gates Richard E. Haskell

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Figure 8-1 Four Possible Results of Adding Two Bits

Chapter 2 Logic Gates and Introduction to Computer Architecture

United States Naval Academy Electrical and Computer Engineering Department. EC262 Exam 1

COMBINATIONAL and SEQUENTIAL LOGIC CIRCUITS Hardware implementation and software design

Lecture 5: Gate Logic Logic Optimization

Content Map For Career & Technology

Chapter 4 Register Transfer and Microoperations. Section 4.1 Register Transfer Language

The components. E3: Digital electronics. Goals:

Logic in Computer Science: Logic Gates

CHAPTER 11: Flip Flops

3.Basic Gate Combinations

BOOLEAN ALGEBRA & LOGIC GATES

Understanding Logic Design

Karnaugh Maps. Circuit-wise, this leads to a minimal two-level implementation

exclusive-or and Binary Adder R eouven Elbaz reouven@uwaterloo.ca Office room: DC3576

COMBINATIONAL CIRCUITS

Chapter 7 Memory and Programmable Logic

Two-level logic using NAND gates

SEQUENTIAL CIRCUITS. Block diagram. Flip Flop. S-R Flip Flop. Block Diagram. Circuit Diagram

CS311 Lecture: Sequential Circuits

So far we have investigated combinational logic for which the output of the logic devices/circuits depends only on the present state of the inputs.

Theory of Logic Circuits. Laboratory manual. Exercise 3

Two's Complement Adder/Subtractor Lab L03

NEW adder cells are useful for designing larger circuits despite increase in transistor count by four per cell.

Lecture 12: More on Registers, Multiplexers, Decoders, Comparators and Wot- Nots

Flip-Flops, Registers, Counters, and a Simple Processor

Experiment # 9. Clock generator circuits & Counters. Eng. Waleed Y. Mousa

Systems I: Computer Organization and Architecture

GLOLAB Universal Telephone Hold

Lecture 8: Synchronous Digital Systems

2.0 Chapter Overview. 2.1 Boolean Algebra

Circuits and Boolean Expressions

CMOS Binary Full Adder

Simplifying Logic Circuits with Karnaugh Maps

ANALOG & DIGITAL ELECTRONICS

earlier in the semester: The Full adder above adds two bits and the output is at the end. So if we do this eight times, we would have an 8-bit adder.

Programming Logic controllers

Digital Electronics Part I Combinational and Sequential Logic. Dr. I. J. Wassell

Counters and Decoders

CSE140: Components and Design Techniques for Digital Systems. Introduction. Prof. Tajana Simunic Rosing

Voltage, Current, Resistance, Capacitance and Inductance

Sequential Logic. (Materials taken from: Principles of Computer Hardware by Alan Clements )

Memory Elements. Combinational logic cannot remember

Combinational Logic Design

Karnaugh Maps & Combinational Logic Design. ECE 152A Winter 2012

GRADE 11A: Physics 5. UNIT 11AP.5 6 hours. Electronic devices. Resources. About this unit. Previous learning. Expectations

DEPARTMENT OF INFORMATION TECHNLOGY

Electronics Technology

TEECES DOME LIGHTING SYSTEMS

Decimal Number (base 10) Binary Number (base 2)

SECTION C [short essay] [Not to exceed 120 words, Answer any SIX questions. Each question carries FOUR marks] 6 x 4=24 marks

Digital Logic Elements, Clock, and Memory Elements

LAB #4 Sequential Logic, Latches, Flip-Flops, Shift Registers, and Counters

Lesson 12 Sequential Circuits: Flip-Flops

MICROPROCESSOR. Exclusive for IACE Students iacehyd.blogspot.in Ph: /422 Page 1

WHO ANSWERED FIRST? FIND OUT WITH THIS QUIZ BUZZER KIT

CHAPTER 2. Logic. 1. Logic Definitions. Notation: Variables are used to represent propositions. The most common variables used are p, q, and r.

Lab 1: Full Adder 0.0

CHAPTER 11 LATCHES AND FLIP-FLOPS

Chapter 2: Boolean Algebra and Logic Gates. Boolean Algebra

Course: Bachelor of Science (B. Sc.) 1 st year. Subject: Electronic Equipment Maintenance. Scheme of Examination for Semester 1 & 2

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

Read-only memory Implementing logic with ROM Programmable logic devices Implementing logic with PLDs Static hazards

CS101 Lecture 26: Low Level Programming. John Magee 30 July 2013 Some material copyright Jones and Bartlett. Overview/Questions

GETTING STARTED WITH PROGRAMMABLE LOGIC DEVICES, THE 16V8 AND 20V8

CSE140 Homework #7 - Solution

Today s topics. Digital Computers. More on binary. Binary Digits (Bits)

DM Segment Decoder/Driver/Latch with Constant Current Source Outputs

Digital Fundamentals. Lab 8 Asynchronous Counter Applications

Operating Manual Ver.1.1

ECEN 1400, Introduction to Analog and Digital Electronics

Here we introduced (1) basic circuit for logic and (2)recent nano-devices, and presented (3) some practical issues on nano-devices.

Chapter 10 Advanced CMOS Circuits

Unit/Standard Number. High School Graduation Years 2010, 2011 and 2012

BINARY CODED DECIMAL: B.C.D.

Design and Development of Virtual Instrument (VI) Modules for an Introductory Digital Logic Course

Lecture #21 April 2, 2004 Relays and Adder/Subtractors

Contents COUNTER. Unit III- Counters

Introduction to Digital Logic with Laboratory Exercises

Joule Thief 3.0 Kit. June 2012, Rev Joule Thief 3.0

ERROR DETECTION AND CORRECTION

Combinational Logic Design Process

EXPERIMENT 4. Parallel Adders, Subtractors, and Complementors

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 OUTCOME 3 PART 1

Transcription:

Chapter Goals Chapter 4 Gates and Circuits Identify the basic gates and describe the behavior of each Describe how gates are implemented using transistors Combine basic gates into circuits Describe the behavior of a gate or circuit using Boolean expressions, truth tables, and logic diagrams 2 Chapter Goals Computers and Electricity Compare and contrast a half adder and a full adder Describe how a multiplexer works Explain how an S-R latch operates Describe the characteristics of the four generations of integrated circuits Gate A device that performs a basic operation on electrical signals Circuits Gates combined to perform more complicated tasks 3 4 Computers and Electricity Gates How do we describe the behavior of gates and circuits? Boolean expressions Uses Boolean algebra, a mathematical notation for expressing two-valued logic Logic diagrams A graphical representation of a circuit; each gate has its own symbol Truth tables A table showing all possible input value and the associated output values 5 Six types of gates NOT AND OR XOR NAND NOR Typically, logic diagrams are black and white with gates distinguished only by their shape We use color for emphasis (and fun) 6 1

NOT Gate AND Gate A NOT gate accepts one input signal (0 or 1) and returns the opposite signal as output An AND gate accepts two input signals If both are 1, the output is 1; otherwise, the output is 0 Figure 4.1 Various representations of a NOT gate 7 8 Figure 4.2 Various representations of an AND gate OR Gate An OR gate accepts two input signals If both are 0, the output is 0; otherwise, the output is 1 XOR Gate An XOR gate accepts two input signals If both are the same, the output is 0; otherwise, the output is 1 Figure 4.3 Various representations of a OR gate 9 Figure 4.4 Various representations of an XOR gate 10 XOR Gate Note the difference between the XOR gate and the OR gate; they differ only in one input situation When both input signals are 1, the OR gate produces a 1 and the XOR produces a 0 NAND Gate The NAND gate accepts two input signals If both are 1, the output is 0; otherwise, the output is 1 XOR is called the exclusive OR Figure 4.5 Various representations of a NAND gate 11 2

NOR Gate Review of Gate Processing The NOR gate accepts two input signals If both are 0, the output is 1; otherwise, the output is 0 Figure 4.6 Various representations of a NOR gate A NOT gate inverts its single input An AND gate produces 1 if both input values are 1 An OR gate produces 0 if both input values are 0 An XOR gate produces 0 if input values are the same A NAND gate produces 0 if both inputs are 1 A NOR gate produces a 1 if both inputs are 0 13 14 Gates with More Inputs Constructing Gates Gates can be designed to accept three or more input values A three-input AND gate, for example, produces an output of 1 only if all input values are 1 15 Figure 4.7 Various representations of a three-input AND gate Transistor A device that acts either as a wire that conducts electricity or as a resistor that blocks the flow of electricity, depending on the voltage level of an input signal A transistor has no moving parts, yet acts like a switch It is made of a semiconductor material, which is neither a particularly good conductor of electricity nor a particularly good insulator 16 jasonm: Redo Redo 4.8 4.8 (crop) (crop) Constructing Gates Constructing Gates Figure 4.8 The connections of a transistor A transistor has three terminals A source A base An emitter, typically connected to a ground wire If the electrical signal is grounded, it is allowed to flow through an alternative route to the ground (literally) where it can do no harm The easiest gates to create are the NOT, NAND, and NOR gates 17 18 Figure 4.9 Constructing gates using transistors 3

Circuits Combinational circuit The input values explicitly determine the output Sequential circuit The output is a function of the input values and the existing state of the circuit We describe the circuit operations using Boolean expressions Logic diagrams Truth tables Are you surprised? 19 Gates are combined into circuits by using the output of one gate as the input for another 20 Consider the following Boolean expression A(B + C) Three inputs require eight rows to describe all possible input combinations This same circuit using a Boolean expression is (AB + AC) 21 Does this truth table look familiar? Compare it with previous table 22 Properties of Boolean Algebra Circuit equivalence Two circuits that produce the same output for identical input Boolean algebra allows us to apply provable mathematical principles to help design circuits A(B + C) = AB + BC (distributive law) so circuits must be equivalent 23 24 4

Adders Adders At the digital logic level, addition is performed in binary Addition operations are carried out by special circuits called, appropriately, adders The result of adding two binary digits could produce a carry value Recall that 1 + 1 = 10 in base two Half adder A circuit that computes the sum of two bits and produces the correct carry bit Truth table 25 26 Adders Adders Circuit diagram representing a half adder Full adder A circuit that takes the carry-in value into account Boolean expressions sum = A B carry = AB Figure 4.10 A full adder 27 28 Multiplexers Multiplexers Multiplexer A circuit that uses a few input control signals to determine which of several output data lines is routed to its output Figure 4.11 A block diagram of a multiplexer with three select control lines The control lines S0, S1, and S2 determine which of eight other input lines (D0 D7) are routed to the output (F) 29 30 5

Circuits as Memory Digital circuits can be used to store information These circuits form a sequential circuit, because the output of the circuit is also used as input to the circuit Circuits as Memory An S-R latch stores a single binary digit (1 or 0) There are several ways an S-R latch circuit can be designed using various kinds of gates Figure 4.12 An S-R latch 31 32 Circuits as Memory Integrated Circuits The design of this circuit guarantees that the two outputs X and Y are always complements of each other The value of X at any point in time is considered to be the current state of the circuit Therefore, if X is 1, the circuit is storing a 1; if X is 0, the circuit is storing a 0 Integrated circuit (also called a chip) A piece of silicon on which multiple gates have been embedded Silicon pieces are mounted on a plastic or ceramic package with pins along the edges that can be soldered onto circuit boards or inserted into appropriate sockets Figure 4.12 An S-R latch 33 34 Integrated Circuits Integrated Circuits Integrated circuits (IC) are classified by the number of gates contained in them Figure 4.13 An SSI chip contains independent NAND gates 35 36 6

37 CPU Chips The most important integrated circuit in any computer is the Central Processing Unit, or CPU Each CPU chip has a large number of pins through which essentially all communication in a computer system occurs Email Privacy 38 Ethical Issues Explain why privacy is an illusion. Who can read your email? Do you send personal email from work? Does everyone in your family use email? Who am I? Do you know? What is the name of the study of materials smaller than 100 nanometers? Did DeMorgan discover DeMorgan's laws? Who did the 4th Infantry Division take to war with them? All the world knows my name. What is it and why do people know it? What is a virtual charity event? 39 40 7