Python Classes and Objects

Python Classes and Objects

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Creating and using classes in Python

Creating and using classes in Python

9th - 12th Grade

15 Qs

Topic 3.1 Introduction to Java

Topic 3.1 Introduction to Java

11th - 12th Grade

15 Qs

Elements, Paths, and Entities

Elements, Paths, and Entities

9th - 12th Grade

15 Qs

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

11 Qs

REVIEW QUIZ- 1QX-COMP9

REVIEW QUIZ- 1QX-COMP9

9th Grade

15 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

MP1 Test 1 - Objects Classes and Methods

MP1 Test 1 - Objects Classes and Methods

9th - 12th Grade

15 Qs

Python Classes and Objects

Python Classes and Objects

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Susan O'Connell

Used 450+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A blueprint created by a programmer for an object.
Class
Attribute
Object
OOP

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This defines a set of attributes that will characterize any object that is instantiated.
Class
Attribute
Initialization
Method

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

An instance of a class.
Object
Attribute
OOP
Method

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

This is the realized version of the class, where the class is manifested in the program.
Object
Blueprint
Attribute
Function

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Given this code, what will print?

The shark is being awesome.

The shark is swimming.

The shark is being awesome.

The shark is swimming.

ERROR

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Given this class, how would you make jaws swim?

jaws.swim()

jaws.swim

swim.jaws

jaws(swim)

swim(jaws)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Given this code, how many attributes are in the class?

1

2

3

4

0

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?