Write short note on Dynamic memory allocation algorithm.
Answers were Sorted based on User's Feedback
Answer / an
dynamic memory allocation is the allocation of memory
storage for use in a computer program during the runtime 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.
Dynamically allocated memory exists until it is released
either explicitly by the programmer or by the garbage
collector. This is in contrast to automatic and static
memory allocation, which have a fixed duration. It is said
that an object so allocated has a dynamic lifetime.
| Is This Answer Correct ? | 26 Yes | 5 No |
what are the stands for OAB(offline address book) in exchange server?
what is busy waiting?
If system does not boot What are the files missing ? And how to troubleshoot the problem without reinstalling OS ?
Which file system allow as much fragmentation FAT32 or NTFS?
Write short note on Dynamic memory allocation algorithm.
Explain about operating system of mac?
What items of information about a task might be useful in real time scheduling?
Explain the difference between fat & ntfs?
in a time-sharing operating system, when the time slot given to a process is completed,the process goes from the Running state to the: a) BLOCKED state b) Ready state c) SUSPENDED state d) Terminated state
3 Answers Public Service Commission,
What are the hardware problem you face regularly in your organization?
If you do not have cd drive then how will u format c drive?
Explain where the system time is stored? In processor or in separate timer ic for that?