
CPU and Bit Manipulation

Quiz
•
Computers
•
12th Grade
•
Medium
Moses Balogun
Used 1+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between logical and arithmetic right shift operations.
Logical right shift fills with ones; arithmetic right shift fills with zeros.
Logical right shift fills with zeros; arithmetic right shift fills with the sign bit.
Both logical and arithmetic right shifts fill with the sign bit.
Logical right shift is used for signed numbers; arithmetic right shift is used for unsigned numbers.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the outcome of the bitwise AND operation between 1101 and 1011?
1100
1111
1001
1010
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does the bitwise OR operator work? Provide an example.
The bitwise OR of 5 and 3 is 7.
The bitwise OR of 5 and 3 is 4.
The bitwise OR of 5 and 3 is 6.
The bitwise OR of 5 and 3 is 8.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the XOR operator in bit manipulation?
The XOR operator is used to invert bits.
The XOR operator is used to compare bits and return 1 for differing bits and 0 for identical bits.
The XOR operator shifts bits to the left.
The XOR operator adds two bits together.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe how memory addressing works in a computer system.
Memory addressing allows the CPU to access specific locations in memory using unique numerical addresses.
Memory addressing does not involve the CPU in accessing memory locations.
Memory addressing is solely based on the size of the data being stored.
Memory addressing uses physical addresses only, ignoring virtual memory.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the significance of the fetch-decode-execute cycle?
It is a method for storing data in memory.
It describes how to design a computer's hardware.
It is a technique for optimizing software performance.
It is the core process that enables a CPU to execute instructions.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the fetch-decode cycle, what happens during the fetch stage?
The CPU executes the instruction immediately.
The CPU stores the instruction in a cache.
The CPU sends the instruction to the output device.
The CPU retrieves the next instruction from memory.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Computer Hardware & Networking

Quiz
•
9th - 12th Grade
15 questions
1.4.1 Data Types

Quiz
•
12th Grade
16 questions
Components of a computer

Quiz
•
9th - 12th Grade
16 questions
1.1.2 & 1.1.3 - Processors, Input, Output & Storage

Quiz
•
12th Grade
16 questions
Hardware Practice

Quiz
•
9th - 12th Grade
18 questions
Computer Systems

Quiz
•
7th - 12th Grade
15 questions
Computer architecture: Von Neumann architecture

Quiz
•
10th - 12th Grade
20 questions
Translators and Computing Languages: GCSE 9-1

Quiz
•
9th 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