What is the function of an asset known as a 'Solid State Hybrid Drive' (SSHD)? MCQ with Answer and Explanation

What is the function of an asset known as a 'Solid State Hybrid Drive' (SSHD)?
A. A conventional mechanical hard drive featuring a small integrated flash memory cache buffer.
B. A memory unit that toggles between RAM and ROM modes on demand.
C. A cloud backup server setup using physical tape media archives.
D. A drive combining physical optical disc trays with flash memory chips.
Answer: Option A
Solution (By JKSSB Mock Tests)
An SSHD combines a traditional high-capacity mechanical hard disk with a small amount of fast solid-state flash memory to cache frequently accessed files, blending capacity and speed.

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 purpose of a memory bus width?
A. It determines the number of bits transferred simultaneously
B. It determines the power consumption
C. It determines the clock speed
D. It determines the memory capacity

Correct Answer: Option A


Explanation:
The bus width (e.g., 64-bit) is the number of bits that can be transferred at once between CPU and memory, affecting bandwidth.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following memory types is non-volatile and used for long-term storage?
A. RAM
B. ROM
C. Cache
D. Registers

Correct Answer: Option B


Explanation:
ROM is non-volatile and retains data without power. However, for long-term storage, hard disks and SSDs are more common; ROM is typically used for firmware. Among the options, ROM is non-volatile.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the role of a write buffer in memory?
A. To increase memory capacity
B. To prevent overwriting
C. To store frequently read data
D. To temporarily hold write data to allow the CPU to continue without waiting

Correct Answer: Option D


Explanation:
A write buffer holds data to be written to memory, allowing the CPU to continue execution while the write operation completes asynchronously.

This question belongs to: Computer Memory and Storage Devices