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 interrupt latency and how can we decrease it?
What is meant by a sandbox, why you would use one.
How does the addition of service orientation change systems? When is it appropriate to use?
Tell me what are the uses of the keyword volatile?
What is return type of isr?
Tell me about 3 times you failed.
What are some examples of anti-patterns?
Tell me why cannot arrays be passed by values to functions?
What are the different types of embedded systems?
Describe a pattern that is not the factory pattern?
Can structures be passed to the functions by value?
Explain the difference between mutexes vs semaphores?
Explain me how does the interrupt architecture works?
Explain the difference between "set" logic, and "procedural" logic.
Show me a portfolio of all the applications you worked on, and tell me how you contributed to design them.