MP1 Test 1 - Objects Classes and Methods

MP1 Test 1 - Objects Classes and Methods

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Classes and Objects

Python Classes and Objects

9th - 12th Grade

11 Qs

Python Basics

Python Basics

KG - University

15 Qs

Database Concepts

Database Concepts

11th Grade

15 Qs

databasussybaka

databasussybaka

11th Grade

16 Qs

OOP no. 2

OOP no. 2

11th Grade

16 Qs

Code.org: AP CSA U3, Lessons 1-6 Review

Code.org: AP CSA U3, Lessons 1-6 Review

11th - 12th Grade

20 Qs

8.12 C++ Test on Classes

8.12 C++ Test on Classes

9th - 12th Grade

15 Qs

Topic 4.1 Introduction to Java

Topic 4.1 Introduction to Java

12th Grade

20 Qs

MP1 Test 1 - Objects Classes and Methods

MP1 Test 1 - Objects Classes and Methods

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Patrick Bryar

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1

An attribute of breed is String.

color, breed, and age are instances of the Cat class.

Cat is an instance of the myCat class.

age is an attribute of the myCat object.

An attribute of Cat is myCat.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. The object scaryMovie will be declared as type Movie.

Which of the following descriptions is accurate?

An attribute of the scaryMovie class is title.

scaryMovie is an instance of the Movie class.

Title, director, and rating are instances of the scaryMovie object.

An attribute of the Movie instance is scaryMovie

Movie is an instance of scaryMovie.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3

new Person john = Person("John", 16);

Person john("John", 16);

Person john = ("John", 16);

Person john = new Person("John", 16);

Person john = new Person(16, "John");

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4

8

10

11

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5

3

4

5

-1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6

An attribute of the liquid1 object is freezingPoint.

An instance of a Liquid object is hasFrozen.

An instance of the liquid1 class is Liquid.

An attribute of freezingPoint is liquid1.

An attribute of boilingPoint object is double.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7

painting1 is an instance of three String objects.

artist, title, and gallery are instances of the Artwork class.

Artwork is an instance of three String objects.

Artwork is an instance of the painting1 object.

painting1 is an instance of the Artwork class.

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?