distinguish between multi-tasking,multi-user,multi-
processing and time sharing?
Answer Posted / lipsa naik
Multi-user is a term that defines an operating system or
application software that allows concurrent access by
multiple users of a computer. Time-sharing systems are
multi-user systems. Multiprocessing is the use of two or
more central processing units (CPUs) within a single
computer system
| Is This Answer Correct ? | 10 Yes | 26 No |
Post New Answer View All Answers
Who command in unix operating system?
Which command is used to find whether the system is 32 bit or 64 bit?
Who wrote grep?
What does 'mkdir' command do in UNIX?
What are reported commands?
What are the general commands in using unix os for a beginner?
What are the differences among a system call, a library function, and a unix command?
What does awk stand for?
What is “chmod” command?
What does the “echo” command do?
What is rmdir command?
What is the use of cut command in unix?
What is the use of egrep command in unix?
What is difference between grep and find command in unix?
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)?