What is the typical capacity of a standard microSD card? MCQ with Answer and Explanation

What is the typical capacity of a standard microSD card?
A. Up to 2 GB
B. Up to 32 GB
C. Up to 512 GB (common)
D. Up to 2 TB (standard SDXC)
Answer: Option C
Solution (By JKSSB Mock Tests)
MicroSD cards are available in many capacities; SDHC up to 32 GB, SDXC up to 2 TB, but common sizes in 2026 are 16, 32, 64, 128, 256, 512 GB. So 512 GB is a typical large capacity.

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 acronym PROM stand for?
A. Parallel Read-Only Memory
B. Primary Read-Only Memory
C. Permanent Read-Only Memory
D. Programmable Read-Only Memory

Correct Answer: Option D


Explanation:
PROM stands for Programmable Read-Only Memory, which can be programmed once after manufacturing using a special device.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following is a characteristic of static RAM (SRAM)?
A. Used as main memory in PCs
B. Requires periodic refresh
C. High density and low cost
D. Fast and expensive

Correct Answer: Option D


Explanation:
SRAM is fast and expensive compared to DRAM. It does not require refreshing and is used for cache memory. DRAM is used as main memory and is dense and cheaper.

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 temporarily hold write data to allow the CPU to continue without waiting
D. To store frequently read data

Correct Answer: Option C


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