Guest
Guest
Feb 05, 2025
10:39 PM
|
To arrange the given memory/storage types in increasing order of access time, let's analyze them:
Registers (E) – Fastest access time since they are directly within the CPU. SRAMs (D) – Faster than DRAM, used for cache memory. DRAMs (C) – Slower than SRAM, used for main memory (RAM). Solid State Drive (A) – Slower than DRAM but faster than optical disks. Optical Disks (B) – Slowest among the given options. Thus, the correct increasing order is: E (Registers) < D (SRAMs) < C (DRAMs) < A (SSD) < B (Optical Disks) Visit!
Now, checking the options:
D, C, A, B, E – Incorrect order. B, D, C, A, E – Incorrect order. A, E, B, D, C – Incorrect order. E, D, C, A, B – Correct order. Final Answer: Option 4 (E, D, C, A, B).
|