Looking for SY CE/CSE ISE even 2026 test answers and solutions? Browse our comprehensive collection of verified answers for SY CE/CSE ISE even 2026 at moodle.spit.ac.in.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
S1 = 1, S2 = 2
Processes:
P1: wait(S1), wait(S2)
P2: wait(S2), wait(S1)
P3: wait(S2)
Maximum processes in deadlock:
Consider:
P1: wait(A); wait(B);P2: wait(B); wait(A);
This leads to:
Consider contiguous allocation of physical memory to processes using variable partitioning scheme. Suppose there are 8 holes in the memory of sizes
20KB,4 KB,
25 KB,18 KB,7 KB,9 KB,15 KB, and
12 KB. Assume that no two holes are adjacent. Two processes
P1 of size
16 KB and
P2 of size
9 KB arrive in that order, and they are allocated memory using the best-fit technique. After allocating space to
P1 and
P2, the number of holes of size less than
8 KB is
. (answer in integer)
What are the advantages of multithreading?
Four processes have maximum requirements of 6, 4, 5, and 3 resources respectively.Find the maximum number of resources that can lead to deadlock.
Semaphore S = 2. Processes P1, P2, P3, P4 execute wait(S) simultaneously.
After all operations, how many processes are blocked?