Exam 7: Using Procedures and Exception Handling

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A Sub procedure can return ____ value(s)to the calling procedure.

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

A

The ____ exception type occurs when a procedure is called and the result is not possible.

Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
Verified

A

A Sub procedure does not return any data to the calling procedure.

Free
(True/False)
4.8/5
(39)
Correct Answer:
Verified

True

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Must be explicitly called from within the program code

(Multiple Choice)
4.8/5
(44)

The ____ keyword is placed before the Sub keyword when creating a Sub procedure to specify that the procedure can be called only by code within the class in which it exists.

(Multiple Choice)
4.8/5
(34)

Passing an argument ____________________ guarantees that the original value of the variable in the calling procedure is not affected.

(Short Answer)
4.8/5
(37)

In a Function procedure declaration,any lines of code after a Return statement will not be executed.

(True/False)
4.8/5
(40)

When an argument is passed ____,it means the Sub procedure has access to the value of the passed argument,but does not actually reference the variable declared in the calling procedure.

(Multiple Choice)
4.8/5
(35)

You can pass at most two arguments to a Sub procedure.

(True/False)
4.9/5
(35)

A Finally statement is required after each Catch block in a Try-Catch structure to execute any necessary clean-up code.

(True/False)
4.8/5
(35)

The keyword(s)____ is/are used to specify the termination of a Try-Catch block of code.

(Multiple Choice)
4.8/5
(32)

Tap or click the list arrow on the left side of a ComboBox object to view the contents._________________________

(True/False)
5.0/5
(27)

The ____ object can trigger a SelectedIndexChanged event when a selection is made.

(Multiple Choice)
4.7/5
(40)

The index number of a ComboBox object can be assigned to a(n)____ data type variable.

(Multiple Choice)
4.7/5
(30)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Object that can trigger a SelectedIndexChanged event when a selection is made

(Multiple Choice)
4.8/5
(30)

If a Sub procedure has more than one argument,the variables are passed in the same order in which they appear in the procedure call statement.

(True/False)
4.8/5
(36)

A ____ screen can be added to engage the user while the application is loading.

(Multiple Choice)
4.9/5
(35)

When an argument is declared in a procedure with the keyword ____________________,it means that the procedure has access to the value of the passed argument,but it does not actually reference the variable declared in the calling procedure.

(Short Answer)
4.9/5
(35)

The ____ property allows you to change the generic graphic on the splash screen.

(Multiple Choice)
4.9/5
(37)

The ____ Information dialog box contains values that include the program title,description,company,product,and copyright date.

(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 112
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)