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
Enlist some filename manipulation commands in unix.
What is grep and how do you use it?
What does sed command do in unix?
What are the general commands in using unix os for a beginner?
What is ‘ps’ command for?
Are you in or at the office?
What does the “echo” command do?
How do you repeat a command in terminal?
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)?
What does grep v do?
What is the difference between cat command and more command?
Write a command to display a file’s contents in various formats?
What do chmod command do?
What are filter commands in unix?
What is the function of grep command in unix?