#094 Topic 2.1 Video 1

#094 Topic 2.1 Video 1

11th Grade

5 Qs

quiz-placeholder

Similar activities

CodeHS 4.2 Classes vs. Objects

CodeHS 4.2 Classes vs. Objects

9th - 12th Grade

7 Qs

CodeHS 4.15 Interfaces

CodeHS 4.15 Interfaces

9th - 12th Grade

10 Qs

CodeHS 4.10 Key Terms for Classes

CodeHS 4.10 Key Terms for Classes

9th - 12th Grade

10 Qs

AP Exam Review

AP Exam Review

11th Grade

10 Qs

Introduction to Java

Introduction to Java

8th - 12th Grade

10 Qs

Introduction To Java: Hello World

Introduction To Java: Hello World

7th - 12th Grade

10 Qs

Methods

Methods

9th - 12th Grade

8 Qs

#094 Topic 2.1 Video 1

#094 Topic 2.1 Video 1

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Myra Deister

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Click on the link in Google Classroom.

Watch the video as you answer the questions.

I will check AP Classroom to verify that the video has been viewed.

I have read and understood the statement.

I did not read the statement.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Java class?

A Java class is a collection of methods.
A Java class is a blueprint or template for creating objects.
A Java class is a programming language.
A Java class is a data type that represents a single value.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Java Object?

All if the variables in a Java class.

An entity made from a class.

All of the methods in a class.

A loop in Java

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of an instance of a class?

An instance of a class is a specific object created from that class.
An instance of a class is a variable declared within that class.
An instance of a class is a general concept that represents all objects created from that class.
An instance of a class is a method defined within that class.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Jack's house color is changed to blue, who esle's house will be change to blue?

Rob's house

Sage's house

Jill's house

Tim's house