Question
Average waiting time of all
process? Read the below passage and answer the questions First Come First Serve (FCFS) Â is an operating system scheduling algorithm that automatically executes queued requests and processes in order of their arrival. It is the easiest and simplest CPU scheduling algorithm. In this type of algorithm, processes which requests the CPU first get the CPU allocation first. This is managed with a FIFO queue. The full form of FCFS is First Come First Serve. As the process enters the ready queue, its PCB (Process Control Block) is linked with the tail of the queue and, when the CPU becomes free, it should be assigned to the process at the beginning of the queue.Solution
The average waiting time is calculated by taking the sum of all the waitings and dividing it by the number of processes. 9 + 9 + 3 + 134 49 + 9 + 3 + 13 ​  = 8.5 ms Therefore the average waiting is 8.5 ms .
188, 200, 219, ?, 278, 318
Ankit can finish 25% of a task in 4 days. Bhuvan is 20% less efficient than Ankit. How many days will it take for both of them to...
What is the purpose of a "Page Table" in virtual memory systems?
'Arjuna' and 'Bishnu' began running in opposite directions on a circular track of 1200 metres at the same time. If 'Arjuna', who ...
An LPP has constraints:
x + y ≤ 4
x + y ≥ 6
x, y ≥ 0
What can be said about the feasible region?
What is the total production of Product Y for the entire year, and what percentage does it contribute to the total production of all products in the las...
A trapezoid has bases of lengths 10 cm and 20 cm and an area of 180 cm². Find the height of the trapezoid.
A person 'P' is 4 years younger than 'Q' and also 10 years less than twice the age of 'R'. Given that the ages of 'Q' and 'R' are in the ratio 5:3, dete...
Arjun, Bheem, and Chetan start a business with initial investments of Rs. (p+1500), Rs. 'p', and Rs. (p-1000) respectively.
Quantity I: If the t...
What is the function of the "IF" function in Excel?