Quiz Complete, well Done!
Logical shifts are often used in computer programming to manipulate
numbers.
Which bitwise operator is used for left shift operations?
In a logical shift, the vacant positions are usually filled with
.
In binary shifting, what happens to the value of a binary number when it is shifted to the right by 1 bit?
What is the result of a logical right shift operation?
Logical Shift
In a logical shift to the right, the most significant bit is filled with a copy of the original bit rather than a
.
When performing a logical shift to the left, the most significant bit is moved out and the least significant bit is filled with a
.