Unit 3 Quiz Prep

Unit 3 Quiz Prep

12th Grade

17 Qs

quiz-placeholder

Similar activities

CodeHS 3.1 - 3.3

CodeHS 3.1 - 3.3

9th - 12th Grade

12 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

U5Review

U5Review

11th - 12th Grade

13 Qs

Final Exam Review

Final Exam Review

9th - 12th Grade

17 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Java Methods

Java Methods

10th Grade - University

13 Qs

C++ programming

C++ programming

7th - 12th Grade

20 Qs

CSP 1.4 Vocab

CSP 1.4 Vocab

9th - 12th Grade

20 Qs

Unit 3 Quiz Prep

Unit 3 Quiz Prep

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Chandra Batzel

Used 2+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What are parameters?


The value that a method returns.

The values that a method prints to the screen.


The formal names given to the data that gets passed into a method.

The type that is given to a variable.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a method?

A procedure that is defined by the user.

A keyword used to loop for a fixed amount of time.


A place where we can store data.

The type that is given to a variable.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a Javadoc?

The reference guide to Java that is in the back of a textbook.

A program that cures the bugs in your Java program.

Data that gets passed into a method


A comment that clearly states the functionality and usage of a class or method.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a return value?


The value that a method prints to the screen.

The value that is inputted to a method.

The value that a user inputs to a program.

The value that a method outputs.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does void mean?


Void means that a method returns any value.

Void means that a method takes no parameters.

Void means that a method returns no value.

Void means that a method can take any parameter.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What does this method call output?

20

18.8

18.0

This method is improperly written

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What does this method call return?

10

5

This method returns nothing

This method is improperly written

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?