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. directories

  2. buckets

  3. memories

  4. area directories

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

MS-DOS uses directories to organize files on disks. Directories are hierarchical structures that contain files and subdirectories, allowing logical file organization. Terms like 'buckets', 'memories', and 'area directories' are not standard DOS terminology.

Multiple choice
  1. disk cartridge

  2. disk pack

  3. floppy disk

  4. packette disk

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

A diskette (often misspelled as dikette) is the formal term for a floppy disk - a thin, flexible magnetic storage disk enclosed in a protective plastic casing. Floppy disks were commonly used in personal computers from the 1970s through the 1990s for data storage and transfer. The other options are different storage technologies: disk cartridges are enclosed disk units, disk packs are multiple disks on a spindle, and packette disk is not a standard term.

Multiple choice
  1. 2 micro seconds

  2. 2 milli seconds

  3. 50 milli seconds

  4. 2 seconds

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

Dynamic RAM (DRAM) stores data as charge in capacitors that leak over time, requiring periodic refreshing to maintain data integrity. The typical refresh interval is 2-4 milliseconds, with 2ms being a common standard. This is much faster than 50ms or 2 seconds, but much slower than 2 microseconds which would be impractical for the capacitor technology used.

Multiple choice
  1. Relocation

  2. Data collection

  3. Data transmission

  4. DMA

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

Relocation is the process of moving a program from one memory location to another and adjusting all address references accordingly. This is essential for memory management, allowing programs to be loaded at different memory addresses. Data collection, data transmission, and DMA (Direct Memory Access) are unrelated concepts involving data handling rather than program memory positioning.

Multiple choice
  1. memory slot

  2. extended memory

  3. secondary memory

  4. cache memory

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

Auxiliary memory refers to secondary storage devices like hard disks, tapes, and optical drives that provide additional storage beyond main memory (RAM). It's called 'auxiliary' because it supports the primary memory. It is not a memory slot, extended memory (which refers to RAM expansion), or cache memory (which is high-speed primary memory).

Multiple choice
  1. direct access devices

  2. sequential access devices

  3. slower than magnetic tape

  4. used only in mainframe computers

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

Direct access devices can access any location directly by moving the read/write head. Diskettes and hard disks use random access via track/sector addressing. Sequential access (like tape) requires scanning from the beginning.

Multiple choice
  1. Cache memory

  2. Magnetic bubble memory

  3. Magnetic core memory

  4. RAM

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

Cache memory uses fast SRAM located closest to the CPU, with typical access times of 1-10 nanoseconds. RAM uses slower DRAM (~50-100ns). Magnetic core and bubble memories are obsolete technologies much slower than modern semiconductor memory.

Multiple choice
  1. flip - flops

  2. registers

  3. storage cells

  4. all of the above

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

A memory unit is fundamentally composed of storage cells - the basic units that can store a single bit of information (0 or 1). These storage cells are then organized into larger structures like registers and flip-flops, but storage cells are the foundational collection.