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.
Two statements are given, followed by two conclusions numbered I and II. Assuming the statements to be true, even if they seem to be at a variance with...
Statements-:
Some Sons are daughter.
A few daughters is Mother
Many mothers is father
At most Sons are child.
Co...
Statements:
No cup is plate.
Only a few plate is saucer.
Some saucer is spoon.
All spoon is juicer.
Conclu...
Statements: All counsellors are teachers.
Some teachers are candidates.
All candidates are students.
Conclusions:...
- Statements:
Some second is minute
Mostly minute is hour
All hour is time
Conclusions:
I. Some time is second In the questions given below, there are three statements followed by three conclusions I, II and III. You have to take the three given statements to be...
Statements: All pen are pencil.
All pencil are mobile.
...
Statements:
All A are B
All B are C
Some C are D
Conclusion:
I. All B are A
II. Some D are A
Statement : Only Phone are Charger
Few Battery are phone
None of the Power bank are battery.
Conclusion
I.A few charge...
Statements:
Some Mars are Planets.
Some Planets are not Stars.
Some Stars are Bright.
Conclusions:
I. Some Bri...