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
C
Correct answer
Explanation
In coincident-current core memory, each core is threaded by 4 wires: 2 X wires (row selection), 2 Y wires (column selection), plus sense and inhibit lines that can be shared. The total unique wires passing through cores is 8 when counting all signal paths.
-
floppy disk
-
magnetic tape
-
hard disk
-
all of the above
C
Correct answer
Explanation
Hard disks provide the fastest information retrieval among the options because they use spinning platters with movable read/write heads that can rapidly access any sector. Floppy disks are slower due to lower rotational speeds and mechanical limitations, while magnetic tape is sequential access only, making it the slowest for random retrieval.
-
adds to the contents of the location
-
causes variation in its address number
-
is known as a readout operation
-
is destructive of previous contents
-
Need for external memory
-
Need for ROM
-
Frequent Disk I/O's
-
Need for wider data path
C
Correct answer
Explanation
Larger RAM reduces the need for frequent disk I/O operations because more data and programs can reside in fast memory. When RAM is insufficient, the system must swap data to disk (thrashing), which is significantly slower than RAM access. Eliminating frequent disk I/Os improves overall processing speed.
-
Control unit
-
ALU
-
CPU
-
Permanent Memory
D
Correct answer
Explanation
Volatile memory (RAM) loses its contents when power is turned off. Therefore, users must save important data to permanent storage (hard disk, SSD, or other non-volatile media) before shutting down. The CPU, ALU, and Control Unit are processing components, not storage destinations.
-
Laser
-
Master
-
Visa
-
Optical
-
Epoch delay
-
Latency Delay
-
Seek time
-
Approach time
C
Correct answer
Explanation
Seek time is the correct term for the time required for the read/write head to move across the disk surface and position itself over the correct track. This is different from rotational latency (waiting for the desired sector to rotate under the head) or total access time (seek time + latency).
-
Address space
-
Overlay storage
-
Secondary storage
-
Scratched memory
A
Correct answer
Explanation
Address space refers to the total range of memory addresses that a CPU can generate based on its address bus width (for example, a 32-bit CPU can address 2^32 = 4GB). This 'virtual' address space can exceed the actual physical RAM installed through techniques like paging and virtual memory, allowing more addressable memory than physically exists.
-
Array
-
Memory Cell
-
Random Access Memory
-
Cache Memory
-
Read-Only Memory
D
Correct answer
Explanation
Cache Memory is used by the CPU of a computer to reduce the average time to access data from the main memory.
-
PROM
-
EPROM
-
External memory
-
Flash memory
-
Floppy disk
D
Correct answer
Explanation
Flash memory includes a field effect transistor having a selection gate, a floating gate, a source and a drain.
-
Tape drive
-
Optical storage
-
Flip flop storage
-
Floppy drive
-
None of these
D
Correct answer
Explanation
The design of a floppy disk is similar to that of a hard drive. It operates on the principle of magnetic recording and uses magnetic heads for data storage and retrieval from the rotating magnetic media.
-
Direct memory access
-
Digital to analog converter
-
Analog to digital converter
-
Trackball
-
Joystick
A
Correct answer
Explanation
Direct memory access is the way to move information directly to the memory of a PC, by bypassing its processor.
-
Disk drive
-
Floppy drive
-
C: Drive
-
MPEG
-
Case Mod
C
Correct answer
Explanation
It is the default drive in the computer which is basically used to store program files.
-
Clusters
-
Tracks
-
Sectors
-
Packs
-
_
C
Correct answer
Explanation
Sectors are segments of a track on a hard disk that have a capacity of 512 bytes.
-
Secondary memory
-
Registers
-
RAM
-
ROM
-
_
B
Correct answer
Explanation
A register is a small set of data holding places that are part of a computer processor.