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
Can we use any function inside isr?
What do you do to stay abreast of the latest technologies and tools?
What's risc architecture?
How to implement a fourth order butter worth lp filter at 1 khz if sampling freuency is 8 khz?
Explain what is a watchdog timer?
What are the characteristics of embedded system?
What are the uses of the keyword volatile?
How to reduce function call overhead in arm based systems
Discuss the concept of yagni and explain something you did recently that adhered to this practice.
What are the qualifiers in c?
What is the function of simple thread poll in embedded system?
What does DMA address will deal with?
Explain interrupt latency and how can we decrease it?
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Tell me what is the function of simple thread poll in embedded system?