whether the mulitasking and multiprocessing are same or
not.
Answer Posted / 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 |
Post New Answer View All Answers
How are macros different from inline functions?
Can we use printf inside isr?
What buses are used for communication in embedded system?
What is size of character, integer, integer pointer, character pointer?
Explain how does combination of functions reduce memory requirements in embedded systems?
What's your experience with technical documentation?
Tell me why does pre-emptive multi-threading used to solve the central controller problem?
As you know a vast majority of high performance embedded systems today use risc architecture why?
What is a semaphore? What are the different types of semaphore?
Explain the characteristics of embedded system?
What is continuous integration? Have you used it and why is it important?
What is the difference between hardware design and software design?
Explain what is meant by a sandbox, why you would use one, and identify examples of sandboxes in the wild.
Accessing fixed memory locations
What is kernel paging?