Java - Writing Methods

Flashcard
•
Computers, Instructional Technology
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

5 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following is NOT a reason for using procedural abstraction?
- Divide a problem into subproblems to solve it a piece at a time
- Reuse code by putting it in a method and calling it whenever needed
- Smaller methods are easier to debug and understand
- Passing arguments to parameters are required when writing methods
Back
Passing arguments to parameters are required when writing methods
2.
FLASHCARD QUESTION
Front
Which of the following is NOT a step to creating and calling a method:
- Declare an Object of your class in the main method
- Call the method by using objectName.methodName()
- Write the method definition (signature) with the header and body
- Use System.out.println() to debug your program
Back
Use System.out.println() to debug your program
3.
FLASHCARD QUESTION
Front
Which of the following method calls is INVALID? Assume the object name is song and the method name is chorus.
Back
4.
FLASHCARD QUESTION
Front
When you create your own method, the variables you define for it in the method header are called
Back
formal parameters
5.
FLASHCARD QUESTION
Front
Which of the following is the correct method header for this method call:
song.verse(3, "Bob");
Back
Similar Resources on Wayground
13 questions
Introduction to C#

Flashcard
•
KG - University
8 questions
CMU CS Academy Unit 2

Flashcard
•
9th Grade
8 questions
Research Methods in Psychology

Flashcard
•
11th Grade
10 questions
Chapter 6 Regulations & Standards HW

Flashcard
•
10th Grade - University
8 questions
Python Functions

Flashcard
•
9th - 12th Grade
12 questions
Python Functions

Flashcard
•
9th - 12th Grade
12 questions
Python Functions

Flashcard
•
9th - 12th Grade
10 questions
Fire Extinguishers

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade