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. Storage capacity

  2. Processor speed

  3. Data transfer rates

  4. Network bandwidth

  5. Frequency

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

Yes, it i thes correct choice. It stands for Floating Point Operations Per Second. FLOPS are typically used to measure the performance of a computer's processor.

Multiple choice
  1. It is an exact copy of a system's information.

  2. It restores the information.

  3. It is the ability to get a system up.

  4. All of the above

  5. None of the above

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

An exact copy of a system's information is called back up.

Multiple choice
  1. PRAM

  2. SRAM

  3. DRAM

  4. VRAM

  5. CD-ROM

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

SDRAM stands for "Synchronous Dynamic Random Access Memory. DRAM is an improvement to standard DRAM because it retrieves data alternately between two sets of memory.

Multiple choice
  1. Paging

  2. Segmentation

  3. Virtual Memory

  4. PROM

  5. Flash Memory

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

Virtual memory is a memory management technique developed for multitasking kernels. This technique virtualizes the main storage available to a process or task, as a contiguous address space which is unique to each running process, or virtualizes the main storage available to all processes or tasks on the system as a contiguous global address space.

Multiple choice
  1. Allocate space in memory for programs

  2. Physically place the machine instructions and data into memory

  3. Resolve symbolic references between objects modules

  4. None of above

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

All above are the functions of loader. Basically, loader have four functions as follows : -  

  1. Allocate space in memory for programs
  2. Resolve symbolic references between objects modules 
  3. Physically place the machine instructions and data into memory  
  4. Adjust all address dependent location such as address constants, to corresponds to allocated space (relocation)
Multiple choice
  1. 11 bit address, 1024 bit cell size, 1024 cells

  2. 10 bit address, 12 bit cell size, 1024 cells

  3. 9 bit address, 8 bit cell size, 1024 cells

  4. None of above

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

A 9 bit address, 8 bit cell size, 1024 cells is impossible since the address is too short. We cannot address 1024 cells with only 9 address bits as 29 = 512 So, the cell size is possible but it is not an advisable memory structure and not a standard size.

Multiple choice
  1. RAID system increases the processor speed.

  2. RAID system increases the disk storage capacity.

  3. RAID system increases the disk storage capacity and availability.

  4. RAID system increases operating system efficiency.

  5. RAID system decreases operating system efficiency.

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

RAID system configuration increases the disk storage capacity and availability by combining multiple disks in one unit logically.

Multiple choice
  1. RAM

  2. Cache

  3. ROM

  4. 1 and 3

  5. Very high speed Registers

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

 BIOS is a firmware, which resides in the mother board, and it is made up of ROM.