Combinational Logic Flashcards

1
Q

How do represent a negative/positive number in binary?

A

NEGATIVE - Add an MSB and make it 1
POSITIVE - MSB should be 0

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

What does a XOR gate do?

A

The gate produces a HIGH when the two outputs are opposite

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

How does a half adder circuit work

A

The XOR gate acts as the sum and the AND gate acts as the carry

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

How does a full-adder work

A

Has the ability to perform the addition of 3 bits

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

A + A’B =

A

A + B

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

A + AB =

A

A

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

(A+B)(A+C) =

A

A + BC

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

Define a multiplexer and its function

A

-Drives several inputs to one output
-Uses selector inputs to select data

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

Define an encoder and its function

A

Reduces the number of outputs from several inputs

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

Describe how a Decimal to BCD encoder works

A

-The encoder has 10 inputs (1 for each decimal digit) and 4 outputs for the BCD

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