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 technology
  1. Dynamic cache

  2. Static cache

  3. Both

  4. NONE

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

Connected lookup is flexible and can use either static cache (loaded once at session start) or dynamic cache (updated during session) depending on configuration. The cache type is determined by the lookup cache properties.

Multiple choice technology
  1. Can hold more data

  2. Contains a backup of the data stored

  3. Uses a second layer to offer a speed increase

  4. Creates alternative sound tracks

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

Dual-layer DVDs can store approximately twice the data of single-layer DVDs by using two semi-transparent layers that the laser can read from different depths. They do not provide automatic backup, speed increases, or alternative audio tracks.

Multiple choice technology
  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 dedicated to storing and managing files that can be accessed by other computers on a network. Clip art refers to images, motherboards are main circuit boards within a single computer, and peripherals are external devices like printers.

Multiple choice technology
  1. Can hold more data

  2. Contains a backup of the data stored

  3. Uses a second layer to offer a speed increase

  4. Creates alternative sound tracks

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

A dual-layer DVD (also called DVD-9) has two data layers on one side of the disc that can be read by the same laser. This effectively doubles the storage capacity from 4.7 GB (single layer) to approximately 8.5 GB, allowing for longer movies, additional content, or higher quality video on a single disc. The second layer does not provide speed increase, backup functionality, or alternative audio tracks - its primary value is increased storage capacity.

Multiple choice technology
  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 dedicated computer system that stores files centrally and provides network access to them. When networked computers need to access shared files, they send requests to the file server, which retrieves and sends the requested files. Clip art refers to pre-made images, motherboard is the main circuit board inside a computer, and peripherals are external devices like printers or keyboards - none of these store and serve files over a network.

Multiple choice technology operating systems
  1. Random access media

  2. Sequential access media

  3. Depending on Filesystem, it is sequential of Random access

  4. Depends on boot sequence

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

Tape storage requires sequential access because the tape must physically wind forward or backward to reach data. Unlike disk storage which allows random access to any block, tape media must pass through all preceding data to reach a specific location.

Multiple choice technology operating systems
  1. Last night's copy

  2. Today morning's copy

  3. Point in time copy

  4. data copy

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

A filesystem snapshot captures the state at a specific moment in time - hence 'point-in-time copy'. Unlike traditional backups which copy from a specific time (nightly, morning), snapshots preserve the exact filesystem state at the instant they're taken.

Multiple choice technology operating systems
  1. controls the way that information in files and directories is stored on disk

  2. It schedules the task to Processor

  3. An memory driver

  4. It controls which users can access what items and how

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

The Unix File System controls storage structure (how files/directories are organized on disk) and access permissions (which users can read/write/execute). It does not schedule tasks to processors (that's the kernel's scheduler) nor is it a memory driver.

Multiple choice technology mainframe
  1. True

  2. False

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

VSAM (Virtual Storage Access Method) datasets are designed for direct access storage devices (DASD). They cannot reside on tape or other sequential media because VSAM requires direct access capability for its indexed and keyed access methods.

Multiple choice technology
  1. hard disk

  2. ROM

  3. Ram

  4. Pendrive

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

Volatile memory requires continuous power to maintain data. When power is lost, all data is erased. RAM (Random Access Memory) is the primary example of volatile memory used as main memory in computers. Hard disk, ROM, and Pendrive (flash storage) are all non-volatile - they retain data without power.

Multiple choice technology mainframe
  1. Input Output

  2. Working Storage

  3. Linkage Sction

  4. File section

Reveal answer Fill a bubble to check yourself
B,C,D Correct answer
Explanation

In COBOL, Data Division contains sections for handling file operations and data storage. Working Storage Section holds program variables and temporary data, File Section describes files used by the program, and Linkage Section contains data passed to/from subprograms. Input Output Section does not exist as a standard section in COBOL Data Division.