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. Standard formatting

  2. HD drilling

  3. Low-level formatting

  4. High-level formatting

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

When recycling PCs for reuse, low-level formatting is the most appropriate method to ensure data is gone. Low-level formatting overwrites the entire disk surface, making data unrecoverable. Standard formatting only clears the file system table, and high-level formatting is not a standard term. HD drilling destroys the disk, preventing reuse.

Multiple choice
  1. corrupted music file

  2. virus on USB drive

  3. incorrect boot sequence

  4. bad juju

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

The OS not found error occurs because the computer tried to boot from the USB drive instead of the hard drive. This happens when the boot sequence has USB before the hard drive. A corrupted file or virus wouldn't cause this specific boot error.

Multiple choice
  1. Reinstall the drive

  2. Patch the OS

  3. Upgrade the driver

  4. Flash the BIOS

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

When a system fails to recognize the full capacity of a newly installed large hard drive, it is often due to outdated motherboard firmware. Flashing the BIOS updates the system's low-level hardware support, allowing it to correctly address and recognize larger storage capacities.

Multiple choice
  1. eSATA

  2. IEEE 1394

  3. SATA

  4. EIDE

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

The eSATA (external Serial ATA) interface is specifically designed to connect external storage drives at speeds comparable to internal SATA drives. Standard SATA and EIDE are internal interfaces, making them unsuitable for external connections without an enclosure.

Multiple choice
  1. Two 500 GB SATAZ hard drives used in a JBOD array

  2. Two 500 GB SATAZ hard drives in a hardware RAID 0

  3. Two 500 GB SATAZ hard drives in a hardware RAID 1

  4. Two 500 GB SATAZ hard drives in a software RAID 0

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

RAID 0 stripes data across multiple drives, providing the fastest read and write speeds, which is ideal for demanding tasks like video editing. Hardware-based RAID is superior to software-based RAID because it offloads the processing overhead from the CPU to a dedicated RAID controller.

Multiple choice
  1. The RAM

  2. The ROM

  3. All information

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

RAM is volatile memory, meaning it requires electrical power to maintain its data. When you turn a computer off, everything stored in the RAM is lost, while data in non-volatile memory like ROM remains intact.

Multiple choice
  1. Read only memory

  2. reminder over memory

  3. Resting on memes

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

ROM stands for Read-Only Memory, which is non-volatile storage used to store the computer's startup instructions (BIOS). Unlike RAM, the data stored in ROM cannot be easily modified or written to. The other options are simply made-up phrases.

Multiple choice
  1. Random access memory

  2. reality access memory

  3. The same as whatever ROM is

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

RAM stands for Random Access Memory, which serves as the computer's primary volatile workspace. It temporarily holds data and programs currently in use by the CPU so they can be accessed quickly. Unlike ROM, RAM is volatile and loses its contents when the computer is powered off.

Multiple choice
  1. Kernel space and Hyperspace

  2. User space

  3. User space and Kernel space

  4. Kernel space and cyberspace

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

Operating systems manage resources and enforce security by separating memory into User space (for applications) and Kernel space (for core OS functions).

Multiple choice
  1. Non-volatile memory that retains data without power

  2. Volatile memory that loses information without power

  3. Temporary memory used to store things for quick access

  4. Long Term Memory to store permanent data and can't be edited

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

Flash memory is a type of non-volatile storage that can be electrically erased and reprogrammed, meaning it retains data even when the power is turned off.