CodeHS 4.5 Writing Classes and Instance Methods

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Aaron Pavao
Used 12+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an instance variable?
a variable that stores the state of an object
a variable that defines the behaviors of an object
a variable that creates an instance of an object
an object
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do we define the behavior of an object?
instance methods
constructors
client class
instance variables
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When the video on CodeHS talks about visibility, what are they talking about?
the first keyword in a method that determines whether client classes can use the method
what Java sees the method as--the type of data that will be returned
whether the method uses data hiding
whether other programmers can see your code
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the return type of a method that doesn't return a value?
void
String
public
private
5.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Check everything that's true about a method's name.
It has to start with a letter
It has to be unique in the class
It can only have letters, numbers, and the underscore _ character
It needs to have parentheses after it
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a parameter?
inputs to a method
an instance variable
an instance method
Rick Astley
Similar Resources on Wayground
10 questions
Objects & Classes

Quiz
•
11th - 12th Grade
9 questions
GDevelop Concepts

Quiz
•
9th - 12th Grade
10 questions
Java Classes and Objects

Quiz
•
12th Grade
10 questions
Pandas

Quiz
•
12th Grade
8 questions
10 Game Maker Practice

Quiz
•
8th - 10th Grade
10 questions
Quiz 2: Introduction to PHP

Quiz
•
11th Grade
6 questions
Understanding Instance and Static Methods

Quiz
•
12th Grade
8 questions
Unity Basics of Interface and C# Quiz

Quiz
•
10th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade