Question 1:
Which description of synchronous calls to an API is true?
Answer options:
A. They can be used only within single-threaded processes. B. They pause execution and wait for the response. C. They always successfully return within a fixed time. D. They can be used only for small requests.