What’s the main difference between a synchronous and an asynchronous program?
Select one:
An asynchronous program may not wait for an execution step to complete before moving on to the next one.
A synchronous program doesn’t use loops or function calls.
A synchronous program can execute multiple steps simultaneously.
An asynchronous program executes steps in a fixed order.
Hint
Think about how tasks are handled in a non-blocking manner.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?