Python Classes and Objects

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Thomas Martinez
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a Python class?
A function to create an object.
A template (blueprint) for creating objects.
A procedure related to an object.
A process that repeats are directed.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the keyword to create a class?
import
__int__
class
def
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the first statement that creates a class named Employee.
class Employee():
Class Employee:
class employee:
class Employee:
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the term that describes the creation of a new object.
instantiation
declare
iteration
initialize
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the code that properly creates an instance of a class named Car.
camero.car(make, model)
tesla = car.make()
mustang = Car(make,model)
porsche = car.make.model()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the initialization method for a Car class.
class init(self, make, model):
class__init__:
def __init__(self, make, model):
def __init__(self, make, model):
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the code that properly accesses an engine_sound() method in a Car class.
porsche.engine_sound()
mustang = engine_sound()
engine_sound(tesla):
engine_sound.Car(camaro)
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
004_Java Instance Variables

Quiz
•
12th Grade - University
10 questions
OOP

Quiz
•
9th - 12th Grade
15 questions
Konfigurasi Linux Debian #1

Quiz
•
11th Grade
15 questions
Lập trình hướng đối tượng

Quiz
•
1st - 12th Grade
14 questions
Python Classess OOP

Quiz
•
12th Grade
10 questions
Database Concepts - Second

Quiz
•
11th Grade
10 questions
Object-Oriented Programming (OOP) in Python 3 Quiz

Quiz
•
12th Grade
16 questions
Python - Osnove objektno usmjerenog programiranja

Quiz
•
12th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade