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. Virtual memory

  2. Thrashing

  3. Paging

  4. Batch operating system

  5. Throughput

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

This option is correct as virtual memory is the hardware technique where the sysytem appears to have more memory that it actually does.This is done by time sharing , the physical memory and storage partsof the memory disk when they are actively being used.

Multiple choice
  1. DRAM

  2. SRAM

  3. PROM

  4. EEPROM

  5. EPROM

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

This option is correct as this me,mory generally has capacitors.Since charge on the capacitor leaks out the memory gets lost and needs refreshing.

Multiple choice
  1. It holds the address of the data item to be retrieved from the main memory.

  2. It holds the starting address of the memory stack.

  3. It holds the address of the next instruction to be executed.

  4. It holds the instruction code currently being executed.

  5. It holds the address of the top element of the memory stack.

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

It is done by Stack Pointer.

Multiple choice
  1. The malloc() function takes a single argument.

  2. The calloc() function takes two arguments.

  3. The calloc() function initialises memory to the allocated memory blocks but malloc() does not initialise the memory to the allocated blocks.

  4. The realloc() function can increase or decrease the size of the allocated memory.

  5. None of the above

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

Yes, all of the above options are the true statements.