Systems Architecture Quiz

Test your knowledge of Systems Architecture, with this quiz.

This quiz consists of 15 questions, including multiple-choice and short-answer questions on the topic of Systems Architecture for GCSE Computer Science.

For multiple-choice questions, choose the correct answer. Scroll down to begin the quiz.

Questions

What does the CPU stand for?

Incorrect

Incorrect

Incorrect

Correct

Which part of the CPU is responsible for performing arithmetic and logical operations?

Incorrect

Correct

Incorrect

Incorrect

Which of the following is NOT a function of the Control Unit (CU)?

Incorrect

Incorrect

Correct

Incorrect

What is the purpose of the Clock in a CPU?

Incorrect

Correct

Incorrect

Incorrect

Which of the following is a type of memory that is directly accessible by the CPU?

Correct

Incorrect

Incorrect

Incorrect

What is the main function of the ALU?

The ALU (Arithmetic Logic Unit) is responsible for performing arithmetic (e.g., addition and subtraction) and logical operations (e.g., AND, OR) in the CPU.

Slot

Explain the role of the Control Unit in the CPU.

The Control Unit (CU) manages the execution of instructions in the CPU. It coordinates the activities of the other components, such as fetching instructions from memory, decoding them, and controlling the flow of data.

What does the term ‘clock speed’ refer to in relation to the CPU?

Clock speed refers to the number of cycles the CPU can perform per second, measured in Hertz (Hz). A higher clock speed indicates a faster CPU.

What is the purpose of the Fetch-Decode-Execute cycle?

The Fetch-Decode-Execute cycle is the process by which the CPU retrieves an instruction from memory (fetch), interprets it (decode), and then performs the action (execute). This cycle repeats continuously.

What is the difference between RAM and ROM?

RAM (Random Access Memory) is volatile memory used to store data that is currently being processed. ROM (Read-Only Memory) is non-volatile memory that contains essential instructions for the computer to start up (boot).

Describe the role of the program counter in the CPU.

The program counter is a register in the CPU that stores the address of the next instruction to be executed. It ensures that the CPU processes instructions in the correct sequence.

What is the function of the CPU’s registers?

Registers are small, fast storage locations in the CPU used to hold data and instructions that are being processed or temporarily stored during calculations.

What is a bus in computer architecture?

A bus is a communication pathway used to transfer data between different components of the computer, such as the CPU, memory, and input/output devices.

Explain the difference between primary and secondary storage.

Primary storage refers to memory directly accessible by the CPU, such as RAM and cache, which are fast but temporary. Secondary storage refers to devices like hard drives or SSDs, which provide long-term storage but are slower.

Why is cache memory faster than RAM?

Cache memory is faster than RAM because it is located closer to the CPU and is designed to store frequently used instructions and data, reducing the time needed to access them.

sign up to revision world banner
Southampton University
Slot