Question:

A personal computer's primary memory, commonly known as its main memory, consists of ?

Show Hint

- RAM: Volatile, read-write, stores temporary user programs.
- ROM: Non-volatile, read-only, stores permanent boot-up instructions (BIOS).
  • RAM
  • ROM
  • Both RAM and ROM
  • Cache Memory
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Concept:
Primary memory (also known as main memory) is the memory component that is directly accessible by the CPU, holding data and instructions that are currently being processed or are essential for system startup.

Step 2: Detailed Explanation:

Computer primary/main memory is divided into two primary categories:
1. RAM (Random Access Memory):
RAM is a volatile memory that holds the operating system, application programs, and active data currently in use by the CPU.
It allows fast read and write operations, but loses its contents when the computer is powered off.
2. ROM (Read-Only Memory):
ROM is non-volatile memory that contains permanent, essential startup instructions (such as the BIOS/UEFI firmware) required to boot up the computer and perform the Power-On Self-Test (POST).
Because both are directly accessed by the CPU to operate the system, primary memory consists of both RAM and ROM.
Cache memory is placed between the CPU and RAM to speed up processing, but it is classified as high-speed buffer memory rather than main primary storage.

Step 3: Final Answer:

A personal computer's primary memory consists of Both RAM and ROM.
Was this answer helpful?
0
0