Calendar
Classlist
Groups
Dropbox
Discussions
Chat
Surveys
Quizzes
My Library
Grades
Locker
Help
Quiz Submissions - Test 3 - Multiple Choice Section
Zachary Simpson (username: zas7854)
Attempt 1
Written: Nov 21, 2013 12:10 PM - Nov 21, 2013 12:11 PM
Submission View
Your quiz has been submitted successfully.
Question 1
1 / 1 point
In general terms, a program that is broken into smaller units of code, such as methods, is known as a(n) _______. object-oriented program
modularized program
procedural program
method-driven program
Question 2
1 / 1 point
Writing the code to perform a task once and then reusing it each time you need to perform the task is a benefit of using methods called _______. code reuse
the single-use philosophy
method recycling
code reprocessing
Question 3
When you call a(n) ______, it simply executes the statement it contains and then terminates. intrinisic method
empty method
logical method
1 / 1 point
void method
Question 4
1 / 1 point
The _______, which appears at the beginning of a method definition, lists several important things about the method, including the method's name. method title
method description
method header
method declaration
Question 5
1 / 1 point
The ________ is a collection of statements enclosed inside a set of curly braces that are performed when the method is executed. method body
method designation
method code
method classification
Question 6
1 / 1 point
The _______ is the memory address that is saved by the system when a method is called and is the location to which the system should return after a method ends. calling address
method address
return point
come back position
Question 7
Pieces of data that are sent into a method are known as ______. arguments references
1 / 1 point
method variables
data entries
Question 8
1 / 1 point
A(n) ______