Question 4
Which of the following statements correctly differentiates between synchronous and asynchronous updates in frontend development?
In synchronous updates, the UI waits for the operation to complete, while in asynchronous updates, the UI remains responsive.
Synchronous execution is blocking, whereas asynchronous execution is non- blocking.
Asynchronous updates are preferred for network requests and background tasks, while synchronous is best for quick operations.
Both synchronous and asynchronous updates allow the browser to continue execution without waiting.