List out 2 partision methods
List out the 2 methods for fixed partision
How does variable partisioning assign the space?
What components does RAM uses to create Virtual Memory?
What techniques does Virtual Memory uses? What is the total Memory when there is 8GB of RAM and 2GB of Virtual Memory?
What things that programmers do not have to worry about when a pc has virtual memory?
What techniques does virtual memory implemented?
In paging, physical memory is broken into fixed-sized blocks called what?
In pagging, logical memory is also broken into blocks of the same size called what?
What is the word paged means in memory?
What decides which pages to bring into memory?
Does demand paging pages all the process?
What are the advantages of demand paging? ( 3 )
List out 3 things for demand paging works ? ( 3 )
What does addresses specify in segmentation?
What does a logical address space have?
What is segmentation?
What is the most efficient virtual memory storage method?
What needs significant amount of hardware requirements?
Does all paging systems use segmentation?
What keeps track of segments?
Instead of allocatiing pages in memory, it was allocating in what ?
How does demand paging works ? ( 3 )
What does Limit and Base mean in Segment table?
*Limit 1000 Base 1400
Means it uses 1000 in physical memory and starts from 1400 in physical memory
Slide 11