Difficulty: Easy
Correct Answer: ROM (Read Only Memory) and RAM (Random Access Memory)
Explanation:
Introduction / Context:
Computer memory is broadly divided into primary (main) memory and secondary storage. Within the category of primary memory, there are two well known types that appear frequently in computer fundamentals: ROM and RAM. This question tests whether you can correctly identify these two kinds of main memory and distinguish them from other memory related terms that refer to different classifications or levels of storage.
Given Data / Assumptions:
Concept / Approach:
Primary memory usually refers to the memory that the CPU can access directly at high speed. The two main types of primary memory in basic computer studies are ROM (Read Only Memory) and RAM (Random Access Memory). ROM stores firmware and startup instructions that are not normally changed, while RAM holds data and programs that are being used currently. Random and sequential refer more to access methods, not types of primary memory. Primary and secondary describe categories of storage, not two kinds of main memory. Cache and virtual memory are also important concepts, but they are not usually presented as the two fundamental kinds of main memory in introductory questions. Thus, the correct answer is ROM and RAM.
Step-by-Step Solution:
Verification / Alternative check:
Computer basics textbooks typically include a section titled Types of Primary Memory that explicitly lists ROM and RAM. They then go on to describe several sub types, such as PROM, EPROM and EEPROM for ROM, and static and dynamic RAM. Diagrams show the CPU connected to main memory, labelled as RAM and ROM. Discussions of random versus sequential access appear mainly in the context of file access on disks or tapes, and primary versus secondary is used to distinguish fast internal memory from slower external storage. This presentation pattern confirms that ROM and RAM are the two kinds of main memory sought by this question.
Why Other Options Are Wrong:
Common Pitfalls:
Some learners confuse background classifications and may see primary and secondary as the obvious pair to choose when reading quickly. Others may be unsure whether cache counts as main memory, since it is inside the CPU chip. In exam questions that explicitly ask for the two kinds of main memory, the intended textbook answer is almost always ROM and RAM. Remembering this pairing and their basic roles (permanent versus temporary storage) will help you answer similar questions with confidence.
Final Answer:
The two main kinds of primary (main) memory inside a computer are ROM (Read Only Memory) and RAM (Random Access Memory).
Discussion & Comments