What hardware feature on an internal motherboard controls the synchronization and flow of data commands arriving from the system RAM to the processor cores? MCQ with Answer and Explanation

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 Power Supply Relay
B. The Memory Controller
C. The Sound Card
D. The Expansion Slot Bracket
Answer: Option B
Solution (By JKExamLibrary)
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

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1 Report Error
Which memory management technique allows a computer to use hard disk space as additional RAM?
A. Segmentation
B. Paging
C. Virtual memory
D. Cache memory

Correct Answer: Option C


Explanation:
Virtual memory is a memory management technique that uses a portion of the hard disk or SSD as an extension of RAM, allowing the system to run larger applications or multiple programs simultaneously.

This question belongs to: Computer Memory and Storage Devices
Question #2 Report Error
What is the typical speed of a 5400 RPM hard disk in terms of average latency?
A. 8.33 ms
B. 5.56 ms
C. 11.11 ms
D. 4.17 ms

Correct Answer: Option B


Explanation:
At 5400 RPM, one rotation takes 60/5400 = 0.01111 seconds = 11.11 ms. Average rotational latency is half of that, about 5.56 ms.

This question belongs to: Computer Memory and Storage Devices
Question #3 Report Error
Which unit of storage represents exactly $2^{40}$ bytes of data?
A. 1 Petabyte
B. 1 Terabyte
C. 1 Megabyte
D. 1 Gigabyte

Correct Answer: Option B


Explanation:
$2^{10}$ is Kilobyte, $2^{20}$ is Megabyte, $2^{30}$ is Gigabyte, and $2^{40}$ is Terabyte. Thus, $2^{40}$ bytes equals 1 Terabyte (TB).

This question belongs to: Computer Memory and Storage Devices