Exam 9: Advanced Modularization Techniques

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

Arrays, unlike simple built-in types, are passed by ____.

(Multiple Choice)
4.9/5
(36)

List the four things you need to know when you call a method from a program or other method.

(Essay)
4.8/5
(36)

All modern programming languages contain many methods that are predefined.

(True/False)
4.8/5
(39)

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

(True/False)
4.7/5
(34)

When a data item is known to all of a program's modules, it is a(n) ____________________ data item.

(Short Answer)
4.9/5
(33)

Every time you call a method, the address to which the program should return at the completion of the method is stored in a memory location called the ____.

(Multiple Choice)
4.9/5
(45)

When you ____ a method, you write multiple methods with a shared name but different parameter lists.

(Multiple Choice)
4.8/5
(42)

Programmers use the term ____ to describe any extra time and resources required by an operation.

(Multiple Choice)
5.0/5
(37)

Using implementation hiding means that the ____ is the only part of a method with which the method's client interacts.

(Multiple Choice)
4.8/5
(38)

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

(Multiple Choice)
4.8/5
(37)

Describe recursion.

(Essay)
4.7/5
(40)
Showing 41 - 51 of 51
close modal

Filters

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