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
-
Hard disks
-
CD drives
-
Floppy drives
-
Printers
C
Correct answer
Explanation
In legacy Windows environments, drive letters A and B were traditionally reserved for floppy disk drives. While modern computers rarely use them, this is the standard historical answer for computer literacy exams.
-
format all your hard drives
-
permanently delete all files in the Recycle Bin
-
replace the files to the original place where it was deleted from
-
none of the above
C
Correct answer
Explanation
The Restore function in the Recycle Bin moves a selected file back to its original directory. It does not affect the disk structure or permanently delete the data.
-
Floppy Drive
-
CD Drive
-
Hard Disk
-
None of the above
C
Correct answer
Explanation
In Windows operating systems, the C: drive is the default designation for the primary hard disk partition where the operating system is installed.
C
Correct answer
Explanation
SCSI (Small Computer System Interface) is a set of standards for physically connecting and transferring data between computers and peripheral devices, historically supporting multiple devices on a single bus.
-
hard-disk
-
magnetic tape.
-
floppy disk.
-
card punch.
A
Correct answer
Explanation
A hard disk drive is a data storage device that uses magnetic storage to store and retrieve digital information using one or more rigid rapidly rotating disks coated with magnetic material.
-
integrated circuit.
-
chip
-
memory cell.
-
gate
C
Correct answer
Explanation
A memory cell is the fundamental building block of computer memory, capable of storing one bit of information.
-
core memory.
-
PROM
-
EPROM
-
ROM
A
Correct answer
Explanation
Core memory was the primary form of random-access computer memory in the mid-20th century, consisting of small magnetic rings (cores) used to store data.
C
Correct answer
Explanation
A stack operates on the Last-In, First-Out (LIFO) principle, where the last item added is the first one removed. Buffers are generally First-In, First-Out (FIFO) structures.
-
Accumulator
-
Address Register
-
Buffer
-
Memory
B
Correct answer
Explanation
The Program Counter (PC) or Instruction Pointer is the register that holds the address of the next instruction to be executed; in many contexts, this is referred to as an Address Register.
-
CPU
-
ALU
-
Accumulator
-
Buffer
-
Plex
-
Paging Drum
-
Card Punch
-
Optical Mark Reader
B
Correct answer
Explanation
A paging drum is a dedicated high-speed storage device used in early virtual memory systems to hold pages of memory that were swapped out from RAM.
-
Truth table
-
Paging
-
Page table
-
Padding
C
Correct answer
Explanation
A page table is a data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses.
-
Milk Disk
-
Optical disk
-
Hard Disk
-
Mini Disk
-
Punched Paper tape
-
Magnetic Bubble Storage
-
Magnetic tape
-
Magnetic Disk
B
Correct answer
Explanation
Magnetic bubble memory was a type of non-volatile computer memory that used a thin magnetic film to hold bits of data as small magnetized areas, developed in the late 1960s.
-
Accumulator
-
Buffer
-
Memory
-
Latch
D
Correct answer
Explanation
A latch is a basic electronic circuit element that can store a single bit of data temporarily, serving as the fundamental building block for memory cells.