Multiple choice

Where can you find upper memory blocks?

  1. Reserved memory

  2. Expanded memory

  3. Extended memory

  4. Conventional memory

  5. Virtual memory

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

Setting aside a portion of main memory for some purpose. All system and application programs reserve memory either at startup or during the course of operation. Memory is reserved for inputting data, additional software instructions or for the creation of control structures such as a stack. See dynamic memory allocation, memory allocation, buffer and stack.