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. Front side bus

  2. AGP bus

  3. ADF bus

  4. Pie bus

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

The Front Side Bus (FSB) is the communication interface between the CPU and the memory controller hub, often referred to as the processor bus or memory bus.

Multiple choice
  1. to free memory space

  2. to allocate memory space

  3. both of the above

  4. none of the above

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

The calloc function stands for 'contiguous allocation' and is used to allocate memory space for an array of elements, initializing them to zero.

Multiple choice
  1. it requires more memory

  2. it requires less memory

  3. it is inefficient

  4. none of the above

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

Breadth-First Search (BFS) must store all nodes at the current depth level in the queue, which leads to exponential memory usage as the search tree grows. Depth-First Search (DFS) only needs to store the current path, making it more memory-efficient.

Multiple choice
  1. CPU

  2. Monitor

  3. USER

  4. All the above

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

The CPU (Central Processing Unit) requires primary memory (RAM) to store the instructions and data it is currently processing. Other options like Monitor or User do not directly utilize primary memory in this context.

Multiple choice
  1. Flash

  2. Flange

  3. Fury

  4. FRAM

  5. ROM

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

It is commonly used in MP3 players, computer BIOS code and thumb drives. Originally developed in Japan by Toshiba, it has become quite popular for products requiring non-volatile erasable memory. Flash devices have a limited number of erase cycles (typically 10,000 to 1,000,000 cycles), so they're not as good a choice for applications in which the data changes constantly. However, since it has no moving parts (unlike a hard disk), it is an excellent choice for storing the operating code for small personal electronics like PDAs, cellphones, digital cameras and the data in items like MP3 players.

Multiple choice
  1. Video Home System

  2. Very High Speed

  3. Video Horizontal Standard

  4. Voltage House Standard

  5. None of these

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

JVC (Japan Victor Corporation) and Matsushita (Panasonic) developed the VHS format to compete with Sony which developed the Beta format as the first home video cassette recorder. VHS originally stood for Vertical Helical Scan, but now means Video Home System.