Exam 9: Sub and Function Procedures

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

You can use the ____ function to return a number rounded to a specific number of decimal places.

(Multiple Choice)
4.8/5
(38)

When you pass a variable by value, the receiving procedure can change the value stored inside the variable.

(True/False)
4.7/5
(34)

What is the TryCast operator use for?

(Essay)
4.7/5
(41)

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

(True/False)
4.8/5
(40)

Unlike a Sub procedure header, a function's header includes the ____ section.

(Multiple Choice)
4.9/5
(40)

To pass a variable by value, you include the keyword ____ before the name of its corresponding parameter in the procedure's parameterList.

(Multiple Choice)
4.8/5
(35)

The last statement in a function is typically the ____________________.

(Short Answer)
4.7/5
(43)

A(n) ____ Sub procedure is processed only when called (invoked) from code.

(Multiple Choice)
4.9/5
(42)

You pass a variable by ____ when you want the receiving procedure to change the contents of the variable.

(Multiple Choice)
4.8/5
(30)

A(n) ____ procedure returns a value after performing its assigned task.

(Multiple Choice)
5.0/5
(37)

What are the rules for naming an independent Sub procedure?

(Essay)
4.8/5
(41)

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

(Multiple Choice)
4.9/5
(26)

Desk‑checking is also called ____________________ because you use a pencil and paper to follow each of the instructions by hand.

(Short Answer)
4.8/5
(24)

The position of the arguments listed in the calling statement should agree with the position of the parameters listed in the receiving procedure's _____.

(Multiple Choice)
4.8/5
(33)

You can invoke an independent Sub procedure using the ____ statement.

(Multiple Choice)
4.9/5
(38)

On what basis should you decide whether you should pass a variable's value or address to the receiving procedure?

(Essay)
5.0/5
(47)

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.8/5
(44)

Variables declared using the ____ data type do not have a set of properties.

(Multiple Choice)
5.0/5
(42)

The process of manually walking through your code, using sample data is called ____.

(Multiple Choice)
4.8/5
(43)

What is the difference between Sub procedures and Function procedures?

(Essay)
4.8/5
(33)
Showing 21 - 40 of 42
close modal

Filters

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