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 technology programming languages
  1. True

  2. False

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

In Windows GDI, memory device contexts (created with CreateCompatibleDC()) are valid device context types. They allow off-screen drawing operations and bitmap manipulation. Memory DCs work with screen contexts for double-buffering and other graphics operations.

Multiple choice technology storage
  1. 4TB

  2. 8TB

  3. 16TB

  4. 32TB

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

Celerra is an EMC NAS (Network Attached Storage) product that supports file systems up to 16TB in size. This is a hardware specification limit for the Celerra platform. Option A (4TB) and B (8TB) are below the actual maximum, while D (32TB) exceeds it.

Multiple choice technology storage
  1. can be reclaimed.

  2. cannot be reclaimed.

  3. Abort the sessions and resync.

  4. All the above

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

Unused SaveVol space can be reclaimed to free up storage resources. When sessions become problematic or stale, aborting them and performing a resynchronization operation is a valid recovery approach to maintain data consistency.

Multiple choice technology
  1. Blu-ray

  2. CD

  3. DVD

  4. Floppy diskette

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

Blu-ray discs have significantly higher storage capacity (25GB single-layer, 50GB dual-layer) compared to DVDs (4.7-8.5GB), CDs (700MB), and floppy diskettes (1.44MB). The dual-layer Blu-ray can store up to 50GB of data, making it the highest-capacity optical media format among the options listed.

Multiple choice technology
  1. Chkdsk

  2. Disk Management

  3. Device Manager

  4. Scandisk

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

Disk Management (diskmgmt.msc) is the Windows utility that provides a graphical interface for viewing and managing disk partitions, including creating, deleting, formatting, and resizing partitions. Chkdsk is for filesystem integrity checking, Device Manager manages hardware drivers, and Scandisk is an older version of Chkdsk.

Multiple choice technology
  1. 32MB

  2. 64MB

  3. 128MB

  4. 256MB

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

Microsoft Windows XP had a minimum requirement of 64MB RAM, though 128MB or higher was strongly recommended for acceptable performance. The system could technically run with 64MB, but would experience significant slowdowns with modern applications. The 64MB requirement was a downgrade from Windows 2000 which required more.

Multiple choice technology
  1. 32MB

  2. 64MB

  3. 128MB

  4. 256MB

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

Microsoft Windows XP had a minimum requirement of 64MB RAM, though 128MB or higher was strongly recommended for acceptable performance. The system could technically run with 64MB, but would experience significant slowdowns with modern applications. The 64MB requirement was a downgrade from Windows 2000 which required more.

Multiple choice technology storage
  1. Parity distribution across four drives

  2. dual partity distribution on 16-drives

  3. partiy distribution on four to sixteen drives

  4. dual partiy distribution across 4 to 16-drive

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

RAID6 uses dual parity schemes to provide fault tolerance against two simultaneous drive failures. It requires a minimum of four drives to implement and can scale up to 16 drives while maintaining the dual parity protection.

Multiple choice technology storage
  1. 96% less energy per TB than 15k rpm FC drives

  2. 32% less energy than traditional 7.2K rpm 1TB SATA drives

  3. all of the above

  4. none of the above

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

SATA II (Serial ATA) drives are designed for high-density storage with lower power consumption compared to Enterprise Fibre Channel (FC) or high-speed SAS drives. They significantly reduce energy per Terabyte and utilize power-management features to outperform traditional 7.2K RPM drives in efficiency, making 'all of the above' the correct technical summary of their benefits.

Multiple choice technology storage
  1. True

  2. False

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

Flash drives (SSDs) are significantly lighter than traditional Fibre Channel hard disk drives because they have no moving parts, no spinning platters, and no mechanical actuator arms. They use solid-state memory chips instead of mechanical components, making them much lighter and more compact.