Two logic inputs, A and B, feed into the logic circuit shown in Figure 1 - AQA - A-Level Physics - Question 1 - 2018 - Paper 8
Question 1
Two logic inputs, A and B, feed into the logic circuit shown in Figure 1. The logic output from the circuit is Q.
Deduce the Boolean expression for the output of th... show full transcript
Worked Solution & Example Answer:Two logic inputs, A and B, feed into the logic circuit shown in Figure 1 - AQA - A-Level Physics - Question 1 - 2018 - Paper 8
Step 1
Deduce the Boolean expression for the output of this logic circuit
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The logic circuit consists of the following operations:
The inputs A and B are first fed into an AND gate.
This operation can be expressed as: A⋅B
The output of the AND gate is also fed into a NOT gate (inverter), which yields:
A⋅B
Additionally, A is fed into another NOT gate, producing:
A
The output from the first AND operation (A⋅B) and the output from the NOT gate with input A (A) are then combined using an OR gate:
Q=(A⋅B)+A
Thus, the Boolean expression for the output is:
Q=(A⋅B)+A
Step 2
Complete the truth table
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To complete the truth table, we will systematically evaluate the inputs A and B (
using the logic gates from Figure 1:
When A = 0 and B = 0:
C = 0 (from AND gate), D = 1 (from NOT gate), E = 0 (from AND gate with D and B), Q = 0.
When A = 0 and B = 1:
C = 0 (from AND gate), D = 1 (from NOT gate), E = 0 (from AND gate with D and B), Q = 0.
When A = 1 and B = 0:
C = 0 (from AND gate), D = 0 (from NOT gate), E = 0 (from AND gate with D and B), Q = 0.
When A = 1 and B = 1:
C = 1 (from AND gate), D = 0 (from NOT gate), E = 1 (from AND gate with D and B), Q = 1.
Suggest two benefits of using the logic circuit in Figure 2
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Less Complex Circuit: The logic circuit in Figure 2 is simpler and easier to manufacture. A simpler design typically leads to lower production costs and a more reliable circuit.
Fewer Integrated Circuits (ICs): Figure 2's configuration uses fewer ICs compared to Figure 1. Fewer ICs can result in reduced power consumption and overall size, making the circuit more efficient in terms of power and space usage.
Step 4
State the single logic gate that would perform the same logic function as the circuits shown in Figure 1 and Figure 2
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
The single logic gate that would perform the same logic function as the circuits in Figure 1 and Figure 2 is the EOR (Exclusive OR) gate.