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
-
1 only
-
1 and 2 only
-
2 and 3 only
-
1, 2 and 3
B
Correct answer
Explanation
Blu-ray Disc (official abbreviation BD) is anoptical disc storage medium. The name Blu-ray Disc refers to the blue laser used to read the disc, which allows information to be stored at a greater density than is possible with the longer-wavelength red laser used for DVDs. DVD supports Standard Definition video while BD supports High Definition video.
Parameters
Blu-ray
Storage capacity---25GB (single-layer) and 50GB (dual-layer)
Laser wavelength------405nm (blue laser)
Numerical aperture (NA)--0.85
Disc diameter------120mm
Disc thickness----1.2mm
DVD
Storage capacity---4.7GB (single-layer) and 8.5GB (dual-layer)
Laser wavelength---650nm (red laser)
Numerical aperture (NA)---0.60
Disc diameter----120mm
Disc thickness----1.2mm
-
Look through design
-
Look aside design
-
Write through
-
Write back
-
Write once
A
Correct answer
Explanation
The communication between CPU and cache is through a separate bus, which is isolated from the main system bus.
-
Program counter
-
Instruction register
-
Memory address register
-
I/O address register
-
I/O buffer register
A
Correct answer
Explanation
It contains an address of an instruction to be fetched.
-
Direct Addressing Mode
-
Immediate Addressing Mode
-
Synchronous
-
Asynchronous
-
Indirect Addressing Mode
E
Correct answer
Explanation
The effective address of the operand is the contents of a register or memory location whose address apears in the instructions.
-
Direct mapping
-
Asociative mapping
-
Set associative mapping
-
Cache memory
-
Memory interleaving
E
Correct answer
Explanation
It divides the system into a number of modules and arranges them so that successive words in the address space are place in different modules.
C
Correct answer
Explanation
2^12=4096. So 12 address lines are reqiured to access 4KB
-
LIFO
-
FIFO
-
GIGO
-
PIPO
-
WYSIWYG
B
Correct answer
Explanation
FIFO stands for First In First Out. A queue is a FIFO data structure.
-
the magnet will rust
-
the magnet will become weaker
-
the information in the disk may get erased
-
the magnet will break the disk
C
Correct answer
Explanation
You should not store a CD near a magnet because the information in the disk may get erased.
-
Saving temporary internet files
-
Saving HTML pages
-
Saving process data
-
Storing TLB
-
Saving device drivers
C
Correct answer
Explanation
Swap space is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space. While swap space can help machines with a small amount of RAM, it should not be considered a replacement for more RAM. Swap space is located on hard drives, which have a slower access time than physical memory.
-
reading
-
writing
-
controlling
-
handshaking
-
None of these
B
Correct answer
Explanation
A storage medium (media is the plural) is the physical material on which items are kept. A storage device is the computer hardware that records and retrieves items to and from a storage medium. Storage devices can function as sources of input and output. When storage devices transfer items from memory to a storage medium – a process called Writing when putting data into a storage location.
-
DVD
-
Hard Disk
-
Floppy Disk
-
Mouse
-
None of these
D
Correct answer
Explanation
It is a user output device. Its not used to store the any kind of data.
-
logic
-
storage
-
input devices
-
output devices
-
software
B
Correct answer
Explanation
Memory is used to store the all kinds of data. There can be different kinds of memories to store data.
-
CD-R
-
CD-RW
-
DVD
-
VCD
-
CD-ROM
C
Correct answer
Explanation
DVD stands for Digital Versatile Disc. A DVD has 4.7gb of capacity or almost 7 times that of a standard CD.
-
Control word
-
Microroutine
-
Microprogram memory
-
Either Control word or Microprogram memory
-
None of these
B
Correct answer
Explanation
This is a sequence of control words corresponding to the control sequence of a machine instruction that constitutes the micro routine for that instruction.
-
hardwired control
-
fetch phase
-
execution phase
-
either hardwired control or execution phase
-
none of these
B
Correct answer
Explanation
In fetch phase, the contents of the memory location pointed by the program counter are fetched and loaded into the instruction register.