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
Accessing fixed memory locations
What are recursive functions? Can we make them in line?
Describe a software development life cycle that you've managed.
Tell me what are the qualifiers in c?
What is loop unrolling?
Which parameters decide the size of data type for a processor?
Describe a time when you collaborated with designers and engineers to deploy a new product. What was your role?
What is your experience with technical documentation?
What is solid?
Tell me what is interaction semantics used in embedded systems?
Can a pointer be volatile ?
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
How i/o devices are classified for embedded system?
Can we use printf inside isr?
Tell me what are the different types of buses used by the embedded systems?