distinguish between multi-tasking,multi-user,multi-
processing and time sharing?
Answer Posted / amitshiknis
Multitasking: The ability of an OS to do more then one
thing at atime. for instance, you can be downloading a
large file and still use another program to do something,
like write a book.
Multiuser: A computer system the can handle more then one
user at a time. Windows is not a multiuser OS. It can
handle only one user at a time.
Multiprocessing: The chip in new computers is able to do
more then one task at a time because there is more then one
processing unit on/in the chip.
Thanks,
Amit Shiknis
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
What are awk commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain mount and unmount command.
What are the differences among a system call, a library function, and a unix command?
What is .sh file?
Differentiate cmp command from diff command.
What does 'mkdir' command do in UNIX?
What does pipe () return?
Which unix command to make a new directory?
Why is it called a shebang?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Which command is used to delete all files in the current directory and all its sub-directories?
What does the “echo” command do?
Which unix command lists files/folders in alphabetical order?
What is difference between grep and find command in unix?