An application is requesting an I/O operation from the OS, which consists of several steps. The current step is: Block the current application. What are the next two steps?


An interrupt occurs.

Data transfer for the current application completes.

Execute kernel function in kernel mode.

Transfer execution to another application.

An interrupt occurs.

Block the current application.

Data transfer for the current application completes.

Transfer execution from another application back to the kernel in kernel mode.

this are the option give me the right answers