whether the mulitasking and multiprocessing are same or
not.
Answer Posted / santhosh kumar. r
Ya, both are different. MultiTasking is rinning different
tasks on the same process, Ex:- Opening different tabs on
Mozilla Firefox, here a process with Mozilla.exe is the
single process in running state and different tabs opened
are tasks.
But Multiprocessing is running different
processes at the same time,some what like running
mozilla,iexplorer and mediaplayer. Here each process
occupies different memory and terminate seperately.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Implement a
What are the advantages and disadvantages of embedded system?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
Tell me what is a watchdog timer?
What is interaction semantics used in embedded systems?
What is digital signal controller ?
If a system goes blank, how do you debug it?
Why we use embedded systems?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
Tell me what are the uses of the keyword volatile?
How do you react to people criticizing your code/documents?
You've just been assigned to a project in a new technology how would you get started?
How do malloc and calloc work?
What is the use of having the const qualifier?
Why are interfaces important?