Computer Knowledge

Computer Memory and Storage

2,121 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 networking
  1. CD-ROM

  2. Optical Drives

  3. Server Hard Drives

  4. Tape

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

Tape backup has historically been the most common form of backup due to its low cost per gigabyte, portability, and reliability for long-term archival storage. Tape allows for high-capacity, sequential access storage ideal for backup operations. While disk and optical backups are used, tape dominated enterprise backup for decades.

Multiple choice server windows-2000
  1. Create a striped volume

  2. Create a single volume on disk one and extend the volume to create a spanned volume

  3. Create a RAID 5 volume

  4. Mount the roots of Disk 2 and 3 in the root folder of Disk 1

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

A striped volume (RAID 0) spreads data across multiple disks in parallel, significantly improving read/write performance for applications that handle many small files. This is ideal for the described scenario where a custom application writes numerous temporary files. Spanned volumes (Option B) provide no performance benefit as they simply concatenate disk space. RAID 5 (Option C) offers redundancy but slower write performance due to parity calculations. Mount points (Option D) are for organization, not performance improvement.

Multiple choice server windows-2003
  1. Disable disk quotas

  2. Enable disk quotas

  3. Enable disk quotas and set the disk quota warning level.

  4. Enable the disk quota warning level only

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

Enabling disk quotas allows an administrator to monitor and limit disk space usage. To track usage without denying access, you enable the quotas but do not check the 'Deny disk space to users exceeding quota limit' option. Setting a warning level helps in tracking and notification.

Multiple choice server windows-2003
  1. Allows you to configure unlimited number of volumes per disk.

  2. Enables you to set aside space to arrange data.

  3. Enables you to combine noncontiguous unallocated space into one partition.

  4. Enables you to create fault-tolerant disks.

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

Basic disks allow you to set aside space (partition space) to arrange data by creating primary and extended partitions. Option A is false because basic disks support limited volumes (4 primary partitions or 3 primary + 1 extended). Options C and D describe dynamic disk features (spanned volumes and fault-tolerant RAID).

Multiple choice server windows-2003
  1. Move all the dynamic disks containing parts of the volume to another Windows Server 2003 computer and import the disks in the disk group on the target computer.

  2. Use the Disk Management utility to recover the volume on Server1.

  3. Import some of the dynamic disks of the volume into another disk group on Server1.

  4. Move some of the disks containing parts of the volume to another computer and delete the volume on Server1.

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

When a volume spans multiple dynamic disks and the host server fails, you must move ALL disks containing parts of the volume to another Windows Server 2003 computer, then import the foreign disks. The Disk Management utility on the target computer will recognize the volume structure. Moving only some disks (D) or using disk recovery on the failed server (B) will not work.

Multiple choice server windows-2003
  1. create a copy of the System State data.

  2. create two sets of backups.

  3. install the Recovery Console as a startup option.

  4. keep the installation CD at an easily accessible location.

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

Creating two sets of backups provides redundancy - if one backup set is damaged, corrupted, or lost, you have another set available for recovery. System State data alone (A) is insufficient for full disaster recovery. Recovery Console (C) helps repair systems but doesn't protect against data loss. Installation media (D) is needed but doesn't constitute a backup strategy.

Multiple choice general knowledge
  1. Response Time

  2. Access Time

  3. Quick Time

  4. None of the Above

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

Access time refers to the time delay between a request for data and the moment the data begins to be delivered. It specifically measures how long the storage device takes to locate and begin retrieving the requested file. Response time is broader (system reaction), Quick Time is a media format, not a storage metric.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

DDR (Double Data Rate) is a memory technology that transfers data on both the rising and falling edges of the clock signal, effectively doubling the data transfer rate compared to older Single Data Rate (SDR) memory. This synchronous timing mechanism is why it's called Double Data Rate, and it became the standard for computer RAM in the early 2000s.

Multiple choice general knowledge science & technology
  1. Laser

  2. Magnetic

  3. Light

  4. Chemical

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

Hard disk drives use magnetic storage technology where data is encoded on magnetic platters using read/write heads. Laser technology is used in optical drives (CD/DVD), light is used in fiber optics, and chemical storage is not a standard computer storage mechanism.