Question:medium

What is the main purpose of a computer’s hard disk?

Show Hint

Think of RAM as a workbench where you have your current project laid out (temporary, fast access). The Hard Disk is the workshop's storage room where you keep all your tools and completed projects safely (permanent, large capacity).
Updated On: May 12, 2026
  • To process data
  • To store data permanently
  • To display images
  • To connect to the internet
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Question:
The question seeks to define the primary role of the hard disk drive (HDD) or solid-state drive (SSD) in a computer's architecture.
Step 2: Detailed Explanation:

Permanent Storage Concept: The hard disk is a "non-volatile" storage device. This means that the data stored on it remains intact even when the computer is turned off. This is in contrast to RAM (Random Access Memory), which is volatile and loses its data when power is lost.

Role in the System: All your files, operating system files, installed applications, photos, and videos are saved on the hard disk. When you "save" a file, you are moving data from the temporary RAM to the permanent hard disk.

How it Works: Traditional HDDs use magnetic storage on rotating platters, while modern SSDs use flash memory. Regardless of the technology, the function remains the same: long-term data retention.

Addressing Incorrect Options: Processing data (Option A) is the job of the CPU. Displaying images (Option C) is the job of the monitor and graphics card. Connecting to the internet (Option D) is the job of the network interface card (NIC) or Wi-Fi module.

Capacity vs Speed: Hard disks provide large storage capacities (Terabytes) at a lower cost compared to RAM, which is much faster but has much smaller capacity and is more expensive.

Step 3: Final Answer:
The main purpose of a hard disk is to provide a reliable, long-term, and permanent location for storing digital information.
Was this answer helpful?
0