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
-
Registers
-
Bus
-
Control unit
-
Memory
D
Correct answer
Explanation
Memory is the hardware component where data and instructions are stored for processing by the computer system. Registers are temporary CPU storage, bus is a communication pathway, and control unit directs operations - none are primary data storage.
-
disk stack
-
removable disk
-
flexible disk
-
All of the above
A
Correct answer
Explanation
Winchester disk refers to a sealed hard disk drive with multiple platters stacked together on a spindle. It is not removable or flexible like floppy disks - the disk stack is permanently sealed inside the drive.
-
ROM
-
Control unit
-
Main memory
-
None of these
C
Correct answer
Explanation
Main memory (RAM) is volatile storage that temporarily holds both data and program instructions that the CPU needs for immediate processing. ROM is permanent, control unit directs operations, and main memory is the workspace.
-
Internal command instructions
-
External command instructions
-
Utility programs
-
All of the above
A
Correct answer
Explanation
In DOS, internal commands (like DIR, COPY, CD) are built into COMMAND.COM and are loaded into main memory during the boot process. External commands and utility programs remain on disk until invoked.
-
It is a complete bootable computer installation
-
It is a read/write disc
-
It can be used for data recovery
-
A live CD can be used to troubleshoot hardware
-
A live CD can be used for stealing passwords
B
Correct answer
Explanation
A live CD, live DVD, or live disc is a complete bootable computer installation including operating system which runs in a computer's memory, rather than loading from a hard disk drive; the CD itself is read-only.
-
Absolute mode
-
Indirect mode
-
Immediate mode
-
Index mode
D
Correct answer
Explanation
Index addressing mode computes the effective address by adding a displacement (constant) to the contents of an index register. Absolute mode uses only a constant address in the instruction, indirect mode dereferences a pointer to get the address, and immediate mode embeds the operand value directly in the instruction.
-
Scheduling
-
Caching
-
Swapping
-
Spooling
C
Correct answer
Explanation
Swapping is the process of moving entire processes between main memory and secondary storage (disk) to free up RAM when needed. Scheduling determines which process runs on the CPU, caching stores frequently-used data in faster memory, and spooling buffers output for devices like printers.
-
Recycle Bin
-
Clipboard
-
Cache Memory
-
None of these
-
CPU
-
Motherboard
-
Memory Section
-
None of these
-
direct access
-
sequential access
-
high cost
-
small size
-
Registration of database
-
RAID level 6
-
RAID level 0
-
RAID level 1
-
One-safe
B
Correct answer
Explanation
This RAID level makes larger RAID groups more practical, especially for high availability systems.
-
RAID level 0
-
RAID level 1
-
RAID level 5
-
One-safe
-
Registration of database
C
Correct answer
Explanation
In this RAID level, upon drive failure any subsequent reads can be calculated from the distributed parity.
-
input media
-
secondary storage
-
output media
-
all of these
-
Segment
-
Cluster
-
Table
-
Extent
-
Abort
B
Correct answer
Explanation
In cluster, disk access time improves because related rows are physically stored together.
-
Storage, Memory
-
Memory, Storage
-
Disk Storage
-
None of these
B
Correct answer
Explanation
Memory (RAM) is volatile - it loses data when power is turned off, making it temporary. Storage devices like hard drives and SSDs retain data without power, making them permanent. This is a fundamental distinction in computer architecture.