Which of the following signals causes an internal consistency check to verify that the data structures used by a program have not been corrupted?
A. SIGHUP
B. SIGUSR1
C. SIGTERM
D. SIGIO
Answer: D
You might also like to view...
Which of the following statements creates a multidimensional array with 3 rows, where the first row contains 1 element, the second row contains 4 elements and the final row contains 2 elements?
a. int[][] items = {{1, null, null, null}, {2, 3, 4, 5}, {6, 7, null, null}}; b. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}}; c. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}, {}); d. int[][] items = {{1}, {4}, {2}};
To show how individual volume changes over time in relation to total volume, use a(n) ____.
A. area chart B. bar chart C. column chart D. line chart
Atomic data types can be decomposed into simpler types.
Answer the following statement true (T) or false (F)
Which of the following settings is controlled by jumpers?
A. Chassis detection threshold B. Fan speed C. USB voltage D. Drive hierarchy