Chapter 1 Flashcards

1
Q

Which of the following bit patterns represents the value -9 in two’s complement notation?
A.) 00011010
B.) 111110111
C.) 10001001
D.) 11111011

A

B

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

What is the result of the following addition problem (using two’s complement notation)?
00001111
+ 10101010
___________

A.) 011000101
B.) 10111001
C.) 01010101
D.) 10110101

A

B

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

Hexadecimal notation is preferred to represent digital data. Choose the incorrect choice.
A.) It uses fewer digits than binary
B.) Computers can understand only hexadecimal
C.) It is convenient and brief
D.) It is easier to read hexadecimal

A

B

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

Rita was working on a solution to add two 8-bit numbers. She encounters an error when she adds 11111111 and 11111111. What type of error has occurred in this situations?
A.) syntax
B.) no error
C.) logic
D.) overflow

A

D

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

Select the correct choice that indicates the increasing level of abstraction in hardware.
A.) logic gates, chips, memory, motherboard
B.) chips, motherboard, logic gates, memory
C.) motherboard, memory chips, logic gates
D.) logic gates, memory, motherboard, chips

A

A

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