Page 1 of 1

Q1) Write a shell program to find prime number from 1 to 50 and display output. (2) Write a program to calculate average

Posted: Fri May 20, 2022 4:44 pm
by answerhappygod
Q1 Write A Shell Program To Find Prime Number From 1 To 50 And Display Output 2 Write A Program To Calculate Average 1
Q1 Write A Shell Program To Find Prime Number From 1 To 50 And Display Output 2 Write A Program To Calculate Average 1 (34.26 KiB) Viewed 39 times
please
Q1) Write a shell program to find prime number from 1 to 50 and display output. (2) Write a program to calculate average waiting time for Shortest Job First algorithm for following table and display output. Process PI Burst Time 5 Arrival time 0 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.