01What is virtual memory, and what problem does it solve?
02What is a page fault, and when does it occur?
03What is memory fragmentation, and what are the two types?
04What is the purpose of paging in memory management?
05What is the difference between the heap and the stack?
06What is a Translation Lookaside Buffer (TLB)?
07What is copy-on-write (COW) in memory management?