Exam 9: Advanced Modularization Techniques
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
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)
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)
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)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)