Understanding Logical Binary Shifts

Understanding Logical Binary Shifts

Assessment

Interactive Video

Computers

9th - 10th Grade

Hard

Created by

Jennifer Brown

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the most significant bit during a left logical binary shift?

It is moved to the rightmost position.

It is discarded.

It is doubled.

It remains unchanged.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a right logical binary shift, what happens to the least significant bit?

It is moved to the leftmost position.

It is doubled.

It is discarded.

It remains unchanged.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does a right logical binary shift affect the original number?

It adds two to the number.

It divides the number by two.

It multiplies the number by two.

It subtracts two from the number.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one of the main uses of logical binary shifts?

To convert binary numbers to decimal.

To multiply and divide unsigned binary integers by powers of two.

To subtract binary numbers.

To add binary numbers.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a binary number is left-shifted by two positions, what is the effect on the number?

It is multiplied by two.

It is divided by two.

It is multiplied by four.

It is divided by four.