Binary Shifts

Binary Shifts

Assessment

Flashcard

Computers

9th - 10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Apply a binary shift of 2 to the left to this binary value: 00110011. Give your answer as 8-bit.

Back

11001100

2.

FLASHCARD QUESTION

Front

When padding to replace bits lost through shifting, the new bit should be:

Back

Always a 0

3.

FLASHCARD QUESTION

Front

Apply a left shift of 3 to this binary value: 01100110

Back

00110000

4.

FLASHCARD QUESTION

Front

Apply a right shift of 2 to this binary value: 01100110. Give your answer as 8-bit.

Back

00011001

5.

FLASHCARD QUESTION

Front

Apply a right shift of 1 to this binary value: 11011101. Give your answer as 8-bit.

Back

01101110

6.

FLASHCARD QUESTION

Front

Apply a binary shift to this in order to quarter the value: 11110000. Give your answer as 8-bit.

Back

00111100