Question:

Consider the following computer memory devices and arrange these from slowest access time to device with the fastest access time A. Main Memory
B. Secondary Memory
C. Registers
D. L2 cache
E. L1 cache Choose the correct answer from the options given below

Show Hint

Registers are fastest while secondary memory is slowest.
Updated On: Jun 26, 2026
  • \(A\rightarrow B\rightarrow E\rightarrow C\rightarrow D\)
  • \(B\rightarrow A\rightarrow E\rightarrow D\rightarrow C\)
  • \(B\rightarrow A\rightarrow D\rightarrow E\rightarrow C\)
  • \(C\rightarrow E\rightarrow D\rightarrow A\rightarrow B\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept:
Memory hierarchy is arranged according to access speed.
Step 1:
Secondary memory (hard disk/SSD) is slowest. \[ B \]
Step 2:
Main memory is faster than secondary memory. L2 cache is faster than RAM. L1 cache is faster than L2 cache.
Step 3:
Registers are fastest memory units. \[ C \]
Step 4:
\[ B\rightarrow A\rightarrow D\rightarrow E\rightarrow C \] \[ \boxed{\text{Correct Option = (3)}} \]
Was this answer helpful?
0
0