Understanding Binary Shift Operations

Understanding Binary Shift Operations

9th Grade

15 Qs

quiz-placeholder

Similar activities

9.1.1 - Binary Shift

9.1.1 - Binary Shift

9th - 12th Grade

10 Qs

Binary Shifts

Binary Shifts

9th - 10th Grade

10 Qs

Binary and Hexadecimal

Binary and Hexadecimal

6th - 10th Grade

18 Qs

Boolean Logic and Truth Tables Quiz (C&D)

Boolean Logic and Truth Tables Quiz (C&D)

9th - 12th Grade

16 Qs

Binary Number System

Binary Number System

9th - 12th Grade

13 Qs

Comp Architecture

Comp Architecture

KG - University

20 Qs

Operators in Java

Operators in Java

9th Grade

15 Qs

flowchart 2

flowchart 2

9th - 12th Grade

10 Qs

Understanding Binary Shift Operations

Understanding Binary Shift Operations

Assessment

Quiz

Computers

9th Grade

Medium

Created by

John Mack

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a binary shift operation?

A method to add two binary numbers.

A technique to move bits left or right in a binary number.

A process to convert binary numbers to decimal.

A way to multiply binary numbers by 10.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between an arithmetic shift and a logical shift?

Arithmetic shifts preserve the sign bit, while logical shifts do not.

Logical shifts preserve the sign bit, while arithmetic shifts do not.

Both shifts preserve the sign bit.

Neither shift preserves the sign bit.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the binary number 1010 when it is shifted left by 1 position?

0101

0100

1100

1001

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of a right logical shift on the binary number 1101?

0110

1110

0110

0011

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does an arithmetic right shift affect a negative binary number?

It makes the number more negative.

It makes the number less negative.

It does not change the number.

It converts the number to positive.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an application of binary shifts?

Converting binary to hexadecimal.

Performing fast multiplication or division by powers of two.

Calculating the square root of a number.

Finding the greatest common divisor.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the result of a left arithmetic shift on the binary number 0110 by 2 positions?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?