What is the function of a memory controller's command scheduler? MCQ with Answer and Explanation

What is the function of a memory controller's command scheduler?
A. To generate clock signals
B. To handle power management
C. To reorder commands for better performance
D. To decode commands
Answer: Option C
Solution (By JKSSB Mock Tests)
The command scheduler in a memory controller reorders commands to maximize bus utilization and reduce latency.

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1
Which of the following is a characteristic of a read-only memory (ROM)?
A. Data is permanent and cannot be changed by normal operations
B. Data can be modified easily
C. It is volatile
D. It is used as main memory

Correct Answer: Option A


Explanation:
ROM is non-volatile and its contents are typically fixed during manufacturing or programming; it cannot be changed by normal system operations.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which memory type serves as the main storage location for high-performance graphics processing units (GPUs)?
A. DDR4 RAM
B. VRAM / GDDR
C. L1 Cache
D. EEPROM

Correct Answer: Option B


Explanation:
VRAM (Video RAM) or GDDR (Graphics Double Data Rate) is specialized memory designed to handle the massive bandwidth required by graphics processors.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the primary architectural disadvantage of Dynamic RAM (DRAM) compared to Static RAM (SRAM)?
A. DRAM cannot handle multi-threaded processing requests.
B. DRAM requires periodic electrical refreshing which slows down access speed.
C. DRAM consumes less power overall.
D. DRAM is structurally more complex and expensive per gigabyte.

Correct Answer: Option B


Explanation:
DRAM stores data using capacitors, which lose charge over time. This design requires continuous refreshing cycles, introducing latency that makes it slower than SRAM.

This question belongs to: Computer Memory and Storage Devices