Weekly Contest #11

Quiz
•
Education
•
University
•
Medium
TechXNinjas undefined
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is used to exit a loop prematurely?
return
break
exit
close
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about the "do-while" loop?
It is similar to the "while" loop
It does not support a loop condition
The loop body is executed at least once
It can only be used for counting
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
................. can only test for equality, where as ....................... can evaluate any type of the Boolean expression.
switch, if
if, switch
if, break
continue, if
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the "elif" statement in Python?
To handle exceptions
To create a loop
To define a function
To check additional conditions after the initial if statement
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet?
for i in range(5):
if i == 3:
continue
print(i)
0 1 2 3 4
0 1 2
0 1 2 3
0 1 2 4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet?
def function(x):
return x * 3
numbers = [1, 2, 3, 4, 5]
result = list(map(lambda num: function(num), numbers))
print(result)
[3, 6, 9, 12, 15]
[1, 2, 3, 4, 5]
[1, 3, 9, 16, 25]
[3, 4, 5, 6, 7]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the del statement?
Deletes a file from the filesystem
Removes an element from a list by value
Removes an attribute from an object
Exits the program
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Introduction to presentation skills

Quiz
•
University
10 questions
News Item Grade XII

Quiz
•
University
5 questions
Quiz of c language

Quiz
•
University
10 questions
Safeguarding

Quiz
•
KG - University
10 questions
Pengendalian Proses - Pengantar

Quiz
•
University
12 questions
Week 2 Unit 71 HW Review Questions HP MOD

Quiz
•
University
15 questions
Round 2

Quiz
•
University
10 questions
Control system lab

Quiz
•
University
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
Discover more resources for Education
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University