11
1 a
Logic gates and circuits
INPUT 1 0 0 1 1 INPUT 2 0 1 0 1 OUTPUT 0 1 1 1
Identify each of the following logic gates from its truth table.
INPUT 1 0 0 1 1
INPUT 2 0 1 0 1
OUTPUT 0 0 0 1
INPUT 1 0 0 1 1
INPUT 2 0 1 0 1
OUTPUT 1 0 0 0
INPUT 1 0 0 1 1
INPUT 2 0 1 0 1
OUTPUT 1 1 1 0
INPUT 0 1
OUTPUT 1 0
Cambridge IGCSE Computer Studies
Cambridge University Press 2011
Revision questions: 11 Logic gates & circuits
Copy and complete the truth table for the following logic gates.
a
AND
INPUT 1 0 0 1 1
b
NOR
INPUT 2 0 1 0 1
OUTPUT
INPUT 1 0 0 1 1
INPUT 2 0 1 0 1
OUTPUT
Draw the logic circuit required to fulfill the following statements: a Output C = (NOT(A AND B)) AND (A OR B) b Light (L) is on if Switch A is on OR (Switch B is on AND Input C is off). Copy and complete the truth tables for the following logic circuits:
a
A AND
NOR
B NOT
INPUT A 0 0 1 1
INPUT B 0 1 0 1
OUTPUT C
Cambridge IGCSE Computer Studies
Cambridge University Press 2011
Revision questions: 11 Logic gates & circuits
A AND NOT
OR
NOT B AND
INPUT A 0 0 1 1
INPUT B 0 1 0 1
OUTPUT C
A AND OR B AND C NOT D
INPUT A 0 0 0 0 1 1 1 1
INPUT B 0 0 1 1 0 0 1 1
INPUT C 0 1 0 1 0 1 0 1
OUTPUT D
Cambridge IGCSE Computer Studies
Cambridge University Press 2011
Revision questions: 11 Logic gates & circuits