Multiple choice

How many broad categories of memory are there in computers?

  1. 2

  2. 12

  3. 5

  4. 4

  5. 3

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Computer memory is traditionally classified into two broad categories: primary memory (RAM, ROM, cache) which is directly accessible by CPU, and secondary memory (HDD, SSD, optical) which provides permanent storage. Primary is volatile and faster; secondary is non-volatile and slower.