Looking for ECS518U - Operating Systems - 2025/26 test answers and solutions? Browse our comprehensive collection of verified answers for ECS518U - Operating Systems - 2025/26 at qmplus.qmul.ac.uk.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
The following screen shot shows a terminal session on a Linux computer:
Use the evidence in the screenshot to select all of the following statements that are true. Incorrect selections will reduce your overall marks for this question.
Select one or more of the following statements that are true about threads in Java– incorrect selections carry negative marks.
Select all of the following statements that are true about user-level and kernel-level threads– incorrect selections carry negative marks.
Select all of the following statements that are true about threads – incorrect selections carry negative marks.
The following statements are about the Dining Philosophers problem. Select all that are correct. Incorrect selections reduce your overall marks for this question.
The following questions are about threads, mutual exclusion and conditional suspension. Select all statements that are true. Incorrect selections will reduce your overall mark in this question.
The following statements are about the Java memory model. Select all that are correct. Incorrect selections reduce your overall marks for this question.
Select all of the following statements that are true about locks and deadlocks. Incorrect selections reduce your overall marks for this question.
Consider the following code which uses Python to call the ‘fork’ system call.
pid = os.fork()
if (pid == 0) :
# case 1
else :
# case 2
Select all of the following statements that are true (incorrect selections will reduce your overall marks for this question).
Match the command to its description