Computer Knowledge
Computer Memory and Storage
2,477 Questions
Computer memory and storage questions test foundational knowledge of hardware, cache mapping, and data transfer mechanisms. Key areas include Direct Memory Access, analog recording, and RAID levels. This section is essential for candidates preparing for banking and government computer proficiency tests.
Cache memory mappingDirect memory accessRAID storage levelsHard disk technologyOptical media storageMemory addresses
Computer Memory and Storage Questions
-
page map
-
segment map
-
location map
-
none of these
A
Correct answer
Explanation
A page table is the data structure used by an operating system in a virtual memory system to store the mapping between virtual addresses and physical addresses.
-
first-in-first-out
-
least recently used
-
optimal
-
none of these
A
Correct answer
Explanation
First-In-First-Out (FIFO) is a simple page replacement algorithm that replaces the page that has been in memory the longest.
-
pages
-
segments
-
locations
-
none of these
A
Correct answer
Explanation
In paging, the virtual address space is divided into fixed-size blocks called pages, which correspond to physical frames.
-
data
-
records
-
files
-
none of these
C
Correct answer
Explanation
A file is the standard unit of storage for logically related data on secondary storage devices.
-
files
-
paths
-
tracks
-
none of these
C
Correct answer
Explanation
On a magnetic disk, data is organized into concentric circles known as tracks.
-
file
-
path
-
sector
-
cylinder
D
Correct answer
Explanation
A cylinder is a collection of all tracks that are at the same radial distance from the center across all surfaces of a disk pack.
-
Fixed head
-
Moving head
-
Both 1 and 2
-
None of these
A
Correct answer
Explanation
Fixed-head disks have a dedicated read/write head for every track, which eliminates the seek time required to move a head to a specific track.
-
Fixed head
-
Moving head
-
Both 1 and 2
-
None of these
B
Correct answer
Explanation
Moving head disks, such as standard hard disk drives, use an actuator arm to position read/write heads over specific tracks. Fixed head disks use a dedicated head for every track, which is a different architecture.
-
P2, P3, P1
-
P1, P2, P3
-
P2, P1, P3
-
P1, P3, P2
-
P3, P1, P2
A
Correct answer
Explanation
Total seek distance = (21- 5) + (25 - 21) + (30 - 25)+(35 - 30) + (42 - 35) + (45 - 42) + (45 - 50) + (50 - 0) + (5 - 0) + (10 - 5) = 95
-
volatile storage
-
non-volatile storage
-
stable storage
-
all of the above
D
Correct answer
Explanation
Storage systems are generally categorized by their persistence, including volatile (RAM), non-volatile (HDD/SSD), and stable storage (redundant systems), making all of these valid classifications.
-
Write Once Read Many
-
Write Over Real Memory
-
Write Only Real Memory
-
None of these
A
Correct answer
Explanation
WORM is a data storage technology that allows data to be written to a storage medium a single time and prevents the drive from erasing the data.
-
File service
-
Directory Service
-
Data service
-
None of these
A
Correct answer
Explanation
A file service is the interface that defines the operations available to clients for accessing and manipulating files within a distributed file system.
-
Floppy Disk
-
Hard Disk
-
Compact Disk
-
DVD
-
CD Drive
-
Floppy Disk Drive
-
Hard Disk Drive
-
All of the above
D
Correct answer
Explanation
Drive bays in a computer chassis are designed to hold various storage devices like CD drives, floppy drives, and hard disks.