4.3 Bit Manipulation Cambridge iAS 9618

Quiz
•
Computers
•
11th Grade
•
Hard

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
Similar Resources on Wayground
21 questions
AP CSP Internet

Quiz
•
9th - 12th Grade
21 questions
Data representation

Quiz
•
9th - 11th Grade
20 questions
Data Representation Byte size

Quiz
•
11th Grade
20 questions
Data Representation

Quiz
•
9th - 11th Grade
25 questions
Registers and RAM

Quiz
•
9th - 12th Grade
17 questions
Homework 1 Computer Science

Quiz
•
11th Grade
15 questions
APCSP - Unit 1 Review

Quiz
•
10th - 12th Grade
15 questions
Understanding Bytes and Bits

Quiz
•
3rd Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade