Lab 11.1 Self-Review Questions
In order to test your progress, you should be able to answer the following questions.
1) |
The RAISE_APPLICATION_ERROR works with which of the following?
_____ Named user-defined exceptions only _____ Unnamed user-defined exceptions only _____ Built-in and unnamed user-defined exceptions
| 2) |
The RAISE_APPLICATION_ERROR procedure requires which of the following parameters?
_____ error_number, error_text, keep_error _____ error_text, keep_error _____ error_number, error_text
| 3) |
The error number used in the RAISE_APPLICATION_ERROR must be which of the following?
_____ A number between -20,000 and -20,999 _____ A number between 20,000 and 20,999
| 4) |
The RAISE_APLICATION_ERROR halts the execution of the program.
_____ True _____ False
| 5) |
When the parameter keep_error is set to TRUE, which of the following occurs?
_____ An error message is displayed on the screen. _____ An error number is displayed on the screen. _____ A new error message is added to the list of raised error messages.
|
Answers appear in Appendix A, Section 11.1.
|
No comments:
Post a Comment