Day 3

Quiz
•
Computers
•
Professional Development
•
Medium
Akash 1705004
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 10 pts
Which keyword is used to define a method in Python?
method
function
define
def
2.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
What does the pass statement do in Python?
Skips the current iteration of a loop
Defines a placeholder for future code
Terminates the method execution immediately
Indicates that there is no code to execute
3.
MULTIPLE CHOICE QUESTION
10 sec • 10 pts
What will be the output of the following code?
def greet(name):
print(f"Hello, {name}")
greet("Alice")
Hello, Alice
Hello,
Alice
Error: greet method is not defined
4.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
What will be the output of the following code?
def add(a, b):
return a + b
result = add(2, 3)
print(result)
5
6
2+3
Error: Missing indentation in the method body
5.
MULTIPLE CHOICE QUESTION
20 sec • 10 pts
Which of the following is the correct way to iterate over a list named "my_list" using a for loop?
for item in my_list:
for item in range(my_list):
for item in my_list.items():
for item = 0 to len(my_list):
6.
MULTIPLE CHOICE QUESTION
10 sec • 10 pts
Which in-built method do you use to delete an element in list?
pop()
append()
print()
pip()
7.
MULTIPLE CHOICE QUESTION
10 sec • 10 pts
Which in-built method do you use to add an element in list?
pop()
append()
pip()
addlist()
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
DSA 2

Quiz
•
Professional Development
15 questions
Y8 Search Algorithms: End of Topic Quiz

Quiz
•
Professional Development
10 questions
HTTP responses & request methods

Quiz
•
Professional Development
15 questions
Python to Access Data Quiz

Quiz
•
Professional Development
10 questions
PYTHON VOCABULARY

Quiz
•
Professional Development
10 questions
Python Quiz

Quiz
•
Professional Development
14 questions
DECI - Week 12 - round

Quiz
•
Professional Development
10 questions
CDP DIS 2023

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development