8.3.3  Binary Shift HWK

8.3.3 Binary Shift HWK

8th Grade

9 Qs

quiz-placeholder

Similar activities

Data Entry Test 1

Data Entry Test 1

8th Grade

10 Qs

SLR 13 - Part One

SLR 13 - Part One

8th Grade

10 Qs

Keyboard Short-cuts

Keyboard Short-cuts

6th - 8th Grade

10 Qs

Denary to Binary

Denary to Binary

6th - 8th Grade

13 Qs

Data Representation - Converting Denary to Binary

Data Representation - Converting Denary to Binary

3rd - 12th Grade

10 Qs

Binary To Denary

Binary To Denary

7th - 8th Grade

11 Qs

Numbers

Numbers

KG - Professional Development

9 Qs

Mastering Bitwise Operations and Shifts

Mastering Bitwise Operations and Shifts

7th Grade - University

8 Qs

8.3.3  Binary Shift HWK

8.3.3 Binary Shift HWK

Assessment

Quiz

Computers

8th Grade

Medium

Created by

J Platten

Used 40+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Doing a binary shift left does what to a binary number?

Divide

Multiply

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Doing a binary shift right does what to a binary number?

Divide

Multiply

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Doing a 2 bit left binary shift has what effect?

Divides the number by 2

Divides the number by 4

Multiples the number by 2

Multiplies the number by 4

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which answer has correctly applied a 1 bit left binary shift to 10001100

01000110

00011000

00110000

00100011

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If I applied a 1 bit right binary shift to 1011 what answer would I get?

22

5.5

5

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What binary digit do you add as a place holder when doing any binary shift?

0

1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When doing a left binary shift at what end do you add the new binary digits?

Left

Right

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When doing a right binary shift at what end do you add the new binary digits?

Left

Right

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does binary shifting to the left 1 place achieve?

Multiplication by 2

Division by 2

Multiplication by 4

Division by 4