test 2 intro to cs Flashcards
2-4 decodes has ____ inputs and ____ outputs
2 inputs and 4 outputs
A 2-4 decoder takes 2 binary inputs and produces 4 unique outputs based on the combinations of the inputs.
Half adder has ___________ inputs and __________ outputs
2 input and 2 outputs
Full adder has ___________ inputs and __________ outputs
3 inpute and 2 output
8- 1 Multiplexer has ____________ select lines, ______ inputs and _____ output.
3 select lines, 8 input and 1 outputs
64- 1 Multiplexer has _____6_______ select lines, __64____ inputs and ___1__ output
6 select lines and 64 inputs and 1 output.
Boolean expression is (X+Y+Z)’ what is the Equivalent Boolean expression?
X’. Y’ . Z’
Boolean expression is Y’+Y
what is the Equivalent Boolean expression?
1
Boolean expression is X’ .X what is the Equivalent Boolean expression?
0
Boolean expression X Y’ + X Y is what is the Equivalent Boolean expression?
XY+XY’
Boolean expression X . ( X’ + Y) what is the Equivalent Boolean expression?
X
Boolean expression is (X . Y)’ what is the Equivalent Boolean expression?
X’+Y’
Boolean expression is (X+Y ) . (X+Z) what is the Equivalent Boolean expression?
X+Y.Z
Boolean expression is X. (X + Y) what is the Equivalent Boolean expression?
X
AND GATE
A.B
OR GATE
A+B
NOT GATE
A’ OR B’ “INVERSE”