466 views

1 Answer

0 votes
0 votes
As the page may contain few lines of instruction so the last page of a process may not be able to completely full the page or it may be half filled or completely filled.

So we consider avg. case so it becomes p/2 . on an average half full. This is in context to internal fragmentation. external fragmentation is zero and if the context changes and then according to the context page table overhead may or may not be included.

Related questions

0 votes
0 votes
1 answer
1
tishhaagrawal asked Dec 5, 2023
311 views
Can anybody explain why are they dividing the number of pages by page size?According to me, it should be – Page table size = Number of entries * entry sizei.e PT size =...
5 votes
5 votes
4 answers
2
learncp asked Sep 5, 2015
3,328 views
Why is the maximum number of tuples in full outer join equal to m*n, where m is the number of attributes in one relation and n is the attribute count in other ?Can someon...
3 votes
3 votes
4 answers
3
Keith Kr asked Sep 30, 2014
2,972 views
Which of the following are equal things when there is only one CPU in a system.A) Multiprogramming and MultitaskingB) Multiprocessing and MultiprogrammingC) Multitasking ...