Exam 7: Sub and Function Procedures

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

A Sub procedure will never return a value after code execution.

(True/False)
4.8/5
(48)

A user-defined Sub procedure can contain only one parameter which is in the procedure header.

(True/False)
4.7/5
(31)

The code to insert a pet type of "parakeet" into a ListBox collection called PetsListBox at the last slot when "dog", "cat", and "horse" already exist, is ____.

(Multiple Choice)
4.7/5
(28)

The Math.Round() method has an optional third argument.

(True/False)
4.9/5
(32)

The Me method used to close a form is ____.

(Multiple Choice)
4.9/5
(39)

A block of program code that performs a specific task is called a procedure.

(True/False)
4.8/5
(29)

The procedure footer for a Sub procedure is always End Procedure.

(True/False)
4.9/5
(33)

All event procedures have at least two parameters, sender and e, when the procedure is invoked.

(True/False)
4.7/5
(34)

The number of choices a user may select from a listbox control is set on the ____ property.

(Multiple Choice)
4.8/5
(40)

The maximum number of items that should be displayed in a ListBox is ____.

(Multiple Choice)
4.9/5
(30)
Showing 41 - 50 of 50
close modal

Filters

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