distinguish between multi-tasking,multi-user,multi-
processing and time sharing?
Answer Posted / ravi
I think,
In multitasking, One process run as much as it wants but when it wait(blocked) for slow IO operation it becomes blocked & turn is given to another process to run.
In time sharing, All process be given a time slot,for example 5 ms,at the end of time slot timer generate a pulse & task is switched.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
How do I run a bash script?
Who wrote grep?
What does awk stand for?
What is the search command in unix?
How do I run a whois command?
What is {} in find command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the use of the tee command?
How do I search for text in vi?
How do you repeat a command in terminal?
What do know about tee command?
What is the comma to show the space allocation of files?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do I delete files from command prompt?
What is the use of sed command in unix?