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 general knowledge science & technology
  1. Measure of Computer's speed.

  2. Measure of Hard disk capacity

  3. Measure of data stream that passed over the network

  4. Measure of Hard Disk access speed

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

MIPS (Million Instructions Per Second) is a measure of computer processor speed, indicating how many instructions a CPU can execute per second. It's not related to hard disk capacity, network traffic, or disk access speed - those use different metrics.

Multiple choice general knowledge science & technology
  1. Cache

  2. Hard drive

  3. RAM

  4. ROM

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

RAM (Random Access Memory) is volatile memory - it requires continuous power to maintain data and loses all stored information when power is turned off. Cache is volatile too but is a type of RAM, hard drives and ROM are non-volatile storage that retain data without power.

Multiple choice general knowledge science & technology
  1. On the hard drive

  2. On a diskette

  3. On a USB drive

  4. On a flash memory chip

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

BIOS (Basic Input/Output System) is stored on a flash memory chip on the computer's motherboard. This allows it to be non-volatile (retained when power is off) while also being updateable through 'flashing.' The BIOS is NOT stored on removable media like hard drives, diskettes, or USB drives - it must be permanently accessible during boot.

Multiple choice general knowledge science & 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 the highest storage capacity among the options listed. A standard Blu-ray disc holds 25 GB (single-layer) or 50 GB (dual-layer). By comparison, DVDs hold 4.7 GB (single-layer) or 8.5 GB (dual-layer), CDs hold 700 MB, and floppy diskettes hold only 1.44 MB. Blu-ray uses blue-violet laser technology with a shorter wavelength (405 nm) than DVDs' red laser (650 nm), allowing for more data storage on the same disc size.

Multiple choice general knowledge science & 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 is the Windows utility that allows you to view and modify drive partition information. You can access it by right-clicking 'This PC' and selecting 'Manage,' then choosing 'Disk Management,' or by typing 'diskmgmt.msc' in the Run dialog. Chkdsk checks for file system errors, Scandisk is an older version of Chkdsk, and Device Manager shows hardware devices but not detailed partition layouts.

Multiple choice general knowledge science & technology
  1. 32MB

  2. 64MB

  3. 128MB

  4. 256MB

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

The correct answer is B (64MB) because Microsoft officially specified 64MB RAM as the minimum requirement for Windows XP, though 128MB or more was recommended for acceptable performance. Windows XP was more resource-intensive than earlier Windows versions like Windows 98 (which could run on 32MB).

Multiple choice general knowledge science & technology
  1. Dell

  2. Microsoft

  3. Conner

  4. Seagate

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

The question asks which company IS currently a hard disk drive manufacturer. Seagate is one of the major HDD manufacturers still in operation. Dell is a computer assembler (not a component manufacturer), Microsoft is a software company, and Conner Peripherals was acquired by Seagate in 1996 and no longer exists as an independent company.

Multiple choice general knowledge
  1. Maxtor

  2. Seagate

  3. Samsung

  4. NOne

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

Seagate's tagline 'We turn on ideas' was used in their storage and hard drive marketing campaigns. The slogan emphasizes innovation and enabling technology. This tests brand slogan recognition.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

During the boot process, the bootstrap loader loads the kernel into main memory so it can take control of the system. The kernel remains resident in memory as long as the system runs, managing all system resources and operations. This is a fundamental step in initializing any Unix-like operating system.

Multiple choice general knowledge science & technology
  1. Channel

  2. Buffer

  3. Register

  4. Core

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

A buffer is a temporary storage area used to hold data during I/O operations. When data is transferred between the CPU and slower I/O devices, the buffer smooths out timing differences and allows the CPU to continue working without waiting for each I/O operation to complete.