• We need your support!

    We are currently struggling to cover the operational costs of Xtremepapers, as a result we might have to shut this website down. Please donate if we have helped you and help make a difference in other students' lives!
    Click here to Donate Now (View Announcement)

AS-level computer science Logic gates and logic circuits questions

Messages
9
Reaction score
2
Points
3
This is a good example of using logic gates in real life.
Here is a easy way to consider this.

Consider The P, T, R as sensors.
and they will give out the value 1 and 0 once that condition is met (shown in the table)

actually from that structured english from bottom you should be able to guess the gates as they do say.
AND , OR. those gates are the most common once.
Here, i have tried the question
1689083900436.png


here is the prompt they gave
1689083948381.png

so i will help you out with the prompts.
1st prompt
oil pressure >= 3 and temp >= 200

if you check the table above, P will give 1 if >=3:

and T will give 1, if temp >= 200:

so they have said IT SHOULD BOTH BE ONE
and the onlly gate that gives TRUE output is AND
we need both the statements to be true.
so AND is the best choice.
so we draw like how i shown there,

If you still did not understand let's have a google meet call!
Let me know when..
 
Top