distinguish between multi-tasking,multi-user,multi-
processing and time sharing?
Answer Posted / yuvaraja
Multi Processing -is the ability to use more than one
processor (CPU), on a single machine.
Multi Tasking -is used when more than one
applications/programs/tasks are being run on a single
processor.
| Is This Answer Correct ? | 41 Yes | 11 No |
Post New Answer View All Answers
Name the general commands in using unix os for a beginner?
What will the following command do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does the md command do?
What does find command return in unix?
What is grep and how do you use it?
What are grep patterns?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do you repeat a command in terminal?
Write a command to kill the last background job?
What is {} in find command?
What is the unix command to confirm a remote host is alive or not?
What is the function of grep command in unix?
What is a bash command?