0% found this document useful (0 votes)
3 views

Assignment_OS

aaa

Uploaded by

yash yadav
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Assignment_OS

aaa

Uploaded by

yash yadav
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

SANSKRITI UNIVERSITY

Mathura, Uttar Pradesh

Assignment
Course Name: Operating Systems

 What is an operating system?


 Name any two types of operating systems.
 What is the difference between a process and a program?
 Describe the difference between multitasking and multiprocessing in an OS.
 Define Operating System. List the objectives of an operating system.
 What are the four main components of an operating system? Briefly explain each.
 What is process scheduling in an operating system?
 What is a process control block (PCB)?
 Which scheduling algorithm is most suitable for real-time systems?
 Define the term 'process scheduling.'
 What is the role of a process control block (PCB)?
 Which system call is used to create a new process?
 What is process termination?
 What is the 'running' state of a process?
 What is a real-time operating system (RTOS)?
 What does 'context switching' mean in the context of processes?
 Name any two states a process can be in.
 What is a zombie process?
 Difference between FCFS , SJF and Round Robin scheduling algorithm
 Consider the set of 5 processes whose arrival time and burst time are given below-

Process Id Arrival time Burst time


P1 5 5
P2 4 6
P3 3 7
P4 1 9
P5 2 2
P6 6 3
If the CPU scheduling policy is Round Robin with time quantum=3 , FCFS and SJF ,
calculate the average waiting time and average turn around time

You might also like