Exam 6: Using Methods
Exam 1: An Overview of Computer Programming50 Questions
Exam 2: Applications and Data50 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Looping50 Questions
Exam 5: Arrays50 Questions
Exam 6: Using Methods50 Questions
Exam 7: Object-Oriented Concepts50 Questions
Exam 8: More Object Concepts50 Questions
Exam 9: Event-Driven Programming With Graphical User Interfaces50 Questions
Exam 10: Exception Handling50 Questions
Exam 11: System Modeling With the Uml50 Questions
Exam 12: Manipulating Larger Quantities of Data50 Questions
Select questions type
Simple non-array variables are usually passed to methods by ____.
(Multiple Choice)
4.9/5
(31)
In a flowchart, you draw the main() method and every other method separately with its own sentinel symbols.
(True/False)
4.8/5
(36)
The ____ type for a method can be any type, which includes numeric, character, and string, as well as other more specific types that exist in the programming language you are using.
(Multiple Choice)
4.9/5
(39)
The arguments sent to a method in a method call are often referred to as ____ parameters.
(Multiple Choice)
4.8/5
(42)
The variables in the method declaration that accept the values from the actual parameters are the ____ parameters.
(Multiple Choice)
4.9/5
(39)
____________________ is the process of paying attention to important properties while ignoring nonessential details.
(Short Answer)
4.8/5
(33)
An argument can be passed into a method in two ways: by value and by reference.
(True/False)
4.8/5
(31)
With ____, you make a request to a method without knowing the details of how the method works.
(Multiple Choice)
4.9/5
(33)
You can indicate that a method parameter must be an array by placing ____ after the data type in the method's parameter list.
(Multiple Choice)
4.8/5
(40)
When you pass an argument by ____________________, the method receives its own copy of the value.
(Short Answer)
4.8/5
(38)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)