Which of the following is an example of non-volatile memory? MCQ with Answer and Explanation

Which of the following is an example of non-volatile memory?
A. DRAM
B. L2 Cache
C. ROM
D. SRAM
Answer: Option C
Solution (By JKSSB Mock Tests)
ROM (Read-Only Memory) is non-volatile as it retains its data even when the device is completely powered off.

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1
What does the term 'DDR4' indicate about a memory module?
A. It is a type of ROM
B. It has four data rate channels
C. It stands for Digital Data Register 4
D. It is the fourth generation of Double Data Rate memory

Correct Answer: Option D


Explanation:
DDR4 is the fourth generation of Double Data Rate (DDR) SDRAM, offering higher speeds, lower voltage, and increased density compared to DDR3.

This question belongs to: Computer Memory and Storage Devices
Question #2
What is the smallest logic allocation unit of data storage on a hard disk drive recognized by an operating system's file system?
A. Cluster
B. Track
C. Platter
D. Sector

Correct Answer: Option A


Explanation:
A cluster (or allocation unit) is a group of sectors combined by the operating system's file system to form the smallest legal space where a file can be stored.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the function of a memory queue?
A. To manage cache hits
B. To store data permanently
C. To hold pending memory requests
D. To allocate memory

Correct Answer: Option C


Explanation:
A memory queue buffers pending memory requests, allowing the memory controller to schedule them efficiently.

This question belongs to: Computer Memory and Storage Devices