Evaluating the maximum number of pages needed, if a system supports 16 bit address line and 1K page size. Also Read: Resource Allocation in Multi-Process System (Question)
Home/operating system
SIKSHAPATH Latest Questions
Minni
Asked: October 12, 2022In: Computer Science
Give an example of a Process State from real life.
Minni
Asked: October 12, 2022In: Computer Science
A system has five processes P1 through P5 and four resource types R1 through R4. There are 2 units of each resource type. Given that: P1 holds 1 unit of R1 and requests 1 unit of R4 P2 holds 1 unit of R3 ...
Minni
Asked: October 12, 2022In: Computer Science
Which broader category of Scheduling does SRTF and RR scheduling algorithm fall in? Give 4 characteristics of above mentioned broader category.
Minni
Asked: October 12, 2022In: Computer Science
Differentiate between SJF and LJF CPU scheduling algorithms
Minni
Asked: October 12, 2022In: Computer Science
Write a solution to Dining philosopher problem from your own perspective.