whether the mulitasking and multiprocessing are same or
not.
Answer Posted / 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 |
Post New Answer View All Answers
Tell me about some of your hobby projects that you've written in your off time.
What is difference between using a macro and a in line function?
What are some examples of anti-patterns?
How do you learn about the latest technology trends?
Tell me what is the difference between hardware design and software design?
What are the rules followed by mutexes?
A vast majority of high performance embedded systems today use risc architecture why?
Explain me how does the interrupt architecture works?
Tell me what are the 4 types of inheritance relationship?
What software languages have you used to design, develop, and debug software application interfaces?
What is rtos in an embedded system?
How do you react to people criticizing your code/documents?
Mention what are buses used for communication in embedded system?
What is the difference between a web server, web farm and web garden? How would your web application need to change for each?
Please write a program to show the functionality of power-save super loop?