Font size
WorksheetsComputer Questions - 1
Total questions: 30
Worksheet time: 15mins
Name this example of Computer Hardware.
MICROPROCESSOR
CPU
MOTHERBOARD
RAM
Which of these is the cheapest type of secondary storage?
Magnetic hard disk
Static hard drive
USB drive
DVD-RW
What is the main purpose of the CPU?
To Fetch, Decode and Execute Instructions (in MEMORY).
To perform calculations.
To render graphics on a screen.
To manage the computer system.
What are the MAIN COMPONENTS of the CPU? (Tick all that are correct).
ALU
CU
Registers
Cache MEmory
BIOS
Which of these are REGISTERS in the CPU? (Tick ALL that are correct)
Accumulator
ALU
Program Counter
Memory Address Register
Control Bus Register
Tick all options that happen in the FETCH CYCLE?
PC is incremented
The Instruction at the MAR address is read from RAM
The PC value is copied to the MAR
The instruction in the IR is decoded
The value in the MDR is written to the address in the MAR.
Tick all options that happen in the DECODE CYCLE?
PC is incremented
The Instruction at the MAR address is read from RAM
The PC value is copied to the MAR
The instruction in the IR is decoded by the CU
The value in the MDR is written to the address in the MAR.
The Program Counter
Stores the address of the next instruction in memory
Stores the address of where the next item will be fetched from
Stores data fetched from memory, or waiting to be stored in memory
Stores the result of arithmetic calculations
Memory Data Register (MDR)
Stores the address of the next instruction in memory
Stores the address of where the next item will be fetched from
Stores data fetched from memory, or waiting to be stored in memory
Stores the result of arithmetic calculations
Accumulator
Stores the address of the next instruction in memory
Stores the address of where the next item will be fetched from
Stores data fetched from memory, or waiting to be stored in memory
Stores the result of arithmetic calculations
The Control Unit
Controls the flow of data around the CPU and also decodes instructions
Only controls the flow of data around the CPU
Only decodes instructions
Controls how much power is directed to all components within the computer
The Arithmetic Logic Unit (ALU)
Carries out numerical calculations and logical decisions
Calculates the different items of number data stored within the Accumulator and converts them into logical decisions
Calculates graphic data as they are only found within GPU units.
Calculates the flow of execution in a program and decodes instructions into small steps to be carried out by the program counter.
What is transferred down the data bus?
Data only
Addresses only
Data and instructions
Data, instructions and addresses
