Exam 8: Sub and Function Procedures

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

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

(Multiple Choice)
4.9/5
(44)

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

(Multiple Choice)
4.8/5
(32)

What is the difference between Sub procedures and Function procedures?

(Essay)
4.7/5
(37)

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 -The last statement within a function

(Short Answer)
4.7/5
(28)

All event procedures contain the ____ parameters in their procedure header.

(Multiple Choice)
4.9/5
(35)

What are two reasons for using independent Sub procedures in code?

(Essay)
4.9/5
(42)

How do you view the properties of an event procedure's e parameter?

(Essay)
4.9/5
(26)

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

(Multiple Choice)
4.9/5
(39)

The last statement in a function is typically the ____________________.

(Short Answer)
4.7/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.9/5
(37)
Showing 41 - 50 of 50
close modal

Filters

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