________ is the part of the problem statement that describes what a program should do if the input data is invalid.
Fill in the blank(s) with the appropriate word(s).
Error handling
You might also like to view...
To add a colored background to a selected cell or cells, click the _____ tab in the Format Cells dialog box.
A. Border B. Fill C. Format D. Background
Analyze the following code.
``` Number[] numberArray = new Integer[2]; numberArray[0] = new Double(1.5); ``` Which of the following statements is correct? a. You cannot use Number as a data type since it is an abstract class. b. Since each element of numberArray is of the Number type, you cannot assign an Integer object to it. c. Since each element of numberArray is of the Number type, you cannot assign a Double object to it. d. At runtime, new Integer[2] is assigned to numberArray. This makes each element of numberArray an Integer object. So you cannot assign a Double object to it.
To perform a reverse sort on query results from a SELECT statement, add the ___ keyword after the name of the field by which you want to perform the sort.
A. REVERSE B. DESC C. A-Z D. Z-A
Extra Light and Semi-Bold are examples of which feature available in the Label Wizard?
A. Font style B. Font size C. Font color D. Font weight