Computer Knowledge

Computer Memory and Storage

2,121 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
  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.

Multiple choice general knowledge math & puzzles
  1. Tape Recorder

  2. Optical/Video disk.

  3. Fiber Optic

  4. DVD

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

David Paul Gregg invented the optical disc (also known as the laser disc or video disc) in the 1960s while working at Georgia Tech. His invention laid the groundwork for later optical media like CDs and DVDs. He did not invent tape recorders, fiber optics, or DVDs specifically.

Multiple choice general knowledge
  1. Code Division Memory Access

  2. Code Division Multiple Access

  3. Code Division Micro Access

  4. Code Division Macro Access

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

CDMA stands for Code Division Multiple Access, a channel access method used by various radio communication technologies. 'Multiple Access' refers to how multiple users share the same frequency band. 'Memory', 'Micro', and 'Macro' are incorrect expansions.

Multiple choice general knowledge
  1. Secure Data

  2. Small Data

  3. Small Digital

  4. Secure Digital

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

SD stands for Secure Digital, a common memory card format used in devices like cameras, phones, and other electronics. Secure Data, Small Data, and Small Digital are not the correct expansion of this acronym.

Multiple choice general knowledge
  1. 3 015 tebibyte

  2. 3 087 000 00 GB

  3. 3 315 000 000 000 Octet

  4. 25 900 000 000 mebibit

  5. 26 520 000 000 000 Kbit

  6. 23 exabit

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

Compare all values in the same unit (kilobits). A: 3015 TiB = 3015 × 8192 Gb × 1024 Mb × 1024 Kb = 25,337,820,000,000 Kb. B: 3087 GB = 3,087 × 8 Gb × 1024 Mb × 1024 Kb = 25,534,457,856 Kb. C: 3,315,000,000,000 octets = 3,315,000,000,000 × 8 bits = 26,520,000,000,000 bits. D: 25,900,000,000 Mib = 25.9 billion × 1024 Kb = 26,521,600,000,000 Kb. E: 26,520,000,000,000 Kb (this value). F: 23 Ebit = 23 × 10^18 bits = 23,000,000,000,000,000,000 bits = 23,000,000,000,000,000,000 Kb. Option F is clearly the largest by many orders of magnitude (exabits vs terabits/gigabits).

Multiple choice general knowledge science & technology
  1. True

  2. False

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

While modern USB (especially 3.0+) can handle video transfer, it's not the optimal choice for bulk data. Professional video workflows use Thunderbolt, eSATA, or internal SATA/PCIe connections which offer higher sustained bandwidth and lower overhead. USB has protocol overhead and contention issues that make it suboptimal for large, sustained transfers.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

PCs can indeed have multiple optical drives. This was common in the past for purposes like disc-to-disc copying (having one reader and one burner), or for users who needed access to different types of media (CD-RW, DVD-ROM, DVD-RAM) simultaneously. Modern PCs rarely include even one optical drive, but multiple drives are still physically possible.

Multiple choice technology mainframe
  1. B37

  2. D37

  3. E37

  4. C37

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

To answer this question, the user needs to know about different types of system errors that can occur due to a lack of available disk space.

Each option refers to a specific system error that can occur due to disk space issues, and the user needs to identify the option that is not an example of an abend generated due to a lack of available disk space.

A. B37: This option is an example of an abend generated due to a lack of available disk space. B37 occurs when the system cannot allocate a new data set due to insufficient space.

B. D37: This option is also an example of an abend generated due to a lack of available disk space. D37 occurs when a job runs out of space in a PDS (Partitioned Data Set) or PDSE (Partitioned Data Set Extended).

C. E37: This option is an example of an abend generated due to a lack of available disk space. E37 occurs when a job runs out of space in an SMS-managed data set.

D. C37: This option is not an example of an abend generated due to a lack of available disk space. C37 occurs when a job or program attempts to access a data set that does not exist.

Therefore, the correct answer is:

The Answer is: D. C37

Multiple choice technology operating systems
  1. hard disc

  2. main memory

  3. cpu registers

  4. cache memoy

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

CPU registers are the fastest memory as they're built directly into the CPU and operate at CPU frequency with zero latency for access. Cache memory (L1/L2/L3) is next fastest, followed by main memory (RAM), then hard disks which are orders of magnitude slower.

Multiple choice technology programming languages
  1. a) National File System

  2. b) Network Flashmemory System

  3. c) Network File System

  4. d) Network Fault System

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

NFS stands for Network File System, a distributed file system protocol developed by Sun Microsystems. It allows users to access files over a network as if they were stored locally, enabling transparent file sharing between Unix-like systems. The other acronyms (National File System, Network Flashmemory System, Network Fault System) are incorrect.