What's the difference between asynchrony and concurrency?



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

Post New Answer

More Embedded Systems AllOther Interview Questions

Tell me why do we need virtual device drivers when we have physical device drivers?

1 Answers  


Do you know what is the function of watchdog timer in embedded system?

1 Answers  


What is interrupt latency? How can you reduce it?

1 Answers  


Tell me whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?

1 Answers  


Are you familiar with design patterns? What design software have you used and in what situations?

1 Answers  


what is Page Fault or Page thrashing ?

3 Answers   Broadcom,


Tell me what are the 4 types of inheritance relationship?

1 Answers  


Tell me what are real-time embedded systems?

1 Answers  


Tell us what is the need for an infinite loop in embedded systems?

1 Answers  


Why we use embedded systems?

1 Answers  


Mention how I/O devices are classified for embedded system?

1 Answers  


What is the difference between "set" logic, and "procedural" logic. When would you use each one and why?

1 Answers  


Categories