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

Computer Science & Information Technology

You might also like to view...

If Number = 8, what will be displayed after the following statement is executed?

``` Set Reciprocal = 1/Number Write Reciprocal``` a. 0.125 b. 1/8 c. “Reciprocal” d. An error message

Computer Science & Information Technology

Which of the following statements about Java Class Libraries is false:

a. Java class libraries consist of classes that consist of methods that perform tasks. b. Java class libraries are also known as Java APIs (Application Programming Interfaces). c. An advantage of using Java class libraries is saving the effort of designing, developing and testing new classes. d. Java class libraries are not portable

Computer Science & Information Technology

Open the Tabs dialog box by clicking the Tabs button located ________

A) on the HOME tab B) to the left of the horizontal ruler C) in the Paragraph dialog box D) on the INSERT tab

Computer Science & Information Technology

In an operation called “____ the buffer,” unwritten values in the buffer are written to a file.

A. cleaning B. closing C. flushing D. validating

Computer Science & Information Technology