A logical shift to the left would show _______ in Binary
Multiplication
Division
Subtraction
addition
Complete the Logical shift question below:
which bit shows the most significant bit (MSB 0= positive, 1 = negative) when working with signed integers?
Leftmost
Rightmost
Convert 12 into Two's complement
11110011
11110100
10001100
11110010
Add the following Two's complement numbers
An Arithmetic shift is used instead of a logical shift for what type of numbers?
Binary
Hex
Two's complement
Oct
Perform a arithmetic shift on -36 x 2 in two's complement.
10111000
01011000
11011100
0011100