The operating system knows when input and output operations begin and end because these events are marked by __________.

a. control blocks
b. interrupts
c. commands
d. The premise of this question is false.

b. interrupts

Computer Science & Information Technology

You might also like to view...

Which of the following correctly declares and initializes a two-dimensional rectangular array of integers?

a) int[,] sum = new int[3, 4]; b) int[] sum = new int[2, 4]; c) int sum[] = new int[2, 2]; d) None of the above.

Computer Science & Information Technology

In the following line, the word writeln is a ________ which performs a task or action in the script.

``` document.writeln("Hello World"); ``` a) structure b) collection c) object d) method

Computer Science & Information Technology