distinguish between multi-tasking,multi-user,multi-
processing and time sharing?
Answer Posted / opensky
multi-tasking is general term.
multi-user, is facility that allow access simultaneously to
multiple users.
multi-processing, is facility, where multiple process can
run on OS.
time sharing, is again general term.
| Is This Answer Correct ? | 14 Yes | 32 No |
Post New Answer View All Answers
What is pipe command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command will print your home directory on screen?
What is the command to compare two files in unix?
How do I search a whole word in vim?
Explain command to show the space allocation of files?
How do I run a bash script?
What command is used to switching between users in unix?
What are the differences among a system call, a library function, and a unix command?
What is command statement?
What command will change your prompt to myprompt?
What is command substitution?
How do you repeat a command in terminal?
What are filter commands in unix?
What is $0 bash?