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. More expensive

  2. More portable

  3. Less rigid

  4. Slowly accessed

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

Hard disks use more precision engineering, sealed enclosures, and higher-speed components than flexible diskettes, making them significantly more expensive to manufacture. While hard disks are actually faster (not slower), less portable, and more rigid, the cost difference stems from their superior construction and performance capabilities.

Multiple choice general knowledge science & technology
  1. Hard disks

  2. High-density disks

  3. Diskettes

  4. Templates

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

Floppy disks get their name from their flexible magnetic disk inside a protective casing. They are commonly called diskettes as a diminutive term for these small, flexible disks. Hard disks use rigid platters, high-density refers to storage capacity not the disk type, and templates are completely unrelated to storage media.

Multiple choice general knowledge science & technology
  1. Primary and secondary

  2. Random and sequential

  3. ROM and RAM

  4. All of above

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

Main memory (primary memory) consists of RAM (Random Access Memory) which is volatile read-write memory, and ROM (Read-Only Memory) which is non-volatile and contains permanent instructions. Primary/secondary refers to main vs backing storage, random/sequential describes access methods, and main memory is specifically RAM and ROM.

Multiple choice general knowledge science & technology
  1. It will add to the content of the location

  2. It will change the address of the memory location

  3. It will erase the previous content

  4. It will not be fruitful if there is already some data at the location

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

When new data is entered into a memory location, it completely overwrites and replaces whatever was previously stored there. This is a fundamental characteristic of how computer memory works - memory cells can only hold one value at a time. The process is destructive by design: the old data is erased before or during the writing of new data.

Multiple choice general knowledge science & technology
  1. Memory

  2. Buffer

  3. Accumulator

  4. Address

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

A buffer is a temporary storage area specifically designed to compensate for speed differences between system components that process data at different rates. It holds data when the producing device works faster than the consuming device, preventing data loss. Memory is general storage, an accumulator is for arithmetic operations, and address is a location identifier - none of these specifically handle speed mismatch.

Multiple choice general knowledge science & technology
  1. SRAM

  2. ROM

  3. DRAM

  4. DROM

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

DRAM (Dynamic Random Access Memory) cells consist of exactly one MOSFET transistor and one capacitor, which stores the electrical charge representing a bit. SRAM uses flip-flops made from multiple transistors (typically 6), while ROM is pre-programmed during manufacturing and doesn't use this simple cell structure. DROM is not a standard memory type.

Multiple choice general knowledge
  1. Clip art

  2. Mother board

  3. Peripheral

  4. File server

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

A file server is a computer specifically dedicated to storing and managing files that can be accessed by other computers on a network. It provides centralized storage, backup, and file sharing capabilities for all connected devices. The other options are incorrect: clip art refers to pre-made images, a motherboard is the main circuit board in a computer, and peripherals are external devices like keyboards and printers.

Multiple choice general knowledge science & technology
  1. Magnetic drum

  2. PROM

  3. Floppy disk

  4. All of these

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

Primary storage refers to memory directly accessible by the CPU, including ROM and RAM. PROM (Programmable Read-Only Memory) is a type of ROM used as primary storage. Magnetic drums and floppy disks are secondary storage devices (also called auxiliary storage or external memory) because they are not directly accessible by the CPU without I/O operations.

Multiple choice general knowledge science & technology
  1. SRAM

  2. DRAM

  3. ROM

  4. All of above

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

DRAM (Dynamic RAM) uses capacitive storage cells that leak charge over time, requiring periodic refresh cycles to maintain data integrity. SRAM uses flip-flop circuits (6 transistors per cell) that hold state as long as power is applied, so it never needs refresh. ROM is non-volatile and stores data permanently without requiring refresh. This makes DRAM the only memory type listed that fundamentally requires refresh operation.

Multiple choice general knowledge science & technology
  1. Electric Programmable Read Only Memory

  2. Erasable Programmable Read Only Memory

  3. Evaluable Philotic Random Optic Memory

  4. Every Person Requires One Mind

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

EPROM stands for Erasable Programmable Read Only Memory. It's a type of non-volatile memory chip that can be erased and reprogrammed using ultraviolet light, commonly used in older computers and embedded systems.

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 that holds data being transferred between the CPU and I/O devices. It compensates for speed differences between fast CPU operations and slower I/O devices, preventing data loss during transmission. Channels are data paths, registers are CPU internal storage, and cores refer to magnetic core memory.

Multiple choice general knowledge
  1. Random Optical Memory

  2. Read Optical Memory

  3. Read Only Memory

  4. Rapid Only 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 instructions and cannot be modified after manufacture. It's used to store firmware and boot-up instructions. Option A incorrectly says 'Optical' instead of 'Only,' Option B says 'Read' instead of 'Read-Only,' and Option D incorrectly says 'Rapid' instead of 'Read Only.' The 'Read-Only' characteristic means data is stored permanently and cannot be written to after programming.

Multiple choice general knowledge
  1. Format Allocation Table

  2. File Allocation Type

  3. Folder Allocation Type

  4. File Allocation Table

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

FAT stands for File Allocation Table, a file system architecture developed by Microsoft for MS-DOS and used in early Windows versions. It keeps track of how files are stored on the disk by maintaining a table that maps cluster locations. Option A incorrectly says 'Format' instead of 'File,' while Options B and C incorrectly say 'Type' instead of 'Table.' The FAT file system was simple but limited compared to modern systems like NTFS.

Multiple choice general knowledge
  1. Random Access Memory

  2. Read Access Memory

  3. Ready Access Memory

  4. Rapid Access Memory

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

RAM stands for Random Access Memory, which is volatile computer memory that can be read and changed in any order. It stores data and machine code currently being used so the CPU can access it quickly. Options B, C, and D are incorrect - 'Read Access' and 'Ready Access' are not the correct terms, and while 'Rapid' describes speed, it's not part of the acronym.