Python Class and Object Quiz

Python Class and Object Quiz

University

20 Qs

quiz-placeholder

Similar activities

PROFED JANUARY 10

PROFED JANUARY 10

University

20 Qs

LOGO Education for technology

LOGO Education for technology

KG - Professional Development

18 Qs

SPED Law

SPED Law

University

18 Qs

NSO 2022 Game 2

NSO 2022 Game 2

University

15 Qs

Music MoCa

Music MoCa

University

15 Qs

NET QUIZ SERIES 3

NET QUIZ SERIES 3

University

21 Qs

National Income & Related Aggregates

National Income & Related Aggregates

11th Grade - University

15 Qs

organisation of data

organisation of data

11th Grade - Professional Development

20 Qs

Python Class and Object Quiz

Python Class and Object Quiz

Assessment

Quiz

Other

University

Medium

Created by

EC M

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a class in Python?

A datatype

A blueprint for creating objects

A built-in function

A module

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to define a class in Python?

def

class

object

method

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an object in Python?

A function

An instance of a class

A module

A datatype

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a method in Python?

A function defined inside a class

A variable

A loop

A condition

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an instance of a class named `Car`?

car = Car()

car = Car

car = new Car()

car = createCar()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `__init__` method do in a class?

It defines a class variable

It initializes the object's attributes

It prints the object

It deletes the object

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a method named `drive` inside a class?

def drive():

def drive(self):

def self.drive():

def method drive():

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?