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. Incremental Backup

  2. 3-2-1 Backup

  3. Mirror Backup

  4. Software Backup

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

An incremental backup only copies the files that have changed since the last backup was performed, adding these changes to the existing full system backup to save time and storage.

Multiple choice
  1. Complete System Backup

  2. RAID Backup

  3. Online Backup

  4. Software Backup

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

A complete system backup (or system image) captures the entire state of the computer, including the operating system, settings, programs, and all user files, allowing for full recovery.

Multiple choice
  1. The OS

  2. Personal Documents

  3. Program Files

  4. Utilities

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

Personal documents, photos, and videos are unique and completely irreplaceable if lost. Operating systems, program files, and utilities can easily be reinstalled from original installation media or online downloads.

Multiple choice
  1. Corrupted

  2. Damaged

  3. Lost

  4. Broken

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

Data corruption occurs when files become unreadable or altered due to software bugs, hardware failures, or power outages. Regular backups ensure that clean, uncorrupted versions of files can be restored.

Multiple choice
  1. No physically moving parts

  2. Low power consumption

  3. Faster access speed

  4. Cheaper than a traditional hard disk

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

Solid state drives (SSDs) offer faster access speeds, lower power consumption, and have no moving parts compared to traditional magnetic hard disk drives (HDDs). However, SSDs are generally more expensive per gigabyte of storage than HDDs. Therefore, being cheaper is not an advantage of an SSD.

Multiple choice
  1. RAM

  2. Cache

  3. Neither

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

Cache memory is built directly into or very close to the CPU chip and uses high-speed static RAM (SRAM). This allows it to be accessed much faster than main memory (RAM), which uses slower dynamic RAM (DRAM). Cache holds frequently used instructions to speed up processing.

Multiple choice
  1. Size of cache

  2. Clock speed

  3. Size of the secondary storage

  4. Number of cores

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

CPU performance is directly influenced by clock speed, the number of processor cores, and the size of the cache memory. The capacity of secondary storage (like a hard drive or SSD) determines how much data you can save, but it does not affect the processing speed of the CPU itself.

Multiple choice
  1. CD-ROM

  2. DVD-ROM

  3. Flash Drive

  4. CD-RW

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

CD-ROM, DVD-ROM, and CD-RW are all forms of optical storage media that use lasers to read or write data. A flash drive, on the other hand, uses solid-state flash memory to store data, making it the odd one out.

Multiple choice
  1. Quickly accessed by the CPU?

  2. Not directly accessed by the CPU

  3. External to the computer

  4. None of the above

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

Secondary storage devices, such as hard drives and solid-state drives, are non-volatile storage media that are not directly accessed by the CPU. Instead, data must first be copied from secondary storage into primary storage (RAM) before the CPU can read or execute it.

Multiple choice
  1. Volatile

  2. Non Volatile

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

RAM (Random Access Memory) is volatile memory, which means it requires electrical power to maintain its data. When the computer is powered off, everything stored in RAM is lost. Non-volatile memory, such as ROM or a hard drive, retains its data even without power.

Multiple choice
  1. Lossy

  2. Lossless

  3. Neither

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

Lossless compression retains all of the original data, allowing the file to be reconstructed perfectly with no loss in quality. Lossy compression permanently discards some data to achieve smaller file sizes, which can degrade the quality of the file.

Multiple choice
  1. Resources of memory

  2. Ruins of Memory

  3. Rest on Mondays

  4. Read Only Memory

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

ROM stands for Read-Only Memory, which is a type of non-volatile storage used in computers and other electronic devices. Data stored in ROM cannot be easily modified or written to, hence the term read-only.

Multiple choice
  1. Storing calculations

  2. Keeping addresses

  3. Recording stuff

  4. Error checking

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

CPU registers are small, high-speed storage locations within the CPU itself that are used to temporarily hold data, instructions, and the immediate results of calculations during processing.

Multiple choice
  1. degaussing

  2. drilling through the hard drive

  3. formatting

  4. defragging

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

Degaussing uses a powerful magnetic field to disrupt the magnetic domains on a hard drive, completely destroying the data and making the drive unusable. While physical destruction like drilling is also used, formatting and defragging do not securely erase confidential data.