Fill This Form To Receive Instant Help
Homework answers / question archive / 1) GIVE THE ANSWER FOR THE FOLLOWING QUESTIONS: a
1) GIVE THE ANSWER FOR THE FOLLOWING QUESTIONS: a. Write c program to compute average turnaround time and average weighting time
for a set of processes (FCFS). The processes with pid, arrival time and burst time
should be taken from the user.
b. Write c program to create two children processes. Child process 1, compute
Fibonacci numbers as specified (count) by the user. Child process 2 computes the
prime numbers in the user mentioned range. After the termination of children
processes, parent process should display the pid of both the children.