Methods
Quiz
•
Computers
•
University
•
Practice Problem
•
Medium
Montserrat Molina
Used 6+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What do I put as the return type if I don't want to return anything from a method?
int
none
void
leave it empty!
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
True or False:
A method does not need to have any parameters.
True
False
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct way to define a method that subtracts two numbers, returning the difference?
public static void subtract(int num1, int num2)
public static int subtract (int num1, int num2)
public static int subtract(String num1, String num2)
public static void subtract(int num1, num2)
4.
FILL IN THE BLANK QUESTION
20 sec • 1 pt
Fill in the blank for defining a method that returns the square root of a number:
public static ___ squareRoot(double number);
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following statements is false?
A method is good for reusing code.
A method with a return type must return a variable of that return type.
A method must always have at least 1 parameter.
A method with a void return type must not return anything.
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Select all of the following code snippets that are correct for calling a method sum, which returns the sum of two numbers:
int sum = add(5, 7);
System.out.println(add(5,7));
add(5);
add(5,7);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is the following call to method minOfTwo, which returns the minimum number of 2 given numbers, incorrect?
int min = minOfTwo(8,"9");
The method minOfTwo only takes in one parameter.
The method minOfTwo does not return anything.
The method minOfTwo takes in two integers, but a String is being passed in.
There is nothing incorrect with this method call.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
15 questions
Fundamentals of Algorithms - Unit 1 - Test 1
Quiz
•
University
10 questions
Dart
Quiz
•
University
10 questions
LEFT_RIGHT_MID Excel Functions Quiz
Quiz
•
9th Grade - University
10 questions
Ulangan Harian Informatika SPUMA (Analisis Data)
Quiz
•
University
10 questions
python quiz
Quiz
•
6th Grade - Professio...
14 questions
Excel Bezüge und Funktionen - SUMME, MAX, MIN, MITTELWERT
Quiz
•
University
15 questions
Object Oriented Programming Assessment 1
Quiz
•
University
12 questions
Quiz No. 2.2 Hash Tables
Quiz
•
University
Popular Resources on Wayground
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
4:3 Model Multiplication of Decimals by Whole Numbers
Quiz
•
5th Grade
10 questions
The Best Christmas Pageant Ever Chapters 1 & 2
Quiz
•
4th Grade
12 questions
Unit 4 Review Day
Quiz
•
3rd Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
15 questions
Solving Equations with Variables on Both Sides Review
Quiz
•
8th Grade
Discover more resources for Computers
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
7 questions
Transition Words and Phrases
Interactive video
•
4th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
7 questions
Biomolecules (Updated)
Interactive video
•
11th Grade - University
34 questions
Unit 5 Review - The Middle Ages in Europe-B
Quiz
•
9th Grade - University
26 questions
Day2 classwork: Permutation and combination
Quiz
•
2nd Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
