Which of the following is a type of memory that is manufactured with a mask during production and cannot be altered? MCQ with Answer and Explanation

Which of the following is a type of memory that is manufactured with a mask during production and cannot be altered?
A. PROM
B. EEPROM
C. EPROM
D. Mask ROM
Answer: Option D
Solution (By JKSSB Mock Tests)
Mask ROM is factory-programmed using a photomask and cannot be changed by the user. PROM can be programmed once, EPROM can be erased with UV, and EEPROM electrically.

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1
Which memory unit is equivalent to 1024 gigabytes?
A. 1 terabyte
B. 1 exabyte
C. 1 kibibyte
D. 1 petabyte

Correct Answer: Option A


Explanation:
In binary, 1 terabyte (TB) = 1024 gigabytes (GB). However, in decimal context, 1 TB = 1000 GB. For exam purposes, 1024 GB is often considered 1 TB (though it's actually 1 TiB).

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following is not a type of ROM?
A. EPROM
B. SDRAM
C. EEPROM
D. PROM

Correct Answer: Option B


Explanation:
SDRAM (Synchronous Dynamic RAM) is a type of RAM, not ROM. PROM, EPROM, and EEPROM are programmable read-only memory types.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the memory hierarchy level that is typically implemented as a small, fast memory inside the CPU?
A. Registers
B. L1 cache
C. L2 cache
D. RAM

Correct Answer: Option A


Explanation:
Registers are the smallest and fastest memory inside the CPU. L1 cache is also inside but registers are even faster and directly used by the ALU.

This question belongs to: Computer Memory and Storage Devices