789 views
2 2 votes
a process has 3 sections stack heap and text and  if the size of the page table is 2 mb then on average amount of unused page space per process is?

Please log in or register to answer this question.

Position:
Show:

Related questions

2 2 votes
1 1 answer
95
95 views
Sandy_05 asked Jun 23
95 views
Which of the following actions by a running process will always result in a context switch of the running process, even in a non-preemptive kernel design?(a) Servicing a ...
0 0 votes
2 2 answers
731
731 views
Sourin Kundu asked Jan 24, 2023
731 views
A process executes the following segment of code: int main(){fork();fork() && fork();}The number of new processes created is
0 0 votes
1 1 answer
1.8k
1.8k views
dd asked Jan 13, 2019
1,800 views
Consider a process P1 that is executing on a Linux-like OS on a single core system. When P1 is executing, a disk interrupt occurs, causing P1 to go to kernel mode to serv...
0 0 votes
1 1 answer
3.9k
3.9k views
balraj_allam asked Dec 9, 2018
3,887 views
Consider the following statements:S1: Long term scheduler sends the process from ready state to running state.S2: Medium term scheduler controls the degree of multiprogra...