Exam 7: Sub and Function Procedures
Exam 1: An Introduction to Visual Basic Net50 Questions
Exam 2: Designing Applications50 Questions
Exam 3: Using Variables and Constants50 Questions
Exam 4: The Selection Structure50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Sub and Function Procedures50 Questions
Exam 8: Manipulating Strings50 Questions
Exam 9: Sequential Access Files and Printing50 Questions
Exam 10: Arrays50 Questions
Exam 11: Classes and Objects50 Questions
Exam 12: Adonet and Aspnet50 Questions
Select questions type
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)