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...
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
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
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
In an operation called “____ the buffer,” unwritten values in the buffer are written to a file.
A. cleaning B. closing C. flushing D. validating