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
-
Disk memory
-
Main memory
-
Secondary memory
-
Tape memory
-
None of these
B
Correct answer
Explanation
RAM of the computer is also known as main memory. Random Access Memory is the memory that the computer uses to temporarily store the information.
-
hard drive
-
ROM
-
dashboard
-
clipboard
-
None of these
D
Correct answer
Explanation
It is a temporary storage medium in which we can copy and paste the item from one place to another.
-
bytes
-
tracks
-
CDs
-
kilobytes
-
None of these
B
Correct answer
Explanation
It is a physical division of data in a disk drives. It is divided into horizontal lines.
-
RAID 1
-
RAID 5
-
RAID 0
-
RAID 2
-
RAID 4
C
Correct answer
Explanation
This technology is popular for video and image production and editing, pre-press applications and other applications requiring high bandwidth.
-
Disk mirroring
-
Disk duplexing
-
Parity checking
-
Disk striping
-
Data modeling
A
Correct answer
Explanation
This is the process in RAID technology that refers to writing the same data to two disk drives connected to the same controller.
-
associative memory
-
content addressable storage
-
both (1) and (2)
-
none of these
-
CDs
-
ROM
-
Hard disks
-
Floppies
C
Correct answer
Explanation
Hard disks provide substantially greater storage capacity compared to optical media (CDs), solid-state ROM chips, or floppy disks. A modern hard drive offers terabytes of storage, whereas CDs hold ~700MB, floppies max at 1.44MB, and ROM provides minimal megabyte-scale capacity. Hard disks remain the highest-capacity consumer storage option.
-
memory area
-
job memory
-
job slot
-
job area
-
memory partition
E
Correct answer
Explanation
Memory partition is the correct answer.
-
floppy disk
-
hard disk
-
backing store
-
video cards
-
None of these
C
Correct answer
Explanation
Backing store can make a copy of all information stored on a disk and restore the entire disk or selected files.
-
down time
-
seek time
-
rotational delay
-
access time
-
None of these
C
Correct answer
Explanation
Rotational delay is the amount of time it takes for the disk to rotate until the required location on the disk reaches the read/write head.
-
SRAM
-
DRAM
-
ROM
-
All of the above
-
-
B
Correct answer
Explanation
Dynamic Random Access memory: It is the memory that requires refreshing every few milliseconds. It stores each bit of data in a separate capacitor within an integrated circuit.
-
Keyboard
-
ALU
-
disk
-
All of the above
-
None of these
C
Correct answer
Explanation
It is a storage device, which is used to store data or information. CD, DVD, Hard disk or floppy are types of disks.
-
CPU
-
buffer
-
packing
-
None of these
-
-
C
Correct answer
Explanation
It is container for data to be stored. It is a bag that contains items, or a set of things agreed to as a whole. In packing, data is packed in such a way that large amount of data can be stored on a small space.
B
Correct answer
Explanation
Primary memory (RAM, cache) is much faster than secondary memory (hard disk, tape, SSD). The statement claims secondary is faster, which is false. Primary memory has direct CPU access and uses volatile but fast technology.
-
RAM
-
Magnetic tape
-
ROM
-
PROM
B
Correct answer
Explanation
Magnetic tape is secondary (auxiliary) storage - it stores data permanently but has slow access. RAM is primary volatile memory, ROM is primary non-volatile memory, and PROM is a type of ROM. Secondary memory includes hard disks, tapes, and external storage.