Quiz Operating System
10/28/2020
Deadline tonight 10:00Pm
Q1. Write a program to implement multi-tasking
using C language. You are instructed to create Child and Parent process which performs
differently for example child process should print its PID and also print the
star diamond pattern and in parent process you have to call user defined
function which prints sum of two functions.
Q2. Write a program to invoke other process using C language
your main process will invoke the compiled file of created in Question one.
Q3. Execute following command on terminal and define
them In two lines each:
- · More command
- · Cat command with < >
- · Touch command
- · Gedit command
- · Ping command
- · Who’s
- · Ipconfig/all
Best of luck
Post a Comment