distinguish between multi-tasking,multi-user,multi-
processing and time sharing?

Answer Posted / raghavendra sharma

Multi-tasking:it is nothing but a single system with one
processor performs execution of more than one process.

Multi-user:multi-user may be defined as using of same
process or program by no of users at a single unit of
time.EX:when we consider google database it is accessed by
millions of users at a time from different parts of world.

Multi-processing:multi-processsing is a special technique
in which a single system consists of more than one
processors and each process is done by all the processors.
Advantage:Each process is executed in very small amount of
time.
Disadvantage:It is very costly process.

Time-sharing:time-sharing is a process in which if there
exists more than one process each process is executed by
giving certain amount of time after that time control is
switched to next process and vice-versa.
Advantage:all process are executed simultaneously.
Disadvantage:it takes lot of time to execute all processes.

Is This Answer Correct ?    20 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use nslookup?

764


What does 'mkdir' command do in UNIX?

908


Is command prompt unix?

790


What is the size of time_t?

895


What is the use of find command in unix?

766


Name the various commands that are used for the user information in unix.

782


What is the difference between grep and grep?

799


How do I open a port?

774


What is command statement?

790


What is merge command in unix?

1141


What is updatedb?

766


What are bash commands?

796


Which command is used to kill the last background job?

1012


What is the function of grep command in unix?

797


Explain how to use grep command to list find the records of a file containing 10 different strings?

804