CPU and Bit Manipulation

CPU and Bit Manipulation

12th Grade

19 Qs

quiz-placeholder

Similar activities

Exploring Von Neumann Architecture

Exploring Von Neumann Architecture

10th Grade - University

20 Qs

Computer System

Computer System

12th Grade

20 Qs

Hardware: Edexcel GCSE Computer Science

Hardware: Edexcel GCSE Computer Science

9th - 12th Grade

20 Qs

CPU Recap Quiz

CPU Recap Quiz

9th - 12th Grade

17 Qs

OCR A Level Computer Science (H446) - Component 1.1.2 - Types of Processor

OCR A Level Computer Science (H446) - Component 1.1.2 - Types of Processor

11th Grade - University

19 Qs

OCR A-level Computer Science (H446) - 1.2.4 - Assembly Language

OCR A-level Computer Science (H446) - 1.2.4 - Assembly Language

12th Grade

14 Qs

IGCSE CS Unit 3

IGCSE CS Unit 3

9th - 12th Grade

20 Qs

OCR A Level Computer Science (H446) - Component 1.1.1 - Structure and Function of the Processor

OCR A Level Computer Science (H446) - Component 1.1.1 - Structure and Function of the Processor

11th Grade - University

23 Qs

CPU and Bit Manipulation

CPU and Bit Manipulation

Assessment

Quiz

Computers

12th Grade

Medium

Created by

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

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?