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
Describe what a method's return statement can return.
Free
(Essay)
4.9/5
(45)
Correct Answer:
A method's return statement can return one value at most. The value can be a simple data type or it can be a more complex type-like an object.
Variables and constants are ____ within, or local to, only the method in which they are declared.
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
A
Programs that use recursion are error-prone but easy to debug.
Free
(True/False)
4.9/5
(41)
Correct Answer:
False
In implementation hiding, the calling method needs to understand only the interface to the method that is called and it need not know how the method works internally.
(True/False)
4.8/5
(36)
____ provide an overview of input to the method, the processing steps that must occur, and the result.
(Multiple Choice)
5.0/5
(30)
Match each term with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(38)
When a copy of a variable is sent to a method, it is passed by ____.
(Multiple Choice)
4.9/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.8/5
(32)
You can think of the ____ in a method declaration as a funnel into the method.
(Multiple Choice)
4.7/5
(40)
____ occurs when methods excessively depend on each other and makes programs more prone to errors.
(Multiple Choice)
4.9/5
(40)
____ is the ability of a method to act appropriately depending on the context.
(Multiple Choice)
4.8/5
(33)
The input value that makes the recursion stop is called the base case or ending case.
(True/False)
4.9/5
(30)
The variables in the method declaration that accept the values from the actual parameters are ____ parameters.
(Multiple Choice)
4.9/5
(36)
Each time a method executes, any parameter variables listed in the method header are ____.
(Multiple Choice)
4.9/5
(37)
A method's declared return type must match the type of value used in the return statement.
(True/False)
4.8/5
(27)
Showing 1 - 20 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)