📚 Practice Mode
Process and Memory Management
Learn at your own pace with hints and detailed explanations
1 / 14
Multiple Choice
Consider a buddy system memory allocation where the size of a free memory segment is 256 KB, and the memory of kernel is 33 KB. To fulfill the request of memory allocation, a memory block of size M from free memory pool is allocated. What is the size of M?
- 33 KB
- 64 KB
- Two blocks, one of size 32 KB and other of size 1KB
- Two blocks each of size 32 KB
- 256 KB will be allocated