What does CPU stand for?
Central Processing Unit
Which memory is faster: cache or RAM?
Cache memory.
What is the biggest number we can represent with 5 bits?
31
What is translation in computer science?
Converting high-level code into machine code
Which component temporarily stores instructions and data currently in use?
RAM
Which bus is one-directional?
Address Bus
Which type of memory is volatile: RAM or ROM?
RAM
How many bits are required for the original ASCII?
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
Why is Unicode important for modern operating systems?
It allows support for multiple languages and symbols
Which register stores the address of the next instruction to be fetched?
PC (Program Counter)
What kind of compression is usually used for multimedia files?
Lossy Compression
What gate is this?

What is virtual memory?
A memory management technique that uses secondary storage when RAM is full.
What is a Round robin?
Round robin (RR) is a preemptive scheduling algorithm designed to provide fair time-sharing among processes.
What is the role of the Memory Address Register (MAR)?
It stores the address of the memory location currently being accessed.
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.
What is colour depth?
The number of bits used to represent the colour of each pixel in a digital image
What is an interrupt?
A signal that temporarily stops the CPU’s current task to handle an urgent event
Why is cache memory placed close to the CPU?
To reduce access time and improve performance
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.
What is cache hit?
When the CPU requests data and it is found in the cache memory.
What color is this?
Red - 240
Green - 240
Blue - 240
Light Grey
What is the role of a device driver?
It allows the operating system to communicate with hardware devices
What is a Transducer?
A transducer is a device that converts energy from one form to another