#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
6 questions
Understanding Sandwich Constructors

Interactive video
•
9th - 10th Grade
4 questions
Make a Book with Meat (or other atypical materials) ft. Ben Denzer

Interactive video
•
10th - 12th Grade
2 questions
Python - Object-Oriented Programming - Making Your Objects Callable

Interactive video
•
9th - 10th Grade
11 questions
Accessor Methods in Java

Interactive video
•
9th - 12th Grade
11 questions
Java Programming Concepts and Object Usage

Interactive video
•
9th - 12th Grade
11 questions
Understanding Equality in Java Objects

Interactive video
•
9th - 12th Grade
6 questions
Understanding Methods in Classes

Interactive video
•
9th - 10th Grade
6 questions
#167 Instance Variables and Attributes

Interactive video
•
11th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade