Download presentation
Presentation is loading. Please wait.
Published byBerenice Hubbard Modified over 8 years ago
1
Digital Logic Design
2
Truth Table Logic Circuit 1. Start with truth table 2. When your output is a 1, figure out the combination of inputs, ANDs, and NOTs Example:A = 0, B = 1, C = 0 A’·B·C’ A = 1, B = 1, C = 0 A·B·C’ 3. When you have all your “miniterms,” OR all of them together Example:f = A’·B·C’ + A·B·C’ 4. Simplify your boolean expression 5. Build your digital circuit
3
Example What is the boolean function for the truth table below? miniterms: A’·B’·C A’·B·C A·B’·C’ A·B’·C A·B·C f = A’·B’·C + A’·B·C + A·B’·C’ + A·B’·C + A·B·C ABCf 0000 0011 0100 0111 1001 1011 1100 1111
4
Example Simplify the boolean expression f = A’·B’·C + A’·B·C + A·B’·C’ + A·B’·C + A·B·C f = A’·C + A·B’ + A·B·C f = A’·C + A ( B’ + C ) Build the digital circuit from the simplified expression
5
Your Turn Design the digital circuit for the following truth table: ABCf 0000 0010 0100 0111 1001 1011 1101 1111
6
1) Get the Boolean expression? ABCf 0000 0010 0100 0111 1001 1011 1101 1111 Hint: What are the miniterms?
7
2) Simplify! f = A’·B·C + A·B’·C’ + A·B’·C + A·B·C’ + A·B·C
8
3) Build the Digital Circuit f = A + B·C
9
Done! f = A + B·C
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.