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 general knowledge science & technology
  1. Copy Disc Read-Only Memory

  2. Carbon Disc Read-Only Memory

  3. Compact Disc Read-Only Memory

  4. Com Disc Read-Only Memory

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

CD-ROM stands for Compact Disc Read-Only Memory. It's a type of optical disc that contains data that can be read but not written to. 'Compact' refers to the physical format, 'Disc' is the medium, and 'Read-Only Memory' describes its data access characteristics.

Multiple choice general knowledge science & technology
  1. DB-15

  2. Molex

  3. PS/2

  4. RJ-11

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

Molex connectors are the standard 4-pin power connectors used to supply power to CD-ROM drives, DVD drives, and other internal drives in computers. DB-15 is for video/game ports, PS/2 is for keyboard/mouse, and RJ-11 is for telephone connections. Molex connectors provide the 12V and 5V power rails that optical drives require.

Multiple choice general knowledge science & technology
  1. BIOS

  2. CMOS

  3. EEPROM

  4. Registry

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

Windows stores device driver settings and most system configuration in the Registry, a hierarchical database. BIOS contains firmware settings, CMOS stores BIOS/UEFI configuration data, and EEPROM is a type of memory chip. The Registry holds hardware profiles, driver parameters, and system settings that Windows uses to load and configure drivers at boot.

Multiple choice general knowledge foreign languages
  1. Hardware

  2. Floppy Drives

  3. CD

  4. Software

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

The French word 'logiciel' translates to 'software' in English. This is a basic French-English technology vocabulary term. Hardware refers to physical components, floppy drives and CD are storage media, not the word for software itself.

Multiple choice general knowledge science & technology
  1. versatileCompact Disc

  2. Video Compact Disc

  3. Videographic Compact Disc

  4. Video Compressed Disc

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

VCD stands for Video Compact Disc, a standard digital format for storing video on compact discs. The key words are "Video" and "Compact Disc" - it's not "versatile" or "videographic" or "compressed". VCDs were popular in the 1990s and early 2000s before DVDs became widespread.

Multiple choice general knowledge science & technology
  1. Digital Versatile Compressed Disc

  2. Digitalvideo Versatile Disc

  3. Data Versatile Disc

  4. Digital Versatile Disc

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

DVD stands for Digital Versatile Disc. It's a digital optical disc storage format developed to replace CDs, capable of storing video, audio, and computer data. The 'Versatile' reflects its multiple applications beyond just digital video.

Multiple choice general knowledge
  1. GHz

  2. GB

  3. Gwatts

  4. G Newton

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

Hard drive capacity is measured in gigabytes (GB), which represents storage space. GHz measures processor speed, watts measure power consumption, and Newtons measure force - these are unrelated to storage.

Multiple choice general knowledge
  1. Floppy

  2. CD

  3. ROM

  4. RAM

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

Optical storage uses lasers to read and write data. CDs, DVDs, and Blu-ray discs are optical storage media. Floppy disks use magnetic storage, ROM is typically semiconductor-based memory chips, and RAM is volatile electronic memory. Among the options, only CD is an optical storage format.

Multiple choice general knowledge
  1. Random Only Memory

  2. Readable Only Memory

  3. Read Only Memory

  4. Random Other Memory

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

ROM stands for Read Only Memory, a type of computer memory that stores permanent or semi-permanent data that cannot be modified after manufacture. It's used to store firmware and critical startup instructions. The 'Read Only' designation means data can be read from but not written to during normal operation.

Multiple choice general knowledge sports
  1. Memory-only

  2. Write-only

  3. Read-only

  4. Run-only

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

Read-only (ROM) refers to memory whose contents are set during manufacturing and cannot be modified by users. Examples include BIOS chips, pre-recorded CDs/DVDs, and firmware. Memory-only, Write-only, and Run-only are not standard computing terms for this concept.

Multiple choice general knowledge
  1. Multimedia CD

  2. Personal computer

  3. Multi-user computer

  4. Integretad Data management policy List

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

A server is a multi-user computer that provides services or resources to client computers over a network. It is not a multimedia CD, a single personal computer, or a data management policy.

Multiple choice general knowledge
  1. Revolutionary Access Memory

  2. Relational Access Memory

  3. Rotational Access Memory

  4. Random Access Memory

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

RAM stands for Random Access Memory, which is the computer's short-term memory. It allows data to be read and written in any order, hence 'random access.' The other options - Revolutionary, Relational, and Rotational - are not valid expansions of the RAM acronym.

Multiple choice general knowledge
  1. number of tracks * number of sectors * bytes per sector * number of read/write heads

  2. number of tracks * number of sectors * bytes per sector

  3. number of tracks * number of sectors 2 bits per sector * number of read/write heads

  4. number of tracks * number of sectors

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

Hard disk storage capacity equals the product of tracks, sectors, bytes per sector, and read/write heads. Each head accesses one surface (platter side), so the total capacity must account for all surfaces. Option B misses the heads multiplier entirely, while D misses both heads and bytes per sector.