Exam 9: Advanced Modularization Techniques

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

A method's name and parameter list constitute the method's ____.

(Multiple Choice)
4.8/5
(40)

When a data item is known to all of a program's modules, it is a ____data item.

(Multiple Choice)
4.8/5
(35)

A method's return type is part of its signature.

(True/False)
4.8/5
(41)

Describe how you create and use a method with multiple parameters.

(Essay)
4.8/5
(30)

Using recursion successfully requires a thorough understanding of ____________________.

(Short Answer)
4.9/5
(36)

List the items that must be included within the method declaration's parentheses.

(Essay)
4.9/5
(43)

____ is a measure of the strength of the connection between two program methods.

(Multiple Choice)
4.9/5
(35)

When methods must share data, you can pass the data into and return the data out of methods.

(True/False)
5.0/5
(40)

A called method accepts the value of an argument passed to it as its ____.

(Multiple Choice)
4.9/5
(33)

When the method ends at the ____________________ statement, the locally declared parameter variable ceases to exist.

(Short Answer)
4.8/5
(27)

Discuss tight coupling.

(Essay)
4.8/5
(32)

The method name and parameter list constitute the  ____.

(Multiple Choice)
4.7/5
(37)

Methods with identical names that have identical parameter lists but different return types are ambiguous.

(True/False)
4.8/5
(45)

Programmers refer to hidden implementation details as existing in a(n) ____________________.

(Short Answer)
4.8/5
(42)

A method could be called using any numeric value as an argument, whether it is a variable, a named constant, or a literal constant.

(True/False)
4.8/5
(36)

List the three things that you need to know to design effective methods.

(Essay)
4.9/5
(45)

____ refers to how the internal statements of a method serve to accomplish the method's purpose.

(Multiple Choice)
4.7/5
(28)

A method can return nothing, in which case the method is a ____ method.

(Multiple Choice)
4.8/5
(36)

A method that calls itself is a ____.

(Multiple Choice)
4.8/5
(44)

Discuss loose coupling.

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

Filters

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