The two kinds of main memory are:
-
Primary and secondary
-
Random and sequential
-
ROM and RAM
-
All of above
C
Correct answer
Explanation
Main memory (primary memory) consists of RAM (Random Access Memory) which is volatile read-write memory, and ROM (Read-Only Memory) which is non-volatile and contains permanent instructions. Primary/secondary refers to main vs backing storage, random/sequential describes access methods, and main memory is specifically RAM and ROM.