4.3 Bit Manipulation Cambridge iAS 9618

4.3 Bit Manipulation Cambridge iAS 9618

11th Grade

20 Qs

quiz-placeholder

Similar activities

Data representation

Data representation

9th - 11th Grade

16 Qs

1.4 Data Representation (Images)

1.4 Data Representation (Images)

9th - 11th Grade

20 Qs

computer memory and storage

computer memory and storage

10th - 11th Grade

20 Qs

Data Representation (Computer science)

Data Representation (Computer science)

9th - 12th Grade

21 Qs

Code.org Chapter 1 (2019)

Code.org Chapter 1 (2019)

9th - 12th Grade

16 Qs

CSP Unit 1 Review

CSP Unit 1 Review

9th - 12th Grade

15 Qs

AP CSP Unit 1 Review (code.org)

AP CSP Unit 1 Review (code.org)

10th - 12th Grade

19 Qs

CS - Bin Hex

CS - Bin Hex

8th - 11th Grade

15 Qs

4.3 Bit Manipulation Cambridge iAS 9618

4.3 Bit Manipulation Cambridge iAS 9618

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Stephen Ling-Winston

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a left binary shift by one position do?

It multiplies the number by 2

It divides the number by 2

It inverts all bits

It shifts the number in a circular manner

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a right binary shift by one position do?

It divides the number by 2 (ignoring remainders)

It multiplies the number by 2

It swaps the bits in pairs

It converts the number to hexadecimal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a logical shift?

A shift that moves bits left or right and fills the empty positions with zeros

A shift that maintains the sign bit when shifting right

A shift that rotates bits in a circular manner

A shift that multiplies by 4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an arithmetic shift?

A shift that preserves the sign bit when shifting right

A shift that replaces empty positions with zeros

A shift that rotates bits in a circular manner

A shift that doubles a number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a cyclic shift?

A shift that rotates the bits, moving the last bit to the front or vice versa

A shift that always inserts zeros in the empty bit positions

A shift that is only used for multiplication

A shift that only affects signed numbers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a left shift is applied twice to the binary number 00001101?

The number is multiplied by 4

The number is divided by 4

The number remains unchanged

The number is inverted

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a right arithmetic shift do?

It preserves the sign bit while shifting all other bits right

It fills the empty bit positions with ones

It performs a circular shift of bits

It ignores the sign bit and inserts zeros

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?