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 |
Tell me what are the hardware problem you face regularly in your organization?
what basically a system call is?
Explain the difference between ntfs & fat file systems?
Discuss some of the reasons for implementing process migration ? How is the process address space handled during process migration?
In the Disk Management for all the drives , "Delete Partition" is in disabled mode ? so plzzz help me to get in enabled mode .
Which file system allow as much fragmentation FAT32 or NTFS?
where the system time is stored? In processor or in Seprate timer ic for that?
what is active directory
Where the system time is stored? In processor or in separate timer ic for that?
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,
Explain the reasons for implementing process migration?
Can you tell which dlls are used for SDK?