What would be produced if the entries A = 1 and B = 0 were put through a XOR gate? (TRUE = 1, FALSE = 0)
What would be produced if the entries A = 0 and B = 0 were put through a XOR gate? (TRUE = 1, FALSE = 0)
What would be produced if the entries A = 1 and B = 1 were put through a XOR gate? (TRUE = 1, FALSE = 0)
Which of these is a possible combination of A,B and Q for the XOR gate? (2 answers)
A = 0, B = 0, Q = 1
A = 1, B = 1, Q = 0
A = 1, B = 0, Q = 1
A = 0, B = 0, Q = 0
What logic gate is this? A / B / Q 0 / 0 / 1 0 / 1 / 1 1 / 0 / 1 1 / 1 / 0
XOR
NAND
NOR
AND
OR
What logic gate is this? A / B / Q 0 / 0 / 0 0 / 1 / 0 1 / 0 / 0 1 / 1 / 1
What logic gate is this? A / Q / 0 / 1 / 1 / 0 /
NOT