Exam 7: Using Procedures and Exception Handling

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

Identify the letter of the choice that best matches the phrase or definition​ a.​template b.​Project Designer c.​SelectedIndex d.​SelectedIndexChanged e.​procedure f.​ListBox g.​Sub procedure h.​Private i.​procedure call j.​Select Case REFERENCES: 464 465 452 462 466 454 464 465 465 464 -This provides a central location for managing project properties,settings,and resources​

(Essay)
4.8/5
(38)

If an exception occurs in the Try section of a Try-Catch structure and there is no matching Catch block,the program will stop.​

(True/False)
4.9/5
(39)

  ​ -A(n)____________________ procedure is a procedure that performs a task but does not return any data.​ ​ -A(n)____________________ procedure is a procedure that performs a task but does not return any data.​

(Essay)
4.8/5
(33)

The Elements property of a ComboBox contains the choices available to the ComboBox._________________________​

(True/False)
4.8/5
(39)

A Function procedure returns a single value to the calling procedure.​

(True/False)
4.9/5
(37)

A splash screen can be used to make a program appear to load faster than it actually does._________________________​

(True/False)
4.9/5
(26)

A variable declared as Private at the ____ level can be accessed by procedures and events within the class but not by any code outside of the class.​

(Multiple Choice)
4.8/5
(31)

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

(Multiple Choice)
4.8/5
(38)

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

(Multiple Choice)
4.8/5
(36)

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

(Essay)
4.8/5
(30)

You must specify a return data type in the procedure declaration to define the type of variable that is being returned to the calling procedure by the Function procedure.​

(True/False)
4.9/5
(37)

You cannot exclude the receiving variable in the procedure call.​

(True/False)
4.7/5
(34)

The ____ exception type occurs when a value is divided by zero.​

(Multiple Choice)
4.8/5
(34)

  ​ -The ____________________ is a generic exception that occurs whenever an error occurs that does not have an exception defined for it.​ ​ -The ____________________ is a generic exception that occurs whenever an error occurs that does not have an exception defined for it.​

(Essay)
4.8/5
(33)

When you pass a variable as an argument that was declared with the ByVal keyword in a procedure,that procedure cannot change the original value of the variable.​

(True/False)
4.8/5
(34)

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

(Multiple Choice)
4.9/5
(33)

Identify the letter of the choice that best matches the phrase or definition​ a.​template b.​Project Designer c.​SelectedIndex d.​SelectedIndexChanged e.​procedure f.​ListBox g.​Sub procedure h.​Private i.​procedure call j.​Select Case REFERENCES: 464 465 452 462 466 454 464 465 465 464 -​Object that can trigger a SelectedIndexChanged event when a selection is made

(Essay)
4.8/5
(32)

A Function procedure can pass back ____ value(s)using the Return statement to the calling procedure.​

(Multiple Choice)
4.9/5
(35)

A ____ procedure returns a single value to the calling procedure.​

(Multiple Choice)
4.7/5
(30)

The keyword ____ is used in a Function procedure to return a single value.​

(Multiple Choice)
4.9/5
(40)
Showing 41 - 60 of 112
close modal

Filters

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