What is memory management
Deals with the allocation and deallocation or the computer’s primary memory
What are the techniques to make memory management more efficient?
What is paging?
method of chunking primary memory into equal-sized blocks
How are pages used?
What causes internal fragmentation?
Unused pages are removed for applications not in use —> creates pockets of waster space —> leading to internal fragmenetation