Python_OOPs 1

Python_OOPs 1

University

20 Qs

quiz-placeholder

Similar activities

Introduction to Networking

Introduction to Networking

University

15 Qs

The AI Shield

The AI Shield

University

15 Qs

Data Mining - Classification Mining

Data Mining - Classification Mining

University

15 Qs

Quiz # 1 in Capstone Project and Research 1

Quiz # 1 in Capstone Project and Research 1

University

15 Qs

Unit 28 - Quiz #1

Unit 28 - Quiz #1

University

15 Qs

Quiz on List and Tuples

Quiz on List and Tuples

University

16 Qs

Data Structure & Algo - Prelim Long Quiz

Data Structure & Algo - Prelim Long Quiz

University

21 Qs

Week 5: Test your understanding part 1

Week 5: Test your understanding part 1

University

20 Qs

Python_OOPs 1

Python_OOPs 1

Assessment

Quiz

Computers

University

Hard

Created by

ALDO STALIN J L

Used 15+ times

FREE Resource

20 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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?