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
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do I use grep to find a file?
What is the difference between cat command and more command?
What is the use of finger command?
What is in grep command?
What do know about tee command and its usage?
Explain the steps that a shell follows while processing a command.
Explain command to show the space allocation of files?
What is the use of the tee command?
What is the search command in unix?
Is ‘du’ a command? If so, what is its use?
Differentiate cat command from more command.
What does touch command do in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is ‘ps’ command for?