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
What is the nmap command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Enlist some filename manipulation commands in unix.
Why is awk called awk?
Which command is used to copy files?
what is the advaantage of each user having its own copy of the shell?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How can we use grep command in unix?
What do chown command do?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I search for text in vi?
What is grep and how do you use it?
What is ‘ps’ command for?
What is the search command in unix?
Which unix command to make a new directory?