Which memory technology is non-volatile and can be electrically erased and reprogrammed? MCQ with Answer and Explanation

Which memory technology is non-volatile and can be electrically erased and reprogrammed?
A. Mask ROM
B. PROM
C. EEPROM
D. EPROM
Answer: Option C
Solution (By JKSSB Mock Tests)
EEPROM (Electrically Erasable PROM) can be erased and reprogrammed using electrical signals, without the need for UV light, unlike EPROM.

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1
Which type of memory is used to store the firmware that boots the computer?
A. RAM
B. Cache
C. Hard disk
D. ROM (BIOS)

Correct Answer: Option D


Explanation:
The BIOS firmware is stored in ROM (or flash memory) on the motherboard, and it is the first code executed during the boot process to initialize hardware and load the OS.

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

Correct Answer: Option A


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
Question #3
What is the primary operational objective of implementing a 'Write-Through' design pattern inside a CPU cache architecture?
A. To force data straight into external backup clouds.
B. To write data to both the cache block and the main system memory simultaneously to maintain data consistency.
C. To accelerate data deletion routines.
D. To bypass the main memory entirely during computational loops.

Correct Answer: Option B


Explanation:
A write-through cache policy ensures that whenever data is modified in the cache, it is immediately written to the main memory as well, maintaining data synchronization across levels.

This question belongs to: Computer Memory and Storage Devices