Python Classes and Objects

Python Classes and Objects

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Python Classes and Objects

Python Classes and Objects

9th - 12th Grade

11 Qs

REVIEW QUIZ- 1QX-COMP9

REVIEW QUIZ- 1QX-COMP9

9th Grade

15 Qs

Creating and using classes in Python

Creating and using classes in Python

9th - 12th Grade

15 Qs

JS 1

JS 1

7th - 12th Grade

11 Qs

HTML Quiz-1

HTML Quiz-1

6th - 12th Grade

10 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

Pre-Test Pengenalan Pemrograman Berorientasi Obyek

Pre-Test Pengenalan Pemrograman Berorientasi Obyek

10th Grade

10 Qs

8.12 C++ Test on Classes

8.12 C++ Test on Classes

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?