wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PA Prerequisites

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

The primary function of the CPU is to:

a)

Perform arithmetic and logical operations

b)

Store data permanently

c)

Manage network connections

d)

Control peripheral devices

2.

Which of the following connects the CPU, memory, and I/O devices in a computer system?

a)

System Bus

b)

ALU

c)

Cache Memory

d)

ROM

3.

The Harvard architecture differs from the Von Neumann architecture because it

a)

Does not use a control unit

b)

Separates memory for instructions and data

c)

Has no arithmetic logic unit

d)

Uses cache memory

4.

The first step of the instruction cycle is:

a)

Fetch

b)

Decode

c)

Execute

d)

Write-back

5.

During the decode phase of the instruction cycle:

a)

Instructions are fetched from memory

b)

The CPU interprets the instruction

c)

Results are stored in memory

d)

Instructions are written to cache

6.

The Von Neumann architecture uses

a)

Separate memory for instructions and data

b)

A single memory for instructions and data

c)

Only read-only memory

d)

Parallel processing units

7.

The Program Counter (PC) holds:

a)

Data to be processed

b)

The memory address of the next instruction

c)

Temporary results of calculations

d)

Control signals

8.

Registers like MAR and MBR are used for:

a)

Memory address storage and data transfer

b)

Arithmetic operations

c)

Program flow control

d)

Generating control signals

9.

The term "opcode" in an instruction refers to:

a)

The operation to be performed

b)

The memory address

c)

The data to be operated upon

d)

The processor clock speed

10.

In which addressing mode does the instruction specify the effective address directly?

a)

Direct addressing

b)

Immediate addressing

c)

Indirect addressing

d)

Indexed addressing

11.

Which of the following is volatile memory?

a)

ROM

b)

SRAM

c)

DRAM

d)

Both b and c

12.

In memory hierarchy, which memory type is the fastest?

a)

Cache memory

b)

Main memory

c)

Hard disk

d)

Virtual memory

13.

Which type of ROM can be erased and reprogrammed multiple times?

a)

PROM

b)

EPROM

c)

EEPROM

d)

Flash ROM

14.

Which signal is used to indicate that the processor is ready to accept data from the memory

a)

Read Enable

b)

Write Enable

c)

Memory Ready

d)

Memory Enable

15.

Which data type is used to represent the absence of a value?

a)

int

b)

float

c)

void

d)

double