Question
Which statement correctly describes synchronous I/O from the calling process’s perspective?
Select an option. Your answer will be checked instantly.
Correct Answer: B. The process waits until the I/O operation completes
Explanation:
With synchronous I/O, the calling thread does not continue past the request until completion is reported.
Asynchronous I/O allows useful execution to continue while the operation is outstanding.
Leave a Reply