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
-
Magnetic Tape
-
Magnetic Disk
-
Punched Card
-
Plotter
C
Correct answer
Explanation
Punched cards were used for data storage and input in early computing systems long before magnetic storage media like tapes or disks became standard.
-
Extended
-
Expanded
-
Base
-
Conventional
B
Correct answer
Explanation
Expanded memory (EMS) was a technique in DOS-based systems to access memory beyond the 640KB conventional limit by swapping pages into a small window, requiring specific software support.
-
Accumulator
-
CPU
-
Bubble Memory
-
ALU
-
Memory Pool
-
Cache
-
Processor
-
Processor pool
B
Correct answer
Explanation
Cache memory is a high-speed storage layer that holds frequently accessed data so that future requests for that data can be served faster than accessing the main memory.
-
SIMM (Single- in- Line Memory Module)
-
DIMM
-
SODIMM
-
RIMM
C
Correct answer
Explanation
A SODIMM or Small Outline Dual in-line memory module is the smallest version of the DIMM. Laptops and notebooks use this package.
A
Correct answer
Explanation
SCSI (Small Computer System Interface) is a type of a hard disk drive and typically used in network server which includes lots of processing.
-
Air filter
-
Optical head
-
Face plate
-
None of the above
C
Correct answer
Explanation
It is also referred to as bezel. The floppy disk is inserted in the floppy disk drive through this face plate.
-
tracks
-
sector
-
circle
-
round
A
Correct answer
Explanation
The concentic rings known as tracks are required to store the data. The read/ write head moves over the required track and reads the data from the hard disk.
-
AT power connector
-
ATX power connector
-
Molex
-
Mini Berg
C
Correct answer
Explanation
It is a 4 pin power connector which is used to connect to the hard disk drive.
B
Correct answer
Explanation
It is correct because this alphabet is placed on the face of the CD-RW drive. If the speed of the CD drive is specified as 12X, the transfer speed is 12*150 = 1,800kbps.
-
Disk defragmenter
-
Disk management
-
Partition Magic Pro
-
Check disk
C
Correct answer
Explanation
Partition Magic Pro is a system utility that enables you to create and re-size the drives without loss of information. Microsoft provides the basic utilities such as FDISK and FORMAT for disk management. These two utilities enable you to perform the basic tasks such as creating and formatting drives. But using these utilities, you cannot resize or undelete partitions.
C
Correct answer
Explanation
We can make maximum 4 primary partions in a hard disk and minimum 1 primary parition where the window exists.
-
Digital Visual Disk
-
Digital Video Disk
-
Digital Versatile Disk
-
Double Volume Disk
-
program area.
-
output area.
-
working area.
-
input area.
A
Correct answer
Explanation
In early computer architecture terminology, the program area was typically the largest segment of memory allocated to hold the instructions for execution. Other areas like input, output, and working storage were smaller buffers or temporary workspaces.