Which of the following is a type of memory that is used in embedded systems? MCQ with Answer and Explanation

Which of the following is a type of memory that is used in embedded systems?
A. DRAM
B. SRAM
C. All of the above
D. EEPROM
Answer: Option C
Solution (By JKSSB Mock Tests)
Embedded systems may use various memory types: SRAM for cache, DRAM for main memory, and EEPROM for configuration storage.

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 physical medium used in a hard disk to store data?
A. Silicon chips
B. Polycarbonate layer
C. Aluminum or glass platters coated with magnetic material
D. Metallic tape

Correct Answer: Option C


Explanation:
Hard disks use platters made of aluminum or glass, coated with a thin magnetic layer that stores data in the form of magnetized regions.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which level of cache memory is typically shared among multiple cores of a modern multi-core CPU architecture?
A. L3 Cache
B. L0 Cache
C. L1 Cache
D. L2 Cache

Correct Answer: Option A


Explanation:
While L1 and L2 caches are generally dedicated to individual CPU cores, the L3 cache is larger, slightly slower, and shared across all cores on the processor die.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which component manages data transfers inside a computer system by implementing the 'Least Recently Used' (LRU) algorithm?
A. BIOS Boot Loader
B. Optical Drive Firmware
C. Cache Controller
D. Hard drive file allocation table

Correct Answer: Option C


Explanation:
The cache controller utilizes replacement policies like Least Recently Used (LRU) to determine which older data blocks to discard when space is needed for new cache lines.

This question belongs to: Computer Memory and Storage Devices