CS604 Fall 2011 2nd Assignment
Posted on Saturday, 12 November 2011
in Spring 2011
Question # 1:
Five processes A, B, C, D and E are given below with their run time and arrival time.
Process CPU Time Arrival Time
A............. 8 .................. 0
B............... 1 .................. 1
C............... 2 .................. 3
D............... 1 .................. 4
E................ 5 .................. 2
(Where as Quantum = 3 ms)
Find the Turnaround Times, Waiting time and draw the Gantt chart for these processes by
using Shortest Job First and Round Robin scheduling Algorithms.
Question # 1:Five processes A, B, C, D and E are given below with their run time and arrival time.Process CPU Time Arrival TimeA............. 8 .................. 0B............... 1 .................. 1C............... 2 .................. 3D............... 1 .................. 4E................ 5 .................. 2(Where as Quantum = 3 ms)Find the Turnaround Times, Waiting time and draw the Gantt chart for these processes byusing Shortest Job First and Round Robin scheduling Algorithms.
Read 457 times
Fourth 4th Assignment Spring 2011 CS604
Posted on Monday, 27 June 2011
in Spring 2011
A computer system has a 32-bit virtual address space with a page size of 4K and 8
bytes per page table entry.
bytes per page table entry.
Read 239 times
Third Assignment Spring 2011 CS604
Posted on Monday, 27 June 2011
in Spring 2011
Suppose that the system distinguishes among four types of resources, (A, B, C and D), the following is an example of how those resources could be distributed. There are five processes that take part in the execution and needed resources. You should find the all possible safe sequences for allocating the given resources.
Read 209 times
Third Assignment Spring 2011 CS604 Operating System
Posted on Sunday, 26 June 2011
in Spring 2011
Question # 1:
Suppose that the system distinguishes among four types of resources, (A, B, C and D), the following is an example of how those resources could be distributed. There are five processes that take part in the execution and needed resources. You should find the all possible safe sequences for allocating the given resources.
Read 221 times
Spring 2011 CS604 2
Posted on Thursday, 28 April 2011
in Spring 2011
Question 1: Marks: 10
Suppose there are number of processes running on a system. New process in this
system arrives at an average of ten processes per minute. Each process requires an
average of 4 seconds of service time. Estimate the fraction of CPU busy time in a
system with a single processor.
Read 1087 times
Spring 2011 CS604 1 + Solution
Posted on Wednesday, 13 April 2011
in Spring 2011
Question # 1:
Read the following program carefully and write the output of the program. Explain each line of code according to given numbering.
Read the following program carefully and write the output of the program. Explain each line of code according to given numbering.
Read 690 times
