Computer Science Ques 861

Question: Memory allocate .ion at the run time is known as

Options:

A) Static memory allocation

B) Dynamic memory allocation

C) Paging

D) Demanding

E) None of these

Show Answer

Answer:

Correct Answer: B

Solution:

  • Dynamic memory allocations the location memory storage for use in a computer program during the run time of that program. It can be seen also as a way of distributing ownership of limited memory resources among many pieces of data and code.