Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password

Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

OS Test 2


__ __ __ __ __ __ __ __ __
Category: Answer

 
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how
Created by: bcannoles
Popular Computers sets

 

 


ThrashingQuestion: _____ occurs when a process spends more time paging than executing.21false
StarvationQuestion: A significant problem with priority scheduling algorithms is _____.31false
FalseQuestion: Monitors are a theoretical concept and are not practiced in modern programming languages51false
TrueQuestion: The wait-for graph scheme is not applicable to a resource allocation system with multiple instances of each resource type.81false
targeted latencyQuestion: The Linux CFS scheduler identifies _____________ as the interval of time during which every runnable task should run at least once.141false
flag[i]Question: In Peterson's solution, the ____ variable indicates if a process is ready to enter its critical section.171false
It is not safe.Question: Suppose that there are 10 resources available to three processes. Which of the following correctly characterizes this state? Process Maximum Needs Currently Owned P0 10 4 P1 3 1 P2 6 4181false
all of the aboveQuestion: Which of the following data structures is appropriate for placing into its own segment?231false
JavaQuestion: Name at least one modern programming language that has incorporated the idea of a monitor.281false
Priority InversionQuestion: ____________ occurs when a higher-priority process needs to access a data structure that is currently being accessed by a lower-priority process.361false
All of the aboveQuestion: Which of the following is a benefit of allowing a program that is only partially in memory to execute?411false
Race ConditionQuestion: What is the term for describing the situation where shared data may be manipulated concurrently and the outcome of the execution depends upon the order of access?491false
serial scheduleQuestion: A schedule in which each transaction is executed atomically is called a(n) ____.531false
Waiting queuesQuestion: _____ can be used to prevent busy waiting when implementing a semaphore.561false
indefinite blockingQuestion: Another problem related to deadlocks is ____________.621false
no preemptionQuestion: One necessary condition for deadlock is ______, which states that a resource can be released only voluntarily by the process holding the resource.631false
AvailableQuestion: Which of the following data structures in the banker's algorithm is a vector of length m, where m is the number of resource types?641false
falseQuestion: Reentrant code cannot be shared.681false
Priority SchedulingQuestion: What scheduling algorithm assigns the CPU to the process with the highest priority?691false
logical addressQuestion: An address generated by a CPU is referred to as a ____.781false