test 2 intro to cs Flashcards

1
Q

2-4 decodes has ____ inputs and ____ outputs

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Half adder has ___________ inputs and __________ outputs

A

2 input and 2 outputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Full adder has ___________ inputs and __________ outputs

A

3 inpute and 2 output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

8- 1 Multiplexer has ____________ select lines, ______ inputs and _____ output.

A

3 select lines, 8 input and 1 outputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

64- 1 Multiplexer has _____6_______ select lines, __64____ inputs and ___1__ output

A

6 select lines and 64 inputs and 1 output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Boolean expression is (X+Y+Z)’ what is the Equivalent Boolean expression?

A

X’. Y’ . Z’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Boolean expression is Y’+Y
what is the Equivalent Boolean expression?

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Boolean expression is X’ .X what is the Equivalent Boolean expression?

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Boolean expression X Y’ + X Y is what is the Equivalent Boolean expression?

A

XY+XY’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Boolean expression X . ( X’ + Y) what is the Equivalent Boolean expression?

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Boolean expression is (X . Y)’ what is the Equivalent Boolean expression?

A

X’+Y’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Boolean expression is (X+Y ) . (X+Z) what is the Equivalent Boolean expression?

A

X+Y.Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Boolean expression is X. (X + Y) what is the Equivalent Boolean expression?

A

X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AND GATE

A

A.B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

OR GATE

A

A+B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

NOT GATE

A

A’ OR B’ “INVERSE”