Exam 7: Sub and Function Procedures

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

The variables passed in a Call statement are separated by commas.

(True/False)
4.7/5
(34)

Functions are different from Sub Procedures in that you cannot pass (send) information to functions.

(True/False)
4.7/5
(32)

Some functions like Val and InputBox are referred to as intrinsic functions in Visual Basic .NET.

(True/False)
4.9/5
(38)

When the ListBox sorted property is true, items in the collection are listed in ____.

(Multiple Choice)
4.9/5
(24)

A Function procedure will always return a value after execution.

(True/False)
4.9/5
(38)

The keyword Public indicates that only the procedures in the current form can access the procedure.

(True/False)
4.9/5
(42)

Math.Round(3.234, 2) returns the number 3.24.

(True/False)
4.7/5
(35)

The default number of choices that a user can make from a ListBox control is ____.

(Multiple Choice)
4.9/5
(35)

In Visual Basic .NET, passing a variable's address is referred to as passing by reference and the keyword to do this is ByRef.

(True/False)
4.9/5
(42)

The number, type, and order of the arguments in an argumentlist on a Call statement must match the parameters in the parameterlist on the Sub procedure header.

(True/False)
4.9/5
(33)

When passing arguments, if the programmer wants to grant access to the original variable, the programmer should pass the variable by ____.

(Multiple Choice)
4.8/5
(42)

The sender parameter of an event procedure contains the internal memory address of the object that raised the event.

(True/False)
4.9/5
(39)

The following items are included in a Listbox Items Collection: 1, 2, 10, 3, 20 If the Sorted property is set to true, in what order will the values appear?

(Multiple Choice)
4.9/5
(40)

To determine which item in a ListBox was selected you could use the ____ property.

(Multiple Choice)
4.9/5
(37)

The e parameter of an event procedure provides additional information provided by the object that raised the event.

(True/False)
4.8/5
(38)

The first item in a ListBox list carries an index value of 1.

(True/False)
4.7/5
(36)

All procedures, including user-defined Sub procedures, have a procedure header and a procedure footer.

(True/False)
4.7/5
(32)

Which accessibility provides unlimited access to procedures in the current form?

(Multiple Choice)
4.9/5
(34)

Which accessibility limits access to procedures in the current form?

(Multiple Choice)
4.8/5
(33)

A list box's ____ event occurs each time a different value is selected in the list box.

(Multiple Choice)
4.7/5
(36)
Showing 21 - 40 of 50
close modal

Filters

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