Python Classes and Objects

Python Classes and Objects

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

เกมสำรวจใตท้องทะเล

เกมสำรวจใตท้องทะเล

9th Grade

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

LEGO Movie General Quiz

LEGO Movie General Quiz

8th - 11th Grade

16 Qs

Pokemon AND More

Pokemon AND More

KG - University

14 Qs

Roblox: The Quiz

Roblox: The Quiz

KG - Professional Development

9 Qs

DATA ANALYSIS 101 (Formulas / Functions)

DATA ANALYSIS 101 (Formulas / Functions)

8th - 9th Grade

11 Qs

GCSE Programming Recap - Inputs outputs variables

GCSE Programming Recap - Inputs outputs variables

9th - 12th Grade

10 Qs

KSN Preparation #1

KSN Preparation #1

10th - 12th Grade

10 Qs

Python Classes and Objects

Python Classes and Objects

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Susan O'Connell

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