We need to find the Boolean expression for the given circuit and find the output values P, Q, R, and S for the given truth table.
2025/7/31
1. Problem Description
We need to find the Boolean expression for the given circuit and find the output values P, Q, R, and S for the given truth table.
2. Solution Steps
For Question 13:
First, let's analyze the circuit diagram.
The circuit has two AND gates and one OR gate. The inputs A and B are fed into two AND gates. One AND gate receives the direct inputs A and B. The other AND gate receives the inverted inputs A and B i.e. and . The outputs of these two AND gates are then fed into an OR gate.
Therefore, the Boolean expression for the circuit can be written as . This matches none of the given options. However, according to DeMorgan's law:
The given options are:
(1)
(2)
(3)
(4)
The correct expression is , which matches option (3).
For Question 14:
Let
When A = 0 and B = 0:
So, P =
1.
When A = 0 and B = 1:
So, Q =
0.
When A = 1 and B = 0:
So, R =
0.
When A = 1 and B = 1:
So, S =
1.
Therefore, the output column P, Q, R, S is 1, 0, 0,
1.
3. Final Answer
Question 13: (3)
Question 14: (2) 1, 0, 0, 1