- Q1 Write A Shell Program To Find Prime Number From 1 To 50 And Display Output Q2 Write A Program To Calculate Average 1 (33.12 KiB) Viewed 40 times
Q1) Write a shell program to find prime number from 1 to 50 and display output. Q2) Write a program to calculate average
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Q1) Write a shell program to find prime number from 1 to 50 and display output. Q2) Write a program to calculate average
Q1) Write a shell program to find prime number from 1 to 50 and display output. Q2) Write a program to calculate average waiting time for Shortest Job First algorithm for following table and display output. Burst Time Process P1 Arrival time 0 5 P2 6 1 P3 2 2 P4 4 3 P5 8 4 Q3) Write a program to calculate page fault by using LRU (least recently used) for the following reference string: 1, 3, 2, 3, 4, 2, 1, 3, 4, 2, 1, 4, 3, 1, 3.