Exam 7: Sub and Function Procedures

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

When the sorted property of a ListBox control is true, the ASCII collating sequence would put which category of data first?

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

C

The ____ method allows a programmer the control to display a form object on the screen.

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

B

In Visual Basic .NET, the Reference keyword is used when passing the address of the variable.

Free
(True/False)
4.8/5
(41)
Correct Answer:
Verified

False

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

(Multiple Choice)
4.9/5
(30)

The Items collection's ____ method is used to specify the items to be displayed in a list box control.

(Multiple Choice)
4.9/5
(27)

The keyword in a function that causes the data to be returned is the ____ keyword.

(Multiple Choice)
4.7/5
(32)

To place the state name "Ohio" in the Items collection you use the ____ method.

(Multiple Choice)
4.7/5
(34)

In Visual Basic .NET the default method of passing variable data is "by value."

(True/False)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(42)

When an application is started, Visual Basic .NET automatically processes the code contained in the Startup object.

(True/False)
4.8/5
(34)

In Visual Basic .NET, the Value keyword is used to pass a variable by value.

(True/False)
4.8/5
(37)

The expression Math.Round(287.876, 2) yields a value of ____.

(Multiple Choice)
5.0/5
(34)

A list box's ____ property can be used to select a list box item from code.

(Multiple Choice)
4.8/5
(41)

When a TextBox control's KeyPress event occurs, the address of the text box is passed to the KeyPress event procedure and stored in the procedure's sender parameter.

(True/False)
4.9/5
(33)

A user-defined Sub procedure will return a value after code execution.

(True/False)
4.7/5
(29)

The keyword in a function header that identifies the data type of the data being returned is the ____ keyword.

(Multiple Choice)
4.8/5
(48)

The procedure header for a Sub procedure will show the variables, which are called ____.

(Multiple Choice)
4.9/5
(33)

To remove the TabIndex boxes from the form the programmer would press the ____ key.

(Multiple Choice)
4.7/5
(34)

When the ByVal keyword is used on a parameterlist the original data may be changed.

(True/False)
4.9/5
(38)

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

(Multiple Choice)
4.7/5
(42)
Showing 1 - 20 of 50
close modal

Filters

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