What type of memory module architecture includes a specialized hardware register between the memory controller and the DRAM chips to stabilize heavy enterprise server setups? MCQ with Answer and Explanation

What type of memory module architecture includes a specialized hardware register between the memory controller and the DRAM chips to stabilize heavy enterprise server setups?
A. Non-volatile Flash Module
B. Registered / Buffered RAM
C. Unbuffered RAM
D. Static SRAM
Answer: Option B
Solution (By JKSSB Mock Tests)
Registered (or buffered) RAM places an internal register between the system memory controller and the DRAM modules, reducing electrical load and increasing system stability for enterprise server arrays.

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 static RAM?
A. It is slower than DRAM
B. It is used as main memory in most computers
C. It is more expensive than DRAM
D. It requires periodic refreshing

Correct Answer: Option C


Explanation:
SRAM is more expensive per bit than DRAM because it uses more transistors per bit. It is faster and does not need refreshing, but is not used as main memory due to cost.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following is a characteristic of EEPROM?
A. It can be electrically erased and reprogrammed byte by byte
B. It can be erased only by UV light
C. It is used as main memory
D. It is volatile

Correct Answer: Option A


Explanation:
EEPROM allows electrical erasure and reprogramming at the byte level, unlike flash which erases in blocks. It is non-volatile.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which component manages data transfers inside a computer system by implementing the 'Least Recently Used' (LRU) algorithm?
A. Hard drive file allocation table
B. Cache Controller
C. BIOS Boot Loader
D. Optical Drive Firmware

Correct Answer: Option B


Explanation:
The cache controller utilizes replacement policies like Least Recently Used (LRU) to determine which older data blocks to discard when space is needed for new cache lines.

This question belongs to: Computer Memory and Storage Devices