Multiple choice Shift of a register by one bit to left in binary code is equivalent to addition of 2 exponent of 2 multiplication of 2 subtraction of 2 Reveal answer Fill a bubble to check yourself C Correct answer Explanation Shifting a binary number one bit to the left is equivalent to multiplying the number by 2. For example, 0011 (3) shifted left becomes 0110 (6).