Python Classes and Objects

Python Classes and Objects

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Kodu Game Lab-Quiz 1

Kodu Game Lab-Quiz 1

5th Grade - University

10 Qs

Digital Threats

Digital Threats

9th - 12th Grade

10 Qs

Assessment - PLC

Assessment - PLC

9th Grade

15 Qs

Let's see how much knowledge you have about Smartphones.

Let's see how much knowledge you have about Smartphones.

1st - 12th Grade

15 Qs

Typing Competiton

Typing Competiton

9th - 12th Grade

8 Qs

Hardware-ICT

Hardware-ICT

9th Grade

10 Qs

Computer Hardware

Computer Hardware

9th Grade

12 Qs

99% CAN'T WIN!

99% CAN'T WIN!

KG - University

11 Qs

Python Classes and Objects

Python Classes and Objects

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Susan O'Connell

Used 454+ 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?