Which mathematical base forms the underlying structural logic of standard computer memory capacity measurements? MCQ with Answer and Explanation

Which mathematical base forms the underlying structural logic of standard computer memory capacity measurements?
A. Base 2 (Binary)
B. Base 8 (Octal)
C. Base 16 (Hexadecimal)
D. Base 10 (Decimal)
Answer: Option A
Solution (By JKSSB Mock Tests)
Computer systems process binary logic states (0 and 1). Thus, memory capacities naturally scale using powers of 2 (e.g., 2, 4, 8, 16, 32, 64).

Discuss this Question (0)

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

Practice More Memory and Storage Devices Questions

Question #1
Which of the following is a type of memory that is used for storing data in a digital audio player?
A. CD-ROM
B. Flash memory
C. Magnetic tape
D. Hard disk

Correct Answer: Option B


Explanation:
Digital audio players (MP3 players) typically use flash memory for storage, though some older ones used hard disks.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following memory technologies is used in cache memory?
A. SRAM
B. RDRAM
C. SDRAM
D. DRAM

Correct Answer: Option A


Explanation:
Cache memory is built with SRAM (Static RAM) due to its speed, though it is more expensive and less dense than DRAM.

This question belongs to: Computer Memory and Storage Devices
Question #3
What is the primary function of the 'Sectors' found on a mechanical hard disk track layout?
A. To provide physical ventilation channels across the drive enclosure.
B. To serve as the standardized addressable segments for holding a fixed number of data bytes.
C. To balance the weight distribution of the spinning platter.
D. To encrypt files automatically as they are processed.

Correct Answer: Option B


Explanation:
Sectors are pie-shaped segments of concentric tracks that serve as the fundamental, fixed-size physical storage blocks on a hard drive platter.

This question belongs to: Computer Memory and Storage Devices