What is the purpose of a memory bank? MCQ with Answer and Explanation

What is the purpose of a memory bank?
A. To organize memory into separate groups for parallel access
B. To manage cache hits
C. To provide memory protection
D. To store the operating system
Answer: Option A
Solution (By JKSSB Mock Tests)
Memory banks allow multiple memory accesses to occur simultaneously, increasing bandwidth and performance by interleaving.

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 characteristic of a random-access memory (RAM)?
A. It is slower than hard disks
B. It is non-volatile
C. It is used for long-term storage
D. It allows access to any memory location in any order

Correct Answer: Option D


Explanation:
RAM allows random access, meaning any location can be accessed directly without reading sequential data. It is volatile and faster than hard disks, used for temporary storage.

This question belongs to: Computer Memory and Storage Devices
Question #2
The term 'Hit Ratio' is most frequently evaluated in the performance assessment of which component?
A. Flash Drive
B. Optical Drive
C. Cache Memory
D. Hard Disk

Correct Answer: Option C


Explanation:
Hit ratio refers to the percentage of memory access requests that are successfully served directly by the cache instead of going to main memory.

This question belongs to: Computer Memory and Storage Devices
Question #3
What feature allows modern computer memory controllers to access two independent memory modules simultaneously, effectively doubling the standard data transfer bandwidth?
A. Direct Memory Access
B. ECC Error Correction
C. Hyper-threading
D. Dual-Channel Architecture

Correct Answer: Option D


Explanation:
Dual-channel architecture introduces two independent memory bus pathways, allowing the controller to communicate with two RAM sticks concurrently to increase data throughput.

This question belongs to: Computer Memory and Storage Devices