Job scheduling
Explain the different job scheduling in the operating systems?
Expert
Scheduling refers to the activity of deciding when the process will get the resources they requires.
FCFS : FCSFS stands for First Come First Served. In FCFS the job which has been waiting the longest is served next.
Round Robin Scheduling : Round Robin scheduling is a scheduling method in which each process has a small amount of time in order to run and then it is preempted and the next process is made to run. This is known as time-sharing and offers the effect of all processes running at the same time
Shortest Job First : The SJF algorithm is a non-preemptive scheduling algorithm which chooses the job which will execute in the shortest amount of time.
Priority Scheduling : Priority scheduling refers to a scheduling method where at all times the highest priority process is assigned the resource.
Explain what is meant by CPU Scheduler? Also explain what is CPU scheduling?
What has triggered is necessitate for multitasking in Personal computer?
List out the elements of the Computer System.
Give a brief introduction of the term named pipe?
What are global and local page replacements?
Explain in brief the Indirect Communication.
Your system is contaminated with Virus? Explain how to recover the data?
Describe in brief the two types of ROM.
Specify the difference between Primary storage and secondary storage?
Illustrate the term Mutual Exclusion.
18,76,764
1947726 Asked
3,689
Active Tutors
1456381
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!