whether the mulitasking and multiprocessing are same or
not.

Answers were Sorted based on User's Feedback



whether the mulitasking and multiprocessing are same or not...

Answer / jayasuriya

Multitasking implies time sharing, its like a single person
doing different jobs, obviously at different time slices.
Multiprocessing involves some amount of parallelism, if the
hardware supports (eg: dual core, hyper threading etc.)

Is This Answer Correct ?    26 Yes 1 No

whether the mulitasking and multiprocessing are same or not...

Answer / mukul aggarwal

NOT

Is This Answer Correct ?    14 Yes 1 No

whether the mulitasking and multiprocessing are same or not...

Answer / naga

Not Same

Is This Answer Correct ?    8 Yes 1 No

whether the mulitasking and multiprocessing are same or not...

Answer / 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

whether the mulitasking and multiprocessing are same or not...

Answer / sanjay

not same. both are different

Is This Answer Correct ?    3 Yes 0 No

whether the mulitasking and multiprocessing are same or not...

Answer / boss

Please be sure with the terminology here. No confusion abt Multitaking. But the second one, is it Multiprocess or multiprocessing ?? If you meant to say multiprocessing ANS#3 above is the correct response. If it is multiprocessing, ANS#8 gives you the right response to an extent.

Task, Process and thread: all these terms have their own meaning depending upon the OS. In General, this is what it is.

Task is a general term. A task can be a Process or a Thread.

Process is a program in execution and it has its own memory.

Threads are created and run in the context a process. A process can have multiple threads.

Ex for Process: MS Word, Notepad, calculator ete etc

Ex for threads: Within MSword, there will be multiple threads. One for grammar checking, one for formatting, one for printing etc etc.

Hope this gives you some idea in general.

Is This Answer Correct ?    2 Yes 0 No

whether the mulitasking and multiprocessing are same or not...

Answer / vishnu

There may be multiprocesses in a single task.

Is This Answer Correct ?    0 Yes 0 No

whether the mulitasking and multiprocessing are same or not...

Answer / karanam sreehari

both are different

Is This Answer Correct ?    0 Yes 0 No

whether the mulitasking and multiprocessing are same or not...

Answer / boss

Sligt typo correction in my ANS#9 above....

"If you meant to say multiprocessing ANS#3 above is the correct response. If it is multiprocess, ANS#8 gives you the right response to an extent "

Is This Answer Correct ?    0 Yes 0 No

whether the mulitasking and multiprocessing are same or not...

Answer / vignesh babu

no both are consists of different process

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Are you familiar with design patterns? What design software have you used and in what situations?

0 Answers  


Which is the best way to write loops?

0 Answers  


Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


What's risc architecture?

0 Answers  


What is the need for having multibyte data input and output buffers in case of device ports?

0 Answers  






what is the difference between embedded systems and the system in which rtos is running?

0 Answers  


What is the significance of watchdog timer in es?

0 Answers  


Significance of watchdog timer in embedded systems.

0 Answers  


Tell me what type of scheduling is there in rtos?

0 Answers  


Explain what are real-time embedded systems?

0 Answers  


What do you do to stay abreast of the latest technologies and tools?

0 Answers  


DMA deals with which address (physical/virtual addresses) ?

3 Answers   Bosch,


Categories