Exam 9: Advanced Modularization Techniques

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

Discuss the cumulative summing relationship.

(Essay)
4.8/5
(42)

A method that calls itself is a ____.

(Multiple Choice)
4.7/5
(39)

Discuss tight coupling.

(Essay)
4.7/5
(37)

Match each term with a statement below. -Contains identifying information about the method

(Multiple Choice)
4.7/5
(46)

____ occurs when a method is defined in terms of itself.

(Multiple Choice)
4.9/5
(43)

The last statement in a method is a(n)____.

(Multiple Choice)
4.9/5
(39)

Match each term with a statement below. -When all the operations in a method contribute to the performance of a single task

(Multiple Choice)
4.8/5
(29)

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

(Multiple Choice)
4.8/5
(31)

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

(Multiple Choice)
5.0/5
(35)

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

(True/False)
4.9/5
(37)

Variables and constants are ____ within,or local to,only the method in which they are declared.

(Multiple Choice)
4.9/5
(31)

Match each term with a statement below. -Occurs when a copy of data that must be shared is passed from one method to another

(Multiple Choice)
4.9/5
(35)

You can think of the ____ in a method declaration as a funnel into the method.

(Multiple Choice)
4.7/5
(38)

You can invoke or call a method from another program or method.

(True/False)
4.7/5
(31)

Describe recursion.

(Essay)
4.9/5
(33)

All modern programming languages contain many methods that are predefined.

(True/False)
4.8/5
(48)

The method name and parameter list constitute the ____.

(Multiple Choice)
4.9/5
(36)

Explain what happens when you call a method and the method ends.

(Essay)
4.9/5
(32)

____ occurs when methods do not depend on others.

(Multiple Choice)
4.8/5
(39)

A(n)____________________ chart is a tool that identifies and categorizes each item needed within the method as pertaining to input,processing,or output.

(Short Answer)
4.9/5
(29)
Showing 41 - 60 of 60
close modal

Filters

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