G7 - Revision Questions - Computer Systems - PART 1 - Answer
G7 - Revision Questions - Computer Systems - PART 1 - Answer
Q9. Draw the truth table for the AND logic gate.
Input A Input B Output X
A AND B
0 0 0
0 1 0
1 0 0
1 1 1
q11. Draw the truth table for the NOT logic gate.
Input A Output X
NOT A
0 1
1 0
q12. What is primary memory?
Primary memory is any memory that the processor
uses when running a program.