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
How does input/output bus functions?
What are the different types of buses used by the embedded systems?
Explain the differences between stateless and stateful systems, and impacts of state on parallelism.
Explain what is the difference between mutexes and semaphores?
Explain the components of an embedded system?
How can you stop your dba from making off with a list of your users’ passwords?
What is the purpose of using critical sections?
PROVIDE ME NOTES ON EMBEDDED TCHNLOGY
Please explain the difference between mutexes vs semaphores?
What is kernel paging?
What is the difference between hard real-time and soft real-time os?
Tell me can structures be passed to the functions by value?
How do you reduce interrupt latency?
Explain what is meant by a sandbox, why you would use one, and identify examples of sandboxes in the wild.
List out various uses of timers in embedded system?