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
B
Correct answer
Explanation
Seagate has been one of the largest manufacturers of hard disk drives for decades. While the market has consolidated with companies like Western Digital and Toshiba, Seagate remains a major player in storage technology, producing HDDs for computers, servers, and data centers.
-
00000 to 9ffff(16)
-
00001 to 9ffff(16)
-
00010 to 9ffff(16)
-
10000 to 9ffff(16)
A
Correct answer
Explanation
The 20-bit address bus in IBM PC architecture allows addressing from 00000h to 9ffffh, covering 640KB of conventional memory. This is the standard memory addressing range for DOS-based systems.
-
set of wires
-
set of circuits
-
large number of cells
-
all of these
C
Correct answer
Explanation
Computer memory is composed of millions of tiny memory cells, with each cell capable of storing one bit of information as either a 0 or 1. These cells are organized into larger units like bytes and words.
-
Floppy disk
-
Hard disk
-
Compact disk
-
Magneto optic disk
B
Correct answer
Explanation
Hard disks provide the highest storage capacity among these options. Modern hard disks can store terabytes of data, whereas floppy disks store only megabytes, CDs typically store 650-700MB, and magneto-optical disks offer limited capacity compared to hard drives.
-
Mechanical
-
Electrical
-
Electro magnetic
-
Laser
D
Correct answer
Explanation
Compact disks use laser technology to read data. The disk surface contains microscopic pits and lands that represent binary data, and a laser beam reflects off these patterns to read the information.
-
data only
-
programs only
-
results only
-
all of these
D
Correct answer
Explanation
Primary memory (RAM) is the computer's main working memory and stores all types of active information: the programs currently running, their data, and intermediate results during processing. This is why it needs to be fast and directly accessible to the CPU.
-
erasing the contents of ROM
-
reconstructing the contents of ROM
-
erasing and reconstructing the contents of ROM
-
duplicating ROM
-
Floppy disk
-
Hard disk
-
Tape drive
-
CD-ROM
-
None of these
-
hard disk
-
cache memory
-
RAM
-
registers
-
None of these
-
flash memory
-
CMOS
-
bays
-
buses
-
peripherals
D
Correct answer
Explanation
Buses are the electrical pathways that enable data transfer between the CPU, memory, and other components on the motherboard. Flash memory is storage, CMOS is BIOS memory, bays house drives, and peripherals are external devices. Only buses serve as the communication highway within the motherboard itself.
-
RAM
-
ROM
-
CPU
-
Flash memory
-
CD-ROM
-
ROM
-
hard drive
-
diskette
-
clipboard
-
dashboard
D
Correct answer
Explanation
When cutting and pasting, the item cut is temporarily stored in the clipboard.
-
a random-access medium
-
a sequential-access medium
-
a read-only medium
-
fragile and easily damaged
-
an expensive storage medium
B
Correct answer
Explanation
Magnetic tape is a sequential-access medium, meaning data must be read in order - to reach a specific point, you must fast-forward through all preceding data. This makes it impractical for applications requiring quick random access to specific data items. Random-access media (like disks) can directly access any location, while sequential nature is tape's fundamental limitation for quick data retrieval.
-
Cache memory is faster than main memory.
-
Cache memory stores data for temporary use.
-
Cache memory consumes less access time as compared to main memory.
-
All of the above
-
Only (1) and (3) are true
D
Correct answer
Explanation
All of the are true statement about Cache memory.
-
Program Counter (PC)
-
Stack Pointer (SP)
-
Storage registers
-
Flags
-
None of these
B
Correct answer
Explanation
Yes, Stack Pointer (SP) points to a memory location in read/write memory known as stack. It is known as memory pointer.