
Module5_Classes

Quiz
•
Education
•
Professional Development
•
Medium
Sumathi K
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct syntax to define a class in Python?
def Student:
class Student():
class Student[]:
create class Student:
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the purpose of the __init__ method in a class?
It deletes the object
It is used to print data
It is the constructor method to initialize object state
It is called when the object is deleted
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of the following code?
class Test:
def init(self):
self.val = 10
t = Test()
print(t.val)
0
10
None
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a pure function in Python?
A function that modifies the global state
A function that has no return value
A function that does not modify any object or global variable and always returns the same output for same input
A function that takes no parameters
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
def add(x, y):
return x + y
What Kind of Function is this?
Pure Function
Modifiers
Both
None
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
def append_item(lst, item):
lst.append(item)
What Kind of function is this?
Class Method
Modifier
Function Definition to append element to a list
Both B and C
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In the Object Diagram shown, Which of the following is true?
Class : time
Object : Time
Class : Time
Object : time
Class : Time
Object : time
Attributes: hour min sec
Both B and C
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Micro Teaching skills

Quiz
•
Professional Development
15 questions
[FAST TRACK] Android quiz 08 (03.06)

Quiz
•
Professional Development
17 questions
QUIZ NO. 1

Quiz
•
Professional Development
10 questions
Feedback

Quiz
•
Professional Development
15 questions
A2 QUIZ 2

Quiz
•
Professional Development
11 questions
Blender

Quiz
•
7th Grade - Professio...
18 questions
Fire & Safety

Quiz
•
Professional Development
18 questions
Data Science Statistics Review

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade