Exam 17: Talk to Me Function Procedures

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

If the function returns a string, you enter ____ at the end of the header.

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

C

As is true with a Sub procedure, a function can receive information either by value or by reference.

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

True

In a function, the data type of the expression in the Return statement must agree with the data type specified in the ____ section of the header.

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

D

You know that a variable is passed by value when the keyword ____ appears before the parameter in the function's header.

(Multiple Choice)
4.7/5
(31)

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

(Multiple Choice)
4.8/5
(32)

Like sub procedure names, function names typically begin with a(n) ____.

(Multiple Choice)
4.7/5
(36)

A ____ under a variable in the Code Editor window indicates that it has not been declared.

(Multiple Choice)
4.7/5
(44)

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

(Multiple Choice)
4.9/5
(39)

A ____'s header includes the As dataType section.

(Multiple Choice)
4.9/5
(44)

Fewer unintentional errors occur in applications when memory locations have the maximum scope needed.

(True/False)
5.0/5
(35)

A Sub procedure's header includes the As dataType section.

(True/False)
4.9/5
(28)

The information a function receives is listed in the ____ in the header.

(Multiple Choice)
4.8/5
(42)

In most cases, the last statement within a function is Update expression.

(True/False)
4.9/5
(31)

The sub procedure's header and footer contain the ____ keyword.

(Multiple Choice)
4.8/5
(45)

When changing the Sub keyword in a header to Function, the Code Editor automatically changes the Sub keyword in the footer to the Function keyword.

(True/False)
4.7/5
(39)

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

(True/False)
4.8/5
(37)

A(n) ____ procedure does not return a value.

(Multiple Choice)
4.9/5
(37)

The statement that invokes a function will always assign the function's return value to a variable.

(True/False)
4.8/5
(48)

Allowing more than one procedure to change the contents of a memory location can lead to subtle errors that are difficult to find, especially in large applications.

(True/False)
4.7/5
(37)

You use the ____ section of the function's header to specify the data type of the value returned by the function.

(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 25
close modal

Filters

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