What is the memory hierarchy order from fastest to slowest? MCQ with Answer and Explanation

What is the memory hierarchy order from fastest to slowest?
A. RAM, Cache, Registers, Hard disk
B. Registers, Cache, RAM, Hard disk
C. Cache, Registers, RAM, Hard disk
D. Hard disk, RAM, Cache, Registers
Answer: Option B
Solution (By JKSSB Mock Tests)
The memory hierarchy from fastest to slowest is typically: Registers (fastest), then Cache, then RAM (main memory), then secondary storage like Hard disk (slowest).

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Memory and Storage Devices Questions

Question #1
What is the typical capacity of a CD-R disc in terms of audio minutes?
A. 74 minutes
B. 60 minutes
C. 90 minutes
D. 80 minutes

Correct Answer: Option D


Explanation:
Standard CD-R can hold 80 minutes of audio (700 MB). Some older ones hold 74 minutes (650 MB).

This question belongs to: Computer Memory and Storage Devices
Question #2
How many bits are contained in a standard hexademical digit stored in computer memory?
A. 8 bits
B. 16 bits
C. 4 bits
D. 2 bits

Correct Answer: Option C


Explanation:
A single hexadecimal character represents values from 0 to 15, which maps to a 4-bit binary sequence (a nibble).

This question belongs to: Computer Memory and Storage Devices
Question #3
What hardware feature on an internal motherboard controls the synchronization and flow of data commands arriving from the system RAM to the processor cores?
A. The Expansion Slot Bracket
B. The Power Supply Relay
C. The Memory Controller
D. The Sound Card

Correct Answer: Option C


Explanation:
The memory controller (either standalone on the chipset or integrated directly inside modern CPU dies) manages the electrical signals and data timing for reading and writing to system RAM.

This question belongs to: Computer Memory and Storage Devices