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

Assignment_ 02

This document is an assignment for the Principles of Operating Systems course at COMSATS University Islamabad, Wah Campus. It includes five questions related to process creation, process states, scheduling types, and system component dependencies. The assignment is due on September 26, 2024, and is worth a maximum of 10 marks.

Uploaded by

Mujtaba Ahmad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

Assignment_ 02

This document is an assignment for the Principles of Operating Systems course at COMSATS University Islamabad, Wah Campus. It includes five questions related to process creation, process states, scheduling types, and system component dependencies. The assignment is due on September 26, 2024, and is worth a maximum of 10 marks.

Uploaded by

Mujtaba Ahmad
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

COMSATS University Islamabad, Wah Campus

Assignment # 02
Department of Computer Science

Class/Program: BS (CS)-5C Date: Sep 26, 2024

Subject: Principles of Operating System Instructor: Farah Jabeen

Submission Date: 26 Sept Maximum Marks: 10


Student Name: Registration #:

Q 01: [CLO-2]

Including the initial parent process, how many processes are created?

Q 02: [CLO-2]

When a process creates a new process using the fork () operation, which of the following states is shared
between the parent process and the child process? a. Stack b. Heap c. Shared memory segments.

Q 03: [CLO-2]

How many processes are created?


Q 04: [CLO-2]

Describe the differences among short-term, medium-term, and long-term scheduling.

Q 05: [CLO-2]

It is sometimes difficult to achieve a layered approach if two components of the operating system are
dependent on each other. Identify a scenario in which it is unclear how to layer two system components
that require tight coupling of their functionalities.

****************************** *******************************

You might also like