Inputs Outputs A B C F G Q
Inputs Outputs A B C F G Q
Study the following logic system carefully and then complete the truth table that follows:
Inputs Outputs
A B C F G Q
0 0 0 1 0 1
0 0 1 1 1 0
0 1 0 0 0 1
0 1 1 0 0 1
1 0 0 1 0 0
1 0 1 1 1 0
1 1 0 0 0 0
1 1 1 0 0 0
2. Study the following logic system carefully and then complete the truth table that follows:
Inputs Outputs
A B K Q
0 0 1 0
0 1 0 1
1 0 0 1
1 1 0 1
3. Convert the following equations to truth table and then make a circuit diagram.
i. (A’+B’)’
ii. (A’+B)(A+B’)(A+B)(A’+B’)
iii. (A+B+C)(A’+B’+C’)
iv. (ABC)(A’B’C’)
v. (A+B)(A+B’) + C
Answer:
1.
INPUTS OUTPUT
A B Q
0 0 0
1 0 0
0 1 0
1 1 1
2.
INPUTS OUTPUT
A B Q
0 0 0
1 0 0
0 1 0
1 1 0
3.
INPUTS OUTPUT
A B C Q
0 0 0 0
0 0 1 1
0 1 0 1
0 1 1 1
1 0 0 1
1 0 1 1
1 1 0 1
1 1 1 0
4.
INPUTS OUTPUT
A B C Q
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 0
5.
INPUTS OUTPUT
A B C Q
0 0 0 0
0 0 1 1
0 1 0 0
0 1 1 1
1 0 0 1
1 0 1 1
1 1 0 1
1 1 1 1