A farmer uses an automated system to indicate if soil conditions are right for planting - AQA - GCSE Computer Science - Question 11 - 2021 - Paper 1
Question 11
A farmer uses an automated system to indicate if soil conditions are right for planting.
The conditions are right for planting if the soil is:
- warm
- wet
- the c... show full transcript
Worked Solution & Example Answer:A farmer uses an automated system to indicate if soil conditions are right for planting - AQA - GCSE Computer Science - Question 11 - 2021 - Paper 1
Step 1
Complete the truth table for the circuit in Figure 2:
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
T
M
A
X
Y
P
0
0
0
0
0
0
0
0
1
0
1
0
0
1
0
0
0
0
0
1
1
0
1
0
1
0
0
0
0
0
1
0
1
0
1
0
1
1
0
1
0
1
1
1
1
1
1
1
Step 2
State the type of logic gate shown in Figure 3:
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
OR
Step 3
Describe changes that could be made to the logic circuit in Figure 2 to allow this to happen:
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
To adjust the circuit such that it indicates planting conditions if at least one of the conditions is met, the following changes can be made:
Replace gate G1 with an OR gate.
Replace gate G3 with an OR gate.
These changes will ensure that if any of the conditions (T, M, or A) are met, the output P will indicate readiness for planting.