Warning: Undefined array key 1 in /home/acaproso/public_html/._System/._Template/.Main.php on line 116
Operating system fundamentals questions.

Operating system fundamentals questions.

Find Operating system fundamentals university examination questions in acaproso.com

# Question
1

Consider the following set of processes , with the length of the CPU burst given in milliseconds:

process burst time priority
p1 10 3
p2 1 1
p3 2 3
p4 1 4
p5 5 2

The processes are assumed to have arrived in the order p1, p2, p3, p4, p5 all at time 0.

  • Draw the Gantt charts that illustrate the execution of these processes using the following algorithms: FCFS (First come first served), Priority (a smaller priority number implies a higher priority)
  • Calculating average time of completion by using FCFS.

Short answers
2

What is context switching with respect to process states?


Short answers
3

What is the differnce between multiprocessing and multiprogramming ?


Short answers
4

What is the difference between real time and timesharing system?


Short answers
5

What is UNIX operating system?


Short answers