0% found this document useful (0 votes)
15 views1 page

AAT Assignment 1 OS

1. The document contains 5 questions related to operating systems concepts for an assignment. The questions cover topics like process scheduling algorithms, message passing systems, semaphores, and solving readers-writers problem using semaphores. 2. The questions ask students to describe system call sequences, criteria for process schedulers, compare different scheduling algorithms, forms of message passing systems, semaphore operations, and solving synchronization issues using semaphores. 3. Students are instructed to answer all questions citing the appropriate course outcome and Bloom's level, and marks are allocated for each question.

Uploaded by

radhika.meegada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

AAT Assignment 1 OS

1. The document contains 5 questions related to operating systems concepts for an assignment. The questions cover topics like process scheduling algorithms, message passing systems, semaphores, and solving readers-writers problem using semaphores. 2. The questions ask students to describe system call sequences, criteria for process schedulers, compare different scheduling algorithms, forms of message passing systems, semaphore operations, and solving synchronization issues using semaphores. 3. Students are instructed to answer all questions citing the appropriate course outcome and Bloom's level, and marks are allocated for each question.

Uploaded by

radhika.meegada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

VARDHAMAN COLLEGE OF ENGINEERING

(AUTONOMOUS)
Affiliated to JNTUH, Approved by AICTE, Accredited by NAAC with A++ Grade, ISO 9001:2015 Certified
Kacharam, Shamshabad, Hyderabad – 501218, Telangana, India
A8510– OPERATING SYSTEMS
AAT: Assignment-I Common to CSE, IT, CSM, AIML and AIDS
Date of Assignment: 22-10-2023 II B.Tech I Sem Date of Submission: 16-11-2023
**Answer all the questions
S.No Question CO# BL# Marks

1 What is the system call sequence to copy the contents of one file into another? How CO1 BL2 5
do the system call is implemented in operating system? Describe the various
approaches to pass data from program to system a system call.

2 What is the criterion a process scheduling algorithm has to satisfy? Elaborate on it. CO1 BL2 5
Compare and contrast the various types of schedulers.
3 Calculate average waiting time, turnaround time and response time for the following CO2 BL4 5
processes with the length of the CPU burst given in nano seconds. Identify the
algorithm with which is having smallest average waiting time, turnaround time and
response time.

Use the following algorithms.


1. FCFS Scheduling
2. SJF Scheduling
3. SRTF Scheduling
4. Pre-emptive Priority scheduling with lower value has high priority.
5. Round Robin Scheduling with a time quantum of 3msec.
4 What is a message passing system? Describe the various forms of message passing CO2 BL4 5
systems implementation. Compare and contrast message passing and shared
memory systems.
5 Why do we use semaphores? What are the operations performed on semaphore CO2 BL4 5
variable? How do busy waiting problem is resolved with semaphore operations.
Explain the solution for Readers-Writers problem using semaphores.

You might also like