The actual physical material that holds the data and programs.
a. primary storage
b. media
c. capacity
d. access
The Correct Answer and Explanation is:
Correct Answer: b. media
Explanation:
The correct answer is media, which refers to the actual physical material used to store data and programs in a computer system.
In computing, the term “media” (or storage media) describes the physical devices or materials that retain digital data. These can include hard drives, solid-state drives (SSDs), optical discs (like CDs and DVDs), magnetic tapes, USB flash drives, and even memory cards. These storage media store both data and programs, making them a crucial component of any computing system.
Media differ from primary storage, which refers specifically to memory (like RAM or cache) that holds data temporarily while it is being actively used by the processor. Primary storage is volatile, meaning its contents are lost when the computer is turned off. In contrast, storage media is non-volatile, meaning the data remains intact even when power is lost.
Let’s also clarify why the other options are incorrect:
- a. Primary storage: This refers to RAM (Random Access Memory), which temporarily holds data the CPU is actively using. It is not the long-term physical medium for storing programs and files.
- c. Capacity: This refers to the amount of data that can be stored, not the physical material itself. For example, a hard drive may have a capacity of 1 terabyte, but “capacity” doesn’t describe what the hard drive is made of or how it stores data.
- d. Access: This relates to how data is retrieved or written, such as sequential or random access. It does not describe the physical storage material.
In conclusion, media is the correct term for the tangible component (like a hard disk or flash drive) that stores both data and programs. It plays a foundational role in data persistence, retrieval, and system functionality in both personal and enterprise-level computing.