Logic Gates t1
Logic Gates t1
Learning Objectives:
1. Understand the working of AND, OR, NOT gates and write a Truth table for each circuit.
2. Create logic gate circuits to solve problems.
Unit3: LOGIC GATES Topic: Boolean Expression and truth table
Task:
The Boolean value for True= _________1__________ The Boolean value for False= _________0__________
Name these logic gates.
Label the gate. Write the Boolean expression and complete the truth table.
A.B+C
Page 1
Input A Input B Input C Output Q
1 1 1 0
0 0 0 1
1 0 0 1
1 1 0 1
0 0 1 0
0 1 0
Boolean Expression: A.(A+B) (Theres no input for C, the truth table has an anomaly)
Boolean Expression:(A.B)+(B+C.A.B)
Page 2
State Input or Output of the following logic gates.
Page 3
Construct the Logic Gates of the following Write the Boolean expression for the given Logic
expressions: Gates
a. P = NOT (A AND (NOT B))
d. P = (NOT A AND B) OR C
Page 4
Page 5