Question
State true or false This scheduling algorithm is
not ideal for time sharing systems. 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
Disadvantages of FCFS
- The non-preemptive nature of the algorithm makes other small processes wait  until the current program completes.
- Short processes have to wait for a long time until the bigger process which arrives before it.
- The waiting time is usually high .
- This scheduling algorithm is not ideal for time sharing systems.
The circumference of a circle is 44 cm and the length of the rectangle is 5 times the radius of the circle. Find the area (in cm2) of the rec...
A right circular cylinder having total surface area of 17710 cm2 is immersed in a vessel completely filled with water. If the height of the c...
- 'A rectangular courtyard is being paved using tiles of size 75 cm × 45 cm. If the courtyard has a length of 9 meters and a width of 3.6 meters, determine ...
The area of four walls of a room is 120 cm2. If the length and breadth of the room were equal and the height of the room is 5 cm, then what i...
The total area of a circle and a square is 5450 cm2; the diameter of the circle is 70 cm, what is the difference between the circumference of...
The side of a square is equal to the perimeter of an equilateral triangle of area 196√3 cm2 . Find the area of the square?Â
The length and breadth of a rectangle are increased by 35% and 40% respectively. The increase in the area of the resulting rectangle will be:
The distance of the School and house of Suresh is 80 km. One day he was late by 1 hour than the normal time to leave for the college, so he increased hi...
The base of a triangle is 18 cm and height is 14 cm. The height of another triangle of double the area having the base 21 cm is:
The ratio of length to breadth of a rectangle is 5:4, respectively. Perimeter of rectangle is 252 cm. If each side of a square is 25% more than the brea...