Computer Hardware & Operation
MEMORY & STORAGE
Data Representation & Logic
OS and Translation
Surprise
100

What does CPU stand for?

Central Processing Unit

100

Which memory is faster: cache or RAM?

Cache memory.

100

What is the biggest number we can represent with 5 bits?

31

100

What is translation in computer science?

Converting high-level code into machine code

100

Which component temporarily stores instructions and data currently in use?

RAM

200

Which bus is one-directional?

Address Bus

200

Which type of memory is volatile: RAM or ROM?

RAM

200

How many bits are required for the original ASCII?

7
200

What is the main difference between a compiler and an interpreter?

A compiler translates the entire program at once, while an interpreter translates line by line

200

Why is Unicode important for modern operating systems?

It allows support for multiple languages and symbols

300

Which register stores the address of the next instruction to be fetched?

PC (Program Counter)

300

What kind of compression is usually used for multimedia files?

Lossy Compression

300

What gate is this?

300

What is virtual memory?

A memory management technique that uses secondary storage when RAM is full.

300

What is a Round robin?

Round robin (RR) is a preemptive scheduling algorithm designed to provide fair time-sharing among processes.

400

What is the role of the Memory Address Register (MAR)?

It stores the address of the memory location currently being accessed.

400

Explain why cache memory is smaller in size compared to RAM

Because cache memory is made using faster and more expensive technology and is designed only to store frequently used data close to the CPU.

400

What is colour depth?

The number of bits used to represent the colour of each pixel in a digital image

400

What is an interrupt?

A signal that temporarily stops the CPU’s current task to handle an urgent event

400

Why is cache memory placed close to the CPU?

To reduce access time and improve performance

500

Explain one difference between the CPU and the GPU.

The CPU is designed for general-purpose, sequential tasks, while the GPU is optimized for parallel processing of large data sets.

500

What is cache hit?

When the CPU requests data and it is found in the cache memory.

500

What color is this?

Red - 240

Green - 240

Blue - 240

Light Grey

500

What is the role of a device driver?

It allows the operating system to communicate with hardware devices

500

What is a Transducer?

A transducer is a device that converts energy from one form to another

M
e
n
u