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. FastEthernet Measuring Device

  2. Flashing Media Diode

  3. Fluorescent Multi-Layer Disc

  4. Flash Media Drive

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

FMD stands for Fluorescent Multi-Layer Disc, an optical disc technology that uses multiple fluorescent layers to store data, allowing much higher storage capacity than traditional DVDs or CDs. Each layer can be read independently without interference from other layers, enabling terabytes of storage on a single disc. The options FastEthernet Measuring Device, Flashing Media Diode, and Flash Media Drive are incorrect expansions.

Multiple choice general knowledge science & technology
  1. Magnetic tape, Magnetic disk, Main memory, Cache, Registers

  2. Registers, Cache, Main memory, Magnetic disk, Magnetic tape.

  3. Registers, Main memory, Cache, Magnetic disk, Magnetic tape

  4. Magnetic tape, Main memory, Magnetic tape, Cache, Registers

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

Computer memory hierarchy by speed (fastest to slowest): Registers → Cache → Main memory → Magnetic disk → Magnetic tape. Access latency increases in this order. Registers are fastest (nanoseconds), while magnetic tape is slowest (minutes to hours).

Multiple choice general knowledge science & technology
  1. 2.0 GB

  2. 2.7 GB

  3. 1 GB

  4. 1.5 GB

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

Gmail started with 1 GB of storage in 2004, which was revolutionary at the time. Google gradually increased storage over the years - first to 2 GB, then beyond. The 2.7 GB figure represents a specific point in Gmail's storage evolution timeline as the company continuously expanded storage capacity.

Multiple choice general knowledge science & technology
  1. Dual Data Rate Segmented Dynamic Random Access Memory

  2. Dual Data Rate Synchronus Dynamic Random Access Memory

  3. Double Data Rate Synchronus Dynamic Random Access Memory

  4. Double Data Rate Systematic Dynamic Random Access Memory

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

DDR SDRAM stands for Double Data Rate Synchronous Dynamic Random Access Memory. DDR means it transfers data on both the rising and falling edges of the clock signal, effectively doubling the data transfer rate compared to single data rate memory.

Multiple choice general knowledge science & technology
  1. 4024MB

  2. 4000MB

  3. 4096MB

  4. 4128MB

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

A 32-bit CPU can address 2^32 bytes of memory, which equals 4,294,967,296 bytes or exactly 4096 MB (4 GB). This is a fundamental limit of 32-bit architecture. The incorrect options (4024MB, 4000MB, 4128MB) are all close but not the correct mathematical value. This is why 32-bit systems cannot utilize more than 4GB of RAM.

Multiple choice general knowledge sports
  1. CPU

  2. RAM

  3. ROM

  4. Network Interface Card

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

RAM (Random Access Memory) allows data to be accessed in constant time regardless of physical location - any memory cell can be accessed directly. CPU processes instructions, ROM is read-only memory, and NIC handles network connections.

Multiple choice general knowledge
  1. Newly Transfered File Structure

  2. Non Transferrable File System

  3. Network Technology File System

  4. New Technology File System

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice general knowledge science & technology
  1. dalloc

  2. calloc

  3. malloc

  4. new

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

In C++, the 'new' keyword is the standard operator for dynamic memory allocation. While malloc and calloc are C functions that can be used in C++, 'new' is the preferred C++ approach because it calls constructors and is type-safe. 'dalloc' is not a standard memory allocation function in C or C++.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

When optical media like CDs and DVDs are closed (finalized), they become read-only and cannot be modified or written to again. This makes them immune to virus infection after finalization, provided no infected files were already on them when burned. This is a key advantage of optical media for long-term backups.

Multiple choice general knowledge math & puzzles
  1. Dots per Inch

  2. Drives per Inch

  3. Disks per Inch

  4. None

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

DPI stands for Dots Per Inch, a measure of spatial printing or video dot density in digital imaging. It indicates how many individual dots can be placed in a one-inch line.

Multiple choice general knowledge math & puzzles
  1. Redundant Array of Inexpensive Dots

  2. Redundant Array of Inexpensive Drives

  3. Reasonable Array of Inexpensive Disks

  4. Redundant Array of Inexpensive Disks

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

RAID stands for Redundant Array of Inexpensive Disks, a technology that combines multiple disk drives for improved performance, reliability, and fault tolerance in data storage.

Multiple choice general knowledge science & technology
  1. Universal Side Bus

  2. Universal Serial Bus

  3. Universe Serial Bus

  4. Universal Serial Byte

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

USB stands for Universal Serial Bus, an industry standard for cables, connectors, and communication protocols that connect computers to peripheral devices like keyboards, mice, and storage drives.

Multiple choice general knowledge sports
  1. new file system

  2. network for system

  3. network file system

  4. not for sharing

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

NFS stands for Network File System, a distributed file system protocol that allows a user on a client computer to access files over a network much like local storage. It's a fundamental protocol in Unix/Linux networking.