Week 1 Flashcards

1
Q

Half-adder can only add

A

Least Significant Bits (LSB)

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

Half-adder can perform the following sums:

A

0 + 0 = 0
0 + 1 = 1
1 + 0 = 1
1 + 1 = 10

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

Calculate (binary):

00111010
+10110010
=?

A

11101100

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

Full Adder produces two binary out puts

a ______ and a ______

A

sum bit
and
carry bit

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

8-bit parallel data is referred to as a

A

Byte

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

Each Full Adder has how many gates?

A

5

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

What are the gates in a Full Adder?

A

2 XOR
2 AND
1 OR

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