Skip to content

9618 · 3.1

Computers and their components — FAQ

Frequently asked questions for 9618 Computers and their components. Direct answers first, then deeper explanation — then practise with marking.

What is the real difference between RAM and secondary storage like an SSD?

Think of it as your desk versus your filing cabinet. RAM is your desk: it's your working area where you keep things you're actively using. It's fast to access but limited in space, and when you're done for the day (power off), you clear it off (it's volatile). The SSD is your filing cabinet: it stores everything you own, whether you're using it or not. It's slower to access than your desk, but it has a huge capacity and keeps your files safe even when the power is off (it's non-volatile).

Why is cache memory so important if we already have fast RAM?

Even the fastest RAM is significantly slower than the CPU. If the CPU had to wait for RAM every single time it needed data, it would spend most of its time idle, creating a bottleneck. Cache is a smaller, much faster (and more expensive) type of memory that acts as a buffer between the CPU and RAM. It stores copies of the most frequently used data, so the CPU can access it almost instantly, leading to a massive performance increase.

Can a computer run without a hard drive or SSD?

Yes, but in a limited way. A computer needs an operating system to run, which is typically stored on an HDD or SSD. However, some systems can be booted from a network (known as a 'thin client') or a live USB/CD. In these cases, the OS is loaded into RAM from the external source. The computer would have no long-term storage once powered off, but it would be functional.

Is a GPU a necessary component of a computer?

Almost all computers need a way to produce a visual output, but they don't all need a separate, dedicated GPU card. Many CPUs come with integrated graphics (an 'iGPU') built-in, which is sufficient for everyday tasks like web browsing and video playback. A dedicated GPU is a powerful, separate processor that is essential for demanding tasks like 3D gaming, video editing, and scientific computation.