Exam 7: Using Procedures and Exception Handling

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

You cannot exclude the receiving variable in the procedure call.

(True/False)
4.9/5
(41)

In a Try-Catch structure,the ____ keyword precedes code that will always execute regardless of whether any exception occurred.

(Multiple Choice)
4.8/5
(37)

____ procedures are a kind of procedure provided by Visual Basic.

(Multiple Choice)
4.8/5
(40)

The Project Designer provides a central location for managing project ____.

(Multiple Choice)
4.8/5
(34)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A Sub procedure may be used within this kind of statement

(Multiple Choice)
4.8/5
(35)

The ____ event of a ComboBox object is triggered when the user changes the selection.

(Multiple Choice)
4.8/5
(33)

To detect exceptions and take corrective action,the ____ structure is used.

(Multiple Choice)
4.8/5
(29)

If the third item in a ComboBox list is selected by the user,the SelectedIndex property of the ComboBox will have the value ____.

(Multiple Choice)
4.7/5
(31)

After a Sub procedure has completed its execution,program control returns to the calling procedure and program execution resumes in the calling procedure.

(True/False)
5.0/5
(37)

You specify you want to pass a value by reference by entering the keyword ByRef in the Sub procedure declaration.

(True/False)
4.7/5
(32)

To make a splash screen display for a certain period of time,the Suspend procedure is placed in the form load event handler._________________________

(True/False)
4.8/5
(31)

The Project Designer contains fields to enter ____.

(Multiple Choice)
4.8/5
(29)

The ____________________ property is used to return the string value of the selected choice in a ComboBox.

(Short Answer)
4.9/5
(29)

The ____________________ property of a ComboBox is assigned a number that represents the selected item.

(Short Answer)
4.9/5
(34)

Arguments are contained inside ____ after the name of the procedure to be called.

(Multiple Choice)
4.9/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Consists of the procedure name followed by a set of parentheses

(Multiple Choice)
4.9/5
(27)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -When a program is broken into manageable parts,each part is called this

(Multiple Choice)
4.9/5
(44)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -If a Sub procedure is declared with this keyword,it can only be accessed by code within the class in which it was declared

(Multiple Choice)
4.7/5
(31)

To return multiple variables from a Function procedure,arguments passed ____ must be used.

(Multiple Choice)
4.8/5
(33)

A DivideByZeroException occurs when a value is divided by zero.

(True/False)
4.8/5
(42)
Showing 21 - 40 of 112
close modal

Filters

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