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
A
Correct answer
Explanation
SIMM stands for Single In-Line Memory Module, which is a type of memory module containing random-access memory used in computers from the early 1980s to the late 1990s. It features pins on one side of the circuit board that connect to the motherboard.
-
Partitioned
-
Sectioned
-
Deleted
-
Inter-sectioned
A
Correct answer
Explanation
Partitioning is the essential first step for a new hard drive, where the physical disk is divided into logical volumes. Once partitioned, each volume can then be formatted with a specific file system to store data.
-
Indirect
-
Implied
-
Immediate
-
Register indexed
C
Correct answer
Explanation
In immediate addressing, the operand is actually part of the instruction itself rather than being a reference to a memory location. This allows the CPU to access the data immediately without performing a separate memory fetch.
B
Correct answer
Explanation
Magnetic bubble memory devices typically had capacities around 1 megabit (such as the Intel 7110). In the context of older computing terminology, 1 megabyte was often cited as the typical practical storage limit for these specialized non-volatile devices.
-
Core memory
-
Card punch
-
Tape drive unit
-
Magnetic disk
C
Correct answer
Explanation
A tape drive unit, also known as a tape transport, is the mechanism used to move magnetic tape across the read/write heads. It is the hardware responsible for accessing data stored on tape media.
-
Direct
-
Sequential
-
Random
-
All of the above
-
None of these
B
Correct answer
Explanation
Cassette tapes are linear storage media, meaning the data must be accessed in the order it was recorded. This is known as sequential access, where you must pass through previous records to reach a specific one. Direct and random access allow jumping to any part of the data immediately, which tapes cannot do.
-
Accumulator
-
Buffer
-
Memory
-
Latch
-
None of these
D
Correct answer
Explanation
A latch is a basic electronic circuit used to store one bit of information. It remains in a specific state (0 or 1) until a signal changes it, acting as a temporary memory cell. Accumulators and buffers are larger structures that use multiple latches or flip-flops.
-
Milk disk
-
Optical disk
-
Hard disk
-
Mini disk
-
tape drive
-
pit
-
electromagnet
-
laser
C
Correct answer
Explanation
Floppy disks and hard drives use magnetic storage technology, where the read/write head contains an electromagnet. This magnet changes the polarity of magnetic particles on the disk surface to represent binary data. Optical drives, by contrast, use lasers to read pits and lands.
-
Registers
-
Logic units
-
Both (1) and (2)
-
None of these
A
Correct answer
Explanation
Registers are the smallest and fastest type of memory in a computer, located directly inside the CPU. They hold the data and instructions that the processor is currently working on to ensure immediate access. Because they are part of the CPU architecture, they operate at the processor's full speed.
-
volatility
-
swapping
-
pipelining
-
none of these
-
RAM
-
PROM
-
CD ROM
-
None of these
C
Correct answer
Explanation
A CD-ROM is a secondary storage device used for long-term data storage and distribution. RAM and PROM are types of primary memory used for immediate data processing and firmware storage. Secondary storage is non-volatile and typically has a much larger capacity than primary memory.
-
ROM
-
Hard disk
-
Floppy disk
-
None of these
A
Correct answer
Explanation
ROM (Read-Only Memory) is considered primary storage because it is directly accessible by the CPU and contains essential startup instructions. Hard disks and floppy disks are secondary storage devices used for long-term data retention. Primary storage is typically faster and necessary for the computer's basic operation.
-
EPROM
-
CACHE
-
Hard-disk
-
None of these
C
Correct answer
Explanation
A hard disk is a non-volatile storage device used to store large amounts of data permanently. Unlike RAM or Cache, which lose their data when power is removed, the hard disk keeps files and programs safe for long-term use. EPROM is used for firmware, but not for general long-term data storage like a hard drive.