Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Time left 1 : 4 2 : 0 7 Question 1 Answer saved Marked out of 3 . 0 0 Flag question Question text Assume
Time left ::
Question
Answer saved
Marked out of
Flag question
Question text
Assume there are three resources, R R and R that are each assigned unique integer values and respectively. What is a resource ordering which prevents a circular wait?
Select one:
a
R R R
b
R R R
c
R R R
d
R R R
Question
Answer saved
Marked out of
Flag question
Question text
is a thread library for Solaris that maps many userlevel threads to one kernel thread.
Select one:
a
Pthreads
b
Green threads
c
Sthreads
d
Java threads
Question
Not yet answered
Marked out of
Flag question
Question text
In an environment where several processes may open the same file at the same time,
Select one:
a
the operating system typically uses only one internal table to keep track of open files
b
the operating system typically uses two internal tables called the systemwide and perdisk tables to keep track of open files
c
the operating system typically uses three internal tables called the systemwide, perdisk, and perpartition tables to keep track of open files
d
the operating system typically uses two internal tables called the systemwide and perprocess tables to keep track of open files
Question
Not yet answered
Marked out of
Flag question
Question text
In Pthreads, a parent uses the pthreadjoin function to wait for its child thread to complete. What is the equivalent function in Win
Select one:
a
winjoin
b
wait
c
WaitForSingleObject
d
join
Question
Not yet answered
Marked out of
Flag question
Question text
A process may transition to the Ready state by which of the following actions?
Select one:
a
Completion of an IO event
b
Awaiting its turn on the CPU
c
Newlyadmitted process
d
All of the above
Question
Not yet answered
Marked out of
Flag question
Question text
The "key" scheme for implementing revocation allows selective revocation.
True
False
Question
Not yet answered
Marked out of
Flag question
Question text
allows the parent and child processes to initially share the same pages, but when either process modifies a page, a copy of the shared page is created.
Select one:
a
copyonwrite
b
zerofillondemand
c
memorymapped
d
virtual memory fork
Question
Not yet answered
Marked out of
Flag question
Question text
A cycle in a resourceallocation graph is
Select one:
a
a necessary and sufficient condition for deadlock in the case that each resource has more than one instance
b
a necessary and sufficient condition for a deadlock in the case that each resource has exactly one instance
c
a sufficient condition for a deadlock in the case that each resource has more than one instance
d
is neither necessary nor sufficient for indicating deadlock in the case that each resource has exactly one instance
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