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
hw will u use awk in replacing cahrs and files
Name the unix command to find how many days the server has been up.
What does grep v do?
What are the commands in UNIX to list the files in a Directory?
What are bash commands?
Why is it called grep?
Enlist some filename manipulation commands in unix.
What are grep patterns?
What do chgrp command do?
What does the command ' $who | sort –logfile > newfile' do?
Why is grep called grep?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What happens when we execute a unix command?
What is the use of finger command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?