Answered step by step
Verified Expert Solution
Question
1 Approved Answer
is a scheduling problem when lower - priority process holds a resource needed by higher priority process. ( a ) Priority inversion ( b )
is a scheduling problem when lowerpriority process holds a resource needed by
higher priority process.
a Priority inversion
b Starvation
c Deadlock
d Busy waiting
e None of the above
Assume two processes are modifying a shared variable in memory call it as shown below.
Process P
Process P
where is a semaphores that is shared between the two processes. Assuming the initial value of
is and the initial value of is what value will hold after both process finish execution?
a
b
c
d Any of the above
e The two processes will block indefinitely, and no one will finish
In question if the initial value of is and the initial value of is what value will
hold after both process finish execution?
a
b
c
d Any of the above
e The two processes will block indefinitely, and no one will finish
Problem points: Memory Management
Which of the following statements is INCORRECT about demand paging?
a A page is brought into memory only when it is needed.
b It reduces memory requirements of processes.
c It reduces IO overhead.
d It generally reduces the response time of a process.
e None of the above.
How much memory will be allocated for a kernel memory request using a Buddy system
allocator?
a
b
c
d
e None of the above
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started