Binary Shifts and Their Effects

Binary Shifts and Their Effects

Assessment

Interactive Video

Mathematics, Computers

6th - 9th Grade

Hard

Created by

Ethan Morris

FREE Resource

In this video, Craig explains binary shifts, focusing on both left and right shifts. A left binary shift moves all bits to the left, effectively multiplying the number by two, while a right binary shift moves bits to the right, dividing the number by two. The video uses the binary number 22 as an example to demonstrate these shifts, showing how bits are moved and padded with zeros. The tutorial highlights that shifts can be by more than one bit, maintaining the same principles.

Read more

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary action performed in a binary shift?

Adding bits to the binary number

Converting binary to decimal

Shifting bits to the left or right

Removing bits from the binary number

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When left-shifting the binary number 22 by 1 bit, what happens to the bit in the 128 column?

It moves to the 64 column

It stays in the 128 column

It becomes a 1

It disappears off the left-hand side

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After left-shifting the binary number 22 by 1 bit, what is the resulting decimal number?

40

44

22

32

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of left-shifting a binary number by 1 bit?

It subtracts 1 from the number

It divides the number by 2

It adds 1 to the number

It multiplies the number by 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the bits when left-shifting by more than 1 bit?

They shift over the specified number of places

They get padded on the left-hand side

They disappear off the right-hand side

They remain in their original positions

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a binary right shift, what happens to the bit in the 1 column?

It moves to the 2 column

It becomes a 1

It disappears off the right-hand side

It stays in the 1 column

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of right-shifting a binary number by 1 bit?

It divides the number by 2

It multiplies the number by 2

It adds 1 to the number

It subtracts 1 from the number

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the leading space under the 128 column during a right shift?

It gets padded with a 0

It gets filled with the bit from the 1 column

It remains empty

It gets padded with a 1

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the general effect of binary left and right shifts?

They convert binary numbers to decimal

They have no effect on the binary numbers

They can be used to add and subtract binary numbers

They can be used to multiply and divide binary numbers