Unit 3: Data Representation: Binary Shifts and Addition Flashcards
(5 cards)
1
Q
Performing a left shift will make the number bigger. True or False?
True
False
A
True
2
Q
A left shift of 1 place on 0 0 1 1 0 1 0 0 makes it [blank] in denary?
102
84
104
81
A
104
3
Q
A right shift of 2 places on 0 0 1 1 1 0 0 0 makes if [blank] in denary?
10
24
14
104
A
14
4
Q
The result of 0 0 0 1 1 1 1 1 added to 0 0 1 1 1 1 1 1 is ?
0 1 0 1 1 1 1 0
0 1 1 1 1 1 1 0
1 0 0 1 1 1 1 0
Overflow Error
A
0 1 1 1 1 1 1 0
5
Q
The result of 1 1 0 1 1 1 1 1 added to 0 0 1 1 1 1 0 0 is ?
0 1 0 1 1 1 1 0
0 1 1 1 1 1 1 0
1 0 0 1 1 1 1 0
Overflow Error
A
Overflow Error