Operating System » Application Io Interface 2
A non blocking system call _________________

A. Halts the execution of the application for an extended time
B. Does not halt the execution of the application
C. Does not block the interrupts
D. None of the mentioned

An asynchronous call ____________

A. Returns immediately, without waiting for the i/o to complete
B. Does not return immediately and waits for the i/o to complete
C. Consumes a lot of time
D. Is too slow