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
As you know a vast majority of high performance embedded systems today use risc architecture why?
What is the repository pattern? Why are patterns important?
You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?
Tell me what are the 4 types of inheritance relationship?
What software languages have you used to design, develop, and debug software application interfaces?
How does the interrupt architecture works?
Why embedded system is useful?
Mention how I/O devices are classified for embedded system?
What is an anti-aliasing filter?
How do you reduce interrupt latency?
Explain the difference between risc and cisc processor?
Explain me can we use printf inside isr?
How can you stop your dba from making off with a list of your users’ passwords?
Tell me can static variables be declared in a header file?
Tell me what is a watchdog timer?