What characteristic of a computer system is optimized when a designer adds more channels to the main system memory bus layout? MCQ with Answer and Explanation

What characteristic of a computer system is optimized when a designer adds more channels to the main system memory bus layout?
A. The maximum capacity of the secondary storage drives.
B. The resolution of the external monitor display.
C. The system memory bandwidth and data throughput rates.
D. The permanent storage durability of the ROM firmware.
Answer: Option C
Solution (By JKExamLibrary)
Adding more memory channels increases the width of the data bus between the CPU and RAM, allowing more data bits to transfer simultaneously and boosting system memory bandwidth.

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 non-volatile memory?
A. Retains data without power
B. Loses data when power is off
C. Faster than volatile memory
D. Used as main memory in all computers

Correct Answer: Option A


Explanation:
Non-volatile memory retains data even when the power is off, unlike volatile memory which loses data.

This question belongs to: Computer Memory and Storage Devices
Question #2
What is the function of a memory scheduler?
A. To control page faults
B. To allocate memory to processes
C. To reorder memory requests to maximize performance
D. To manage cache lines

Correct Answer: Option C


Explanation:
A memory scheduler in a memory controller reorders incoming read/write requests to optimize bandwidth and reduce latency, improving overall performance.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which of the following memory types is typically used for the CPU's Level 1 (L1) cache?
A. SDRAM
B. DRAM
C. SRAM
D. Flash

Correct Answer: Option C


Explanation:
L1 cache is built with SRAM because it is extremely fast and has low latency, matching the CPU speed, even though it is expensive and small.

This question belongs to: Computer Memory and Storage Devices