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
Tell me how to create a child process in linux?
What is the difference between a web server, web farm and web garden? How would your web application need to change for each?
What is the task of the pre-processor?
What is solid?
How can you reduce interrupt latency?
If you've integrated new software in an existing system, tell us how you evaluated and identified the requirements for this new technology.
What's the difference between asynchrony and concurrency?
What kinds of problems can you hit with locking model? And a lockless model?
Tell me why embedded system is useful?
What is continuous integration? Have you used it and why is it important?
What is interaction semantics used in embedded systems?
What is a memory leak? What is a segmentation fault?
Tell me what is the need for having multibyte data input and output buffers in case of device ports?
What is the last programming book you read?
Write a program to show the functionality of power-save super loop.