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

Multiple choice
  1. Duplicate database

  2. Flash recovery area

  3. Proxy archived log backups

  4. Automatic datafile creation

  5. One-safe

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It is a directory, file system or automatic storage management disk group that serves as the default storage area for files related to recovery.

Multiple choice
  1. RAID level 0

  2. RAID level 1

  3. RAID level 5

  4. Registration of database

  5. RAID level 3

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Disk controllers can detect whether a sector has been read correctly, so the single parity bit can be used for error correction as well as for detection.

Multiple choice
  1. Permanent Random Oriented Memory

  2. Permanent Read Only Memory

  3. Programmable Read Only Memory

  4. Permanent Random Only Memory

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PROM stands for Programmable Read Only Memory, a type of non-volatile memory that can be programmed once after manufacture. Unlike ROM which is programmed during fabrication, PROM comes blank from the factory and can be written to once using specialized programming equipment. After programming, the data cannot be modified.

Multiple choice
  1. Memory

  2. Cache

  3. Main memory

  4. Magnetic tape

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Magnetic tape provides the highest storage capacity (often terabytes) among storage media but has the slowest access time due to sequential access requiring physical tape movement. This creates a fundamental trade-off in storage hierarchy: tape maximizes capacity and minimizes cost per GB, while cache and RAM prioritize speed over capacity. The storage pyramid places tape at the bottom for bulk archival.

Multiple choice
  1. ROM

  2. DRAM

  3. SRAM

  4. PROM

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

DRAM (Dynamic RAM) stores each bit in a capacitor that holds an electric charge. Since capacitors gradually leak charge, DRAM requires periodic refreshing to rewrite the data and prevent information loss. SRAM uses flip-flops and doesn't need refreshing, while ROM and PROM are non-volatile memory types that retain data without power and don't require refreshing.

Multiple choice
  1. A tool to stop an input device from interacting with an output device.

  2. A tool which stops the functioning of RAM.

  3. A set of items handed as one unit in storage and retrieval.

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A block is a fixed-size unit of data storage and retrieval, typically consisting of multiple bytes or items handled as a single entity. Files are stored as sequences of blocks on disk, and read/write operations often transfer entire blocks for efficiency rather than individual items. Block sizes vary by system but are commonly 512 bytes, 1KB, or 4KB.

Multiple choice
  1. CD-ROM

  2. DVD-RAM

  3. RAID drive

  4. Magnetic tape

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Magnetic tape offers the lowest cost per gigabyte for backup storage, making it economical for archiving large datasets. While optical media have low per-disc costs, their limited capacity (700MB for CD, 4.7GB for DVD) makes them more expensive per GB for substantial backups. RAID systems provide fast access but significantly higher cost per unit of storage.

Multiple choice
  1. immediate window

  2. clipboard

  3. work area

  4. dialog box

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The clipboard is a temporary storage area in memory that holds data cut or copied from one location so it can be pasted elsewhere. The immediate window is for debugging code, work area is not standard terminology, and a dialog box is a UI element for user interaction - none are temporary storage like the clipboard.

Multiple choice
  1. CDROM

  2. DVDROM

  3. Floppy

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Floppy disks use magnetic read/write heads that physically contact the disk surface to read and write data, similar to hard drives. CDROM and DVDROM are optical media that use laser beams, not magnetic heads. A read/write head is characteristic of magnetic storage technology.