Top Banner
ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter 7 Logic Circuits 1. State the advantages of digital technology compared to analog technology. 2. Understand the terminology of digital circuits. 3. Convert numbers between decimal, binary, and other forms.
77

Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

Apr 04, 2018

Download

Documents

ngoliem
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Chapter 7Logic Circuits

1. State the advantages of digital technology compared to analog technology.

2. Understand the terminology of digital circuits.

3. Convert numbers between decimal, binary, andother forms.

Page 2: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

5. Understand the binary arithmetic operations used in computers and other digital systems.

6. Interconnect logic gates of various types to implement a given logic function.

7. Use Karnaugh maps to minimize the number of gates needed to implement a logic function.

Page 3: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 4: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 5: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 6: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Advantages of the Digital Approach

Provided that the noise amplitude is not too large, the logic values represented by a digital signal can still be determined after noise is added.

With modern IC technology, it is possible to manufacture exceedingly complex digital circuits economically.

Page 7: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

DefinitionsPositive versus Negative Logic

Digital Words

In parallel transmission, an n-bit word is transferred on n wires, one wire for each bit, plus a common or ground wire. In serial transmission, the successive bits of the word are transferred one after the other with a single pair of wires.

Page 8: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Binary Numbers

101210 1021031041072.743 −×+×+×+×=

1010123

2 5.1321212021271.1101 =×+×+×+×+×= −

Page 9: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 10: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 11: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 12: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 13: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 14: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 15: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Gray Code

Page 16: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 17: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 18: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 19: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Complement Arithmetic

The one’s complement of a binary number is obtained by replacing 1s by 0s, and vice versa.

0100110110110010 (one’s complement)

Page 20: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

The two’s complement of a binary number is obtained by adding 1 to the one’s complement, neglecting the carry (if any) out of the most significant bit.

Complements are useful for representing negative numbers and performing subtraction in computers.

Page 21: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Subtraction Using Two’s-Complement Arithmetic

Page 22: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Overflow and Underflow

In performing arithmetic using two’s-complement arithmetic, we must be aware of the possibility of overflow in which the result exceeds the maximum value that can be represented by the word length in use.

Page 23: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 24: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

AAA =

AA =1

00 =ABAAB =

( ) ( ) ABCCABBCA ==

Page 25: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 26: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 27: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

0=AA

AA =

Page 28: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 29: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 30: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

( ) ( ) CBACBACBA ++=++=++

( ) ACABCBA +=+

AA =+ 0

11 =+A

1=+ AA

AAA =+

Page 31: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 32: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Boolean algebra expressions can be implemented by interconnection of AND gates, OR gates, and inverters.

Page 33: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 34: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 35: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 36: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 37: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

De Morgan’s Laws

CBAABC ++= ( ) FEDFED =++

If the variables in a logic expression are replaced by their inverses, the AND operation is replaced by OR, the OR operation is replaced by AND, and the entire expression is inverted, the resulting logic expression yields the same values as before the changes.

Page 38: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 39: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

NAND, NOR, and XOR Gates

Page 40: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 41: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 42: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Sum-of-Products Implementation

Product terms that include all of the input variables (or their inverses) are called minterms.

In a sum-of-products expression, we form a product of all the input variables (or their inverses) for each row of the truth table for which the result is logic 1. The output is the sum of these products.

Page 43: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 44: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 45: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Product-of-Sums Implementation

Sum terms that include all of the input variables (or their inverses) are called maxterms.

In a product-of-sums expression, we form a sum of all the input variables (or their inverses) for each row of the truth table for which the result is logic 0. The output is the product of these sums.

Page 46: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 47: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 48: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 49: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 50: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 51: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Many useful combinatorial circuits known as decoders, encoders, or translators are available as integrated circuits.

Page 52: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 53: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Karnaugh Maps

Page 54: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 55: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 56: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 57: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 58: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 59: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 60: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Sequential Circuits

Outputs depend on PAST as well as PRESENT inputs

Simple Memory

Often synchronized by a “Clock”

Page 61: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 62: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 63: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 64: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 65: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 66: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 67: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 68: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 69: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 70: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 71: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 72: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 73: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 74: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 75: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 76: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits

Page 77: Chapter 7 Logic Circuits - Michigan Technological University Notes/Chapter 07.pdf · ELECTRICAL ENGINEERING Principles and Applications SE OND EDITION Chapter 7 Logic Circuits Chapter

ELECTRICAL

ENGINEERINGPrinciples and

Applications

SE OND EDITION

Chapter 7Logic Circuits