Complete the truth table for the AND logic gate - AQA - GCSE Computer Science - Question 8 - 2021 - Paper 1
Question 8
Complete the truth table for the AND logic gate.
| A | B | A AND B |
|---|---|---------|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 ... show full transcript
Worked Solution & Example Answer:Complete the truth table for the AND logic gate - AQA - GCSE Computer Science - Question 8 - 2021 - Paper 1
Step 1
Complete the truth table for the AND logic gate.
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
A
B
A AND B
0
0
0
0
1
0
1
0
0
1
1
1
Step 2
Complete the logic circuit for this system.
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
Connect A1 and A2 to an OR gate to combine their inputs, ensuring that the audio plays if either sensor detects a customer.
Connect the output of the OR gate to the input of a NOT gate, with S as the input to this NOT gate. This setup ensures that the audio will play only if another audio system is not playing.
Finally, connect the output of the NOT gate to the output Q, indicating whether the advert should play or not.