subject
Computers and Technology, 05.10.2019 04:10 vliu470

Question 4 (1 points): consider a multi-level feedback queue scheduler with 4 priority levels: • priority 3 (highest), where processes run with a 1 ms quantum • priority 2, where processes run with a 5 ms quantum • priority 1, where processes run with a 10 ms quantum; and • priority 0 (lowest), where processes run with a 100 ms quantum whenever a process finishes running without using its entire time quantum, it is moved up to a higher priority level (except if it is already at the highest priority level) for the next time it is runnable. if a process is still runnable after using its entire quantum, it is moved down to a lower priority level (unless it is already at the lowest priority level). within each priority level, the scheduler uses round-robin suppose this scheduler is running two processes: * process a which alternates between performing 5 ms of computation and starting and waiting for an i/o operation that takes 50 ms to complete process b which alternates between performing 15 ms of computation and starting and waiting for an i/o operation that takes 25 ms to complete after the processes are running for a long time, a. o process a will alternate between priority 2 and priority 1, while process b will alternate between priority 1 and priority 0 b. o process a will alternate between priority 3 and priority 2, while process b will alternate between priority 2 and priority 1 c. o process a will alternate between priority 3 and priority 2, but process b might never run d. o process a will be at priority 3 whenever process b is waiting for its i/o, and at priority 2 whne process b is ready or running e. o process a will alternate between priority 3 and priority 2, while process b will alternate between priority 1 and priority 0 f. o none of the above

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:20
Write a function balancechemical to balance chemical reactions by solving a linear set of equations. the inputs arguments are: reagents: symbols of reagents in string row array products: symbols of products in string row array elements: elements in the reaction in string row array elcmpreag: elemental composition of reactants in two dimensional numeric array elcmpprdcts: elemental composition of prducts in two dimensional numeric array hint: the first part of the problem is setting up the set of linear equations that should be solve. the second part of the problem is to find the integers from the solution. one way to do this is to mulitiply the rational basis for the nullspace by increasing larger integers until both the left-and right-side integers exist. for example, for the reaction that involves reacting with to produce and : reagents=["ch4", "o2"]; products =["co2", "h2o"]; elements =["c","h", "o"] elcmpreag=[1,4,0;
Answers: 3
question
Computers and Technology, 23.06.2019 10:20
Suppose there is a relation r(a, b, c) with a b+-tree index with search keys (a, b).1. what is the worst-case cost of finding records satisfying 10 < a < 50 using this index, in terms of the number of records n1, retrieved and the height h of the tree? 2. what is the worst-case cost of finding records satisfying 10 < a < 50 and 5 < b < 10 using this index, in terms of the number of records n2 that satisfy this selection, as well as n1 and h defined above? 3. under what conditions on n1 and n2, would the index be an efficient way of finding records satisfying the condition from part (2)?
Answers: 1
question
Computers and Technology, 23.06.2019 12:40
Curriculum exam to process a resident's payment, you must click on onesite payments home page. from the a. reports b. my settings o c.transactions o d. rent tab
Answers: 1
question
Computers and Technology, 23.06.2019 21:30
To move a file or folder in microsoft windows, you can click and hold down the left mouse button while moving your mouse pointer to the location you want the file or folder to be, which is also known as.
Answers: 3
You know the right answer?
Question 4 (1 points): consider a multi-level feedback queue scheduler with 4 priority levels: • p...
Questions
question
Mathematics, 07.01.2022 05:20
question
Mathematics, 07.01.2022 05:30
question
Mathematics, 07.01.2022 05:30