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
-
ADD instruction
-
ADD with Carry
-
ADD immediate
-
LXI instruction
B
Correct answer
Explanation
ADD with carry instruction will add the specified byte, either in a register or in the address contained by the H & L registers, and the value of the Carry bit, into the accumulator.
-
Increment instruction
-
Decrement instruction
-
Register pair instruction
-
None of these
B
Correct answer
Explanation
Decrement instruction provides a quick means of subtracting one from the content of a register or a memory location.
-
Intrasegment indirect
-
Intrasegment direct
-
Intersegment direct
-
Intersegment indirect
A
Correct answer
Explanation
Intrasegment indirect, the effective branch having the content of register or memory location is accessed by using any of the data related addressing modes expect the immediate mode.
-
hard disks
-
diskettes
-
templates
-
high density disks
-
None of these
B
Correct answer
Explanation
A floppy disk, also called a diskette, is a disk storage medium composed of a disk of thin and flexible magnetic storage medium.
-
Buddy System
-
Bridgeware
-
Broadband Coaxial System
-
All of the above
-
None of these
A
Correct answer
Explanation
Buddy Systems are used for splitting memory into different parts which is why it is used for implementing a memory management system.
-
acoustic couple
-
access arm
-
cluster
-
All of the above
-
None of these
B
Correct answer
Explanation
Access arm moves the read/write head across the surface of the disk of a phonograph.
-
Thrashing
-
Spooling
-
Swapping
-
All of the above
-
-
C
Correct answer
Explanation
Swapping is a technique, which enables the computer to execute programs and manipulate data files larger than the main memory.
-
Cache
-
Floppy disk
-
Magnetic disk
-
Swapping device
-
-
C
Correct answer
Explanation
Magnetic disks have the highest access time among others, which is 50 to 150 nanoseconds.
B
Correct answer
Explanation
ROM (Read-Only Memory) is 'essentially empty' in the sense that it contains no user-writable or changeable content - it's pre-programmed during manufacturing and cannot be modified by normal use. RAM can be written to, EPROM can be erased and reprogrammed, PROM can be programmed once. Only ROM is permanently fixed.
C
Correct answer
Explanation
PROM (Programmable Read-Only Memory) can be written only once by the user using special equipment. After programming, it becomes permanent and non-volatile like ROM. RAM is volatile, ROM is pre-programmed, and EEPROM can be rewritten multiple times.
A
Correct answer
Explanation
ROM (Read-Only Memory) is programmed during manufacturing and cannot be changed afterward. It contains permanent instructions and data that the computer needs to boot up. Unlike PROM, it's not user-programmable.
-
direct
-
random
-
sequential
-
All of above
C
Correct answer
Explanation
Cassette tapes use sequential access because data must be read in the order it was written - you must fast-forward or rewind to reach specific locations. Unlike disks, you cannot jump directly to any point on the tape.
A
Correct answer
Explanation
RAM is volatile memory that loses its contents when power is turned off. ROM, EPROM, and PROM are all non-volatile storage types that retain data even without power.
-
avoidance of dust
-
avoiding sun light
-
work is AC room
-
All of the above
D
Correct answer
Explanation
Disk drives require protection from dust (can cause head crashes), sunlight (heat damage), and temperature extremes (AC rooms maintain optimal operating conditions). All precautions are equally important for disk longevity.
A
Correct answer
Explanation
ROM (Read-Only Memory) is non-volatile and permanently stores data that cannot be modified under normal operation. RAM, EPROM, and EROM (though EROM is an unusual term) are either volatile or erasable.