distinguish between multi-tasking,multi-user,multi-
processing and time sharing?
Answer Posted / farishta
multi - programming : multiple programs can be run on the
same system
muti tasking : an logical extension of multi pprogramming
to perform multiple task at a same time or at different time
multi user : multiple users can work on time time or
different time
multi processing : multiple jobs by several cpus
timesharing : different tasks can share different rsources
| Is This Answer Correct ? | 27 Yes | 9 No |
Post New Answer View All Answers
What is the use of the tee command?
What command is used to switching between users in unix?
What do chgrp command do?
What are the commands in UNIX to list the files in a Directory?
What are file commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Explain ‘library functions’ with respect to unix commands?
What is the use of the command 'ls -x chapter[1-5]' ?
Differentiate cmp command from diff command.
Explain ‘system calls’ with respect to unix commands?
Which command is used to create a directory?
Which unix command lists files/folders in alphabetical order?
What is unix command line?
How do you grep recursively?
Who wrote grep?