Os Lab Manual Mridul
Os Lab Manual Mridul
LAB MANUAL
CSE3003 – OPERATING
SYSTEM
SLOT : A14+D11+D12
INTERIM SEMESTER 2024-25
Objective:
To provide an understanding of the design aspects of
operating system.
Table of Contents
a) FCFS 4
b) SJF 6
c) PRIORITY 8
d) ROUND ROBIN 10
2) Simulate MVT and MFT 12
code
5
output
6
b) SJF
code
code
7
output
8
c) PRIORITY
code
9
output
10
d) ROUND ROBIN
code
code
11
output
12
2) SIMULATE MVT AND MFT
code
code
13
output
14
3) SIMULATE BANKER’S ALGORITHM FOR
DEADLOCK AVOIDANCE
code
15
output
16
4) SIMULATE BANKER’S ALGORITHM FOR
DEADLOCK PREVENTION
code
17
output
18
code
19
output
20
b) LRU
code
21
output
22
c) OPTIMAL
code
23
output
24
6. SIMULATE PAGING
TECHNIQUE OF MEMORY
MANAGEMENT
code
25
output