Chapter 10 Z-Notes
Chapter 10 Z-Notes
AND Gate
A B Output
OR Gate
NAND Gate 0 0 1
NOR Gate
0 1 1
XOR Gate
1 1 0
A Output
0 1
1 0
NOR gate: A + B
A B Output
0 1 0
A B Output
1 0 0
0 0 0
1 1 0
0 1 0
1 0 0
1 1 1
XOR gate: A ⨁ B
A B Output
OR gate: A + B 0 0 0
0 1 1
A B Output
1 0 1
0 0 0
1 1 0
0 1 1
1 0 1
1 1 1
Writing Logic Statements Creating Truth Tables
Logic Statements is a way of showing all the logics that are From Logic Circuits
in place for a logic circuit. 1. Create a truth table with each input possible, creating
Writing from a logic circuit every possible combination of inputs . Tip: For the
another gate, use a bracket for the gate’s logic convert them to logic circuits rst and then do the
5. Repeat process 3-4 till you are able to reach the input rest
values fully Example
Writing from a truth table This is the example of a truth table of a logic circuit
1. Create logic circuit fom the truth table (shown later)
2. Write the logic statement using the ciruit
keep on going until you are able to reach the nal gate
1. Given the truth table above, take the rows where the
output (x) is 1 (Rows 1, 2, 4, 5, 6, 7)
Exam-Style Question