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.
Find which one of the given words cannot be made from the letters of the word âCOMPANIONSHIPâ .
If the position of the letters in the word “FORMALITIES” are rearranged in such a way that the position of S remains the same position, then...
How many such pair of letters are in the word 'STUDENT' which has as many letters between them (both forward and backward) as in the English alphabetic...
In the given number â453976394â if â2â is subtracted from each odd number and â2â is added to each even number then how many digits are rep...
If each vowel of the word ' TECHNICAL' is changed to its next letter in the English alphabets and each consonant is changed to its previous letter of th...
In the given number â267453717â if â2â is added to each odd number and â1â is subtracted to each even number then how many digits are not r...
If all the letters of the word CALENDAR are arranged in reverse alphabetical order starting from the left end, the immediate succeeding letter in the a...
 If all the vowels in the word âFALSEHOODâ are changed to the next letter in the English alphabetical order and all the consonants remain the same ...
How many pairs of letters are there in the word 'REQUIREMENT' which has as many letters between them (both forward and backward) in the word as in the E...
Which of the following letter will be 8th letter from the right end if the letters of the word âSURCHARGEââ are arranged in reverse alphabetical o...