What's the difference between asynchrony and concurrency?
Answer / Puneet Kumar Anand
Asynchrony is a programming paradigm where the order of execution does not necessarily correspond to the order in which operations are issued. Concurrency, on the other hand, refers to multiple tasks running at the same time within a single process or system. Asynchronous operations can be concurrent if they don't block each other, but not all concurrent operations are asynchronous.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me why do we need virtual device drivers when we have physical device drivers?
Do you know what is the function of watchdog timer in embedded system?
What is interrupt latency? How can you reduce it?
Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Are you familiar with design patterns? What design software have you used and in what situations?
what is Page Fault or Page thrashing ?
Tell me what are the 4 types of inheritance relationship?
Tell me what are real-time embedded systems?
Tell us what is the need for an infinite loop in embedded systems?
Why we use embedded systems?
Mention how I/O devices are classified for embedded system?
What is the difference between "set" logic, and "procedural" logic. When would you use each one and why?