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
Explain me how does the interrupt architecture works?
Explain what happens when recursion functions are declared inline?
How are local and global variables are allocated by compiler.
How do you learn about the latest technology trends?
What are the rules followed by mutexes?
What is refactoring? Have you used it and it is important? Name three common refactorings.
Explain me can we use printf inside isr?
What are the most common errors you've found in embedded systems?
What is a memory leak? What is a segmentation fault?
How are variables mapped across to the various memories by the c compiler?
can a pointer be volatile ? Explain.
Tell me what are the commonly found errors in embedded systems?
What is inversion of control?
What are the essential components of embedded system?
What is your experience with technical documentation?