#147 Classes and Object
Interactive Video
•
Computers
•
9th - 12th Grade
•
Easy
Myra Deister
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a class in Java?
A method for creating variables
A blueprint for an object
A type of data structure
A way to organize code
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two main components of a class?
Variables and objects
Methods and constructors
Variables and methods
Objects and blueprints
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the main method in Java?
To define variables
To create objects
To run code
To declare methods
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create an object from a class in Java?
new ClassName();
ClassName object = create();
object.ClassName();
ClassName.newObject();
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the "dot notation" (e.g., object.variable) allow you to do?
Create new variables
Access things the object knows and can do
Define new methods
Modify the class blueprint
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can you create multiple objects from the same class?
No, each class can only have one object
Yes, but they will all share the same variables
Yes, you can create multiple unique objects
Only if the class has a special permission
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a class and an object?
Classes are blueprints, objects are made from classes
Classes are variables, objects are methods
Objects are blueprints, classes are made from objects
There is no difference
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to create a method that doesn't return anything?
null
void
empty
noreturn
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the basics of classes in Java?
Public and private keywords
Inheritance and polymorphism
Variables and methods inside a class that objects know
Constructors and destructors
Similar Resources on Wayground
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
Discover more resources for Computers
18 questions
Artificial Intelligence and Machine Learning Quiz
Quiz
•
9th Grade
35 questions
Computer Terminology Exercise #1 ( Multiple Choice)
Quiz
•
9th Grade
20 questions
Computer Components Exercise #4 - CTEA
Quiz
•
9th - 12th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade