Exam 8: Sub and Function Procedures

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

What is an event procedure?

(Essay)
4.9/5
(38)

Match each item with a statement below. a.Return statement f.parameter b.address g.event procedure c.Call statement h.As datatype clause d.independent Sub procedure i.Sub procedure e.Function procedure -A Sub procedure that is associated with a specific object and event

(Short Answer)
4.9/5
(33)

The parameterList lists the data type and name of one or more memory locations, called ____.

(Multiple Choice)
4.8/5
(27)

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

(Multiple Choice)
4.9/5
(41)

After creating your own function in Visual Basic, you can invoke it from one or more places in an application's code.

(True/False)
4.9/5
(42)

The function's header and footer contain the ____ keyword.

(Multiple Choice)
4.8/5
(37)

The ____ clause in an event procedure's header indicates the object and event associated with the procedure.

(Multiple Choice)
4.7/5
(38)

How do you invoke a function that you have created?

(Essay)
4.7/5
(32)

What kind of access to a variable does the receiving procedure have when the variable is passed to it by value?

(Essay)
4.7/5
(28)

The ____ parameter in an event procedure's header contains additional information provided by the object that raised the event.

(Multiple Choice)
4.9/5
(36)

The ____ parameter in the KeyPress event procedure's header contains a character that corresponds to the key pressed by the user.

(Multiple Choice)
4.8/5
(39)

Passing a variable's address to the receiving procedure is referred to as passing by ____.

(Multiple Choice)
4.9/5
(37)

When you pass a variable ____________________, the computer passes a copy of the variable's contents to the receiving procedure.

(Short Answer)
4.8/5
(33)

The rules for naming an independent Sub procedure are the same as those for naming variables.

(True/False)
4.8/5
(35)

Match each item with a statement below. a.Return statement f.parameter b.address g.event procedure c.Call statement h.As datatype clause d.independent Sub procedure i.Sub procedure e.Function procedure -Used to invoke an independent Sub procedure

(Short Answer)
4.8/5
(29)

What is the purpose of a timer control?

(Essay)
4.9/5
(38)

The process of converting a variable from one data type to another is referred to as ____.

(Multiple Choice)
4.9/5
(33)

Match each item with a statement below. a.Return statement f.parameter b.address g.event procedure c.Call statement h.As datatype clause d.independent Sub procedure i.Sub procedure e.Function procedure -Does not return a value after performing its assigned task

(Short Answer)
4.9/5
(43)

Procedure names are usually entered using ____________________ case.

(Short Answer)
4.9/5
(31)

To pass a variable by reference in Visual Basic, you include the keyword ____________________ before the variable's corresponding parameter in the receiving procedure's header.

(Short Answer)
4.7/5
(37)
Showing 21 - 40 of 50
close modal

Filters

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