You are on page 1of 1

Register no:

DEPARTMENT OF INFORMATION SCIENCE AND TECHNOLOGY


Assessment Test – II
Academic year: 2022 (Odd / Even Semester)
Regulation: 2019
Program: M.Tech Information Technology Year / SEM: 2022 / 2
Max. Marks: 20 Duration: 90 Mins
Date of Exam: 26.09.22 Staff Name: Dr.N.Thangaraj

CO 1 Articulate the main concepts, key ideas, strengths and limitations of operating systems
CO 2 Analyze the structure and basic architectural components of OS.
CO 3 Have an understanding of high-level OS kernel structure.
CO 4 Used gained insight into hardware-software interactions for compute and I/O
CO 5 Acquire practical skills in system tracing and performance analysis.
CO 6 Explore research ideas in system structure and behaviour
BL – Bloom’s Taxonomy Levels
(L1 - Remembering, L2 - Understanding, L3 - Applying, L4 - Analysing, L5 - Evaluating, L6 - Creating)

Course Code and Title: IF5202-ADVANCES IN OPERATING SYSTEMS

Q. Course Blooms Marks


No. Questions (Answer all questions) outcome Taxonomy
1. Use the date and who commands in sequence (in one line) CO1 L3 5
such that the output of date will display on the screen and the
output of who will be redirected to a file called myfile2. Use
the more command to check the contents of myfile2
2. Write a shell script that accepts a file name, starting and CO3,4 L6 5
ending line numbers as arguments and displays all the lines
between the given line numbers
3. Create three child processes. The parent process will give the CO4 L6 10
input to the child process.First child should calculate the
multiplication of the given input and report the result to the
parent. The second child should calculate the addition of the
previous results and the third child should divide the result of
all previous calculation by three.The parent should display
the end result.

Or
Simulate the functioning of Lamport’s Logical Clock in ‘C’.

You might also like