What is the purpose of a memory module's SPD (Serial Presence Detect) chip? MCQ with Answer and Explanation

What is the purpose of a memory module's SPD (Serial Presence Detect) chip?
A. To increase memory speed
B. To detect memory errors
C. To provide additional storage
D. To store the memory's configuration parameters for the BIOS
Answer: Option D
Solution (By JKSSB Mock Tests)
SPD is a small EEPROM on a DIMM that stores information about the memory module's size, speed, voltage, and timings, which the BIOS reads to configure the memory controller.

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 name of the high-speed data transfer mechanism that allows specific hardware subsystems to access main system memory independently of the central processing unit?
A. Direct Memory Access (DMA)
B. Bus Mastering
C. Interrupt Request (IRQ)
D. Paging Protocol

Correct Answer: Option A


Explanation:
DMA (Direct Memory Access) allows peripherals like network cards or graphics adapters to read/write directly to system RAM without routing the data through the CPU, reducing processor overhead.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which type of flash memory is used in USB pen drives?
A. EEPROM
B. EPROM
C. NOR flash
D. NAND flash

Correct Answer: Option D


Explanation:
NAND flash memory is used in USB drives, SSDs, and memory cards due to its high density, faster write speeds, and lower cost per bit compared to NOR flash.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which of the following is a characteristic of a solid-state drive (SSD) compared to a hard disk drive (HDD)?
A. SSDs have higher latency
B. SSDs are more susceptible to physical shock
C. SSDs are louder
D. SSDs have faster random access times

Correct Answer: Option D


Explanation:
SSDs have much faster random access times because there is no mechanical latency (seek time, rotational latency). They are also more resistant to shock and quieter.

This question belongs to: Computer Memory and Storage Devices