distinguish between multi-tasking,multi-user,multi-
processing and time sharing?
Answer Posted / amit
multitasking means multiple taske executed in a program.
task is the set of instructions.
mutiuser means an environment where multiple users can work
at the same time.
Multiprocessing means a system where there are more than
one processor.
time sharing systems are those in whoch processess are
assigned a time slice in which process has to complete its
execution.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Who wrote grep?
What command is used to check the current users?
what is the advaantage of each user having its own copy of the shell?
What is awk command used for?
Does cp command overwrite files?
How do you repeat a command in terminal?
What does this command do,"$more readme.txt“?
How do I find previous commands in unix?
What is the use of cut command in unix?
Differentiate cat command from more command.
What is nr in awk command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is sed awk grep?
What is the difference between cat command and more command?
Explain ‘system calls’ with respect to unix commands?