Zusammenfassung der Ressource
Frage 1
Frage
What would be produced if the entries A = 1 and B = 0 were put through a XOR gate? (TRUE = 1, FALSE = 0)
Frage 2
Frage
What would be produced if the entries A = 0 and B = 0 were put through a XOR gate? (TRUE = 1, FALSE = 0)
Frage 3
Frage
What would be produced if the entries A = 1 and B = 1 were put through a XOR gate? (TRUE = 1, FALSE = 0)
Frage 4
Frage
Which of these is a possible combination of A,B and Q for the XOR gate? (2 answers)
Antworten
-
A = 0, B = 0, Q = 1
-
A = 1, B = 1, Q = 0
-
A = 1, B = 0, Q = 1
-
A = 0, B = 0, Q = 0
Frage 5
Frage
What logic gate is this?
A / B / Q
0 / 0 / 1
0 / 1 / 1
1 / 0 / 1
1 / 1 / 0
Frage 6
Frage
What logic gate is this?
A / B / Q
0 / 0 / 0
0 / 1 / 0
1 / 0 / 0
1 / 1 / 1
Frage 7
Frage
What logic gate is this?
A / Q /
0 / 1 /
1 / 0 /