Expression for a logic shift
2^How Many shifts eg: 3 Left shifts = 2^3 = multiply by 8
1 + 1 In Binary
10
1 + 1 + 1 In Binary
11
What does a logic left shift do?
Multiply the binary
What does a logical right shift do?
Divide the binary
2’s Compliment method?
1 Turn the denary into binary
#2 NOT Gate all integers
#3 Add 1 to the number
In 2’s compliment which column is negative?
128 Is -128
How does an overflow error occur?
1 The result is to large/is over 255 denary
#2 Data cannot be stored in 8 bits
#3 (LESS CHANCE OF MARKS) A 9th bit is created