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. Distributed Versatile disc

  2. Distributed Visual Disc

  3. Digital Visual Disc

  4. Digital Versatile Disc

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

DVD stands for Digital Versatile Disc. This is the official name adopted by the DVD Forum. While often called Digital Video Disc, 'Versatile' is the correct term as DVDs can store various types of data beyond video.

Multiple choice technology mainframe
  1. Storage Group

  2. Database

  3. Synonym

  4. view

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

A Storage Group is defined as a collection of direct access storage volumes (DASD) that all share the same device type. This allows for efficient storage management by grouping similar storage resources. Databases, synonyms, and views serve different purposes - databases contain data, synonyms provide alternate names, and views are virtual tables.

Multiple choice technology mainframe
  1. WRITEQ TD

  2. WRITE TD

  3. WRITE QTD

  4. WRITEQ TS

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

WRITEQ TS is the CICS command that stores temporary data in a temporary storage queue. The 'TS' suffix indicates Temporary Storage, which differs from Transient Data (TD). Temporary Storage queues can reside in main or auxiliary storage and are identified by a queue name.

Multiple choice technology operating systems
  1. 4 times to RAM

  2. 3 Times to RAM

  3. 2 times to RAM

  4. RAM size

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

A traditional rule of thumb for configuring virtual memory in Linux and UNIX-like systems is to allocate swap space equal to two times the size of physical RAM. While modern systems with high RAM may require less, '2 times RAM' remains the general historical standard.

Multiple choice technology operating systems
  1. yes

  2. no

  3. cant say

  4. dont know

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

A separate home partition is optional during Linux installation. The /home directory can simply be a directory within the root partition, containing all user files and configurations. Many distributions successfully install and run without a dedicated home partition.

Multiple choice technology operating systems
  1. 4 times to RAM

  2. 3 Times to RAM

  3. 2 times to RAM

  4. RAM size

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

Traditional guidelines suggested sizing swap partition at 2 times the RAM size, though modern systems with ample RAM may use less. The 2x rule was a general heuristic for systems with limited memory to ensure adequate swap space for hibernation and memory overflow.

Multiple choice technology operating systems
  1. yes

  2. no

  3. cant say

  4. dont know

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

A separate home partition is optional during Linux installation. The /home directory can simply be a directory within the root partition, containing all user files and configurations. Many distributions successfully install and run without a dedicated home partition.

Multiple choice technology packaged enterprise solutions
  1. milligan: manneb: /home/apps/cvm_live/cvm/data/failed/

  2. milligan: manneb: /home/apps/cvm_live/cvm/data/logs/

  3. milligan: manneb: /home/apps/cvm_live/cvm/data/incoming/

  4. milligan: manneb: /home/apps/cvm_live/cvm/data/archive/

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

Archived CVM feed files are stored in the /home/apps/cvm_live/cvm/data/archive/ directory. The other directories serve different purposes: failed/ holds rejected files, logs/ contains processing logs, and incoming/ is for new files awaiting processing.

Multiple choice technology operating systems
  1. Process Management

  2. Memory Management

  3. File Management

  4. Device Management

  5. Capacity Management

  6. Network Management

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

In ITIL and service management frameworks, Capacity Management is a key IT infrastructure architecture or design-related process. While Process, Memory, File, and Device Management are low-level operating system functions, Capacity Management is a strategic, architectural framework planning process, making it the correct match here.

Multiple choice technology operating systems
  1. at least 2GB

  2. at least 3GB

  3. at least 1GB

  4. Two times of main Memory

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

SAP systems require at least 2GB of swap memory to handle memory overflow situations and prevent system crashes during peak loads. Less than 2GB risks insufficient paging space. Setting swap to twice main memory is excessive and not a standard requirement.