Podcast
Questions and Answers
Which one of the following best describes a process in an operating system?
Which one of the following best describes a process in an operating system?
- A physical address space
- A logical address space
- A memory allocation
- A virtual address space (correct)
What are the segments in a virtual address space (VAS)?
What are the segments in a virtual address space (VAS)?
- Code, data, stack, and heap
- Code, dynamic data, stack, and heap
- Code, SDS, stack, and heap
- Code, static data, stack, and heap (correct)
Which type of memory allocation is used for dynamically allocated data in the heap?
Which type of memory allocation is used for dynamically allocated data in the heap?
- Automatic allocation
- Explicit allocation (correct)
- Static allocation
- Virtual allocation
What does the heap memory manager do?
What does the heap memory manager do?
What type of memory is allocated at runtime by malloc and new?
What type of memory is allocated at runtime by malloc and new?
Flashcards are hidden until you start studying