conditions function in python

Quiz
•
Computers
•
University
•
Medium
Prince Kumar
Used 2+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What will the following code output?
x = 10
if x > 5:
print("Greater than 5")
else:
print("Not greater than 5")
Greater than 5
Not greater than 5
Error
None
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What will the following code output?
x = 10
if x > 5 and x < 15:
print("Between 5 and 15")
else:
print("Outside the range")
Between 5 and 15
Outside the range
Error
None
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What does the elif keyword do in Python?
Defines a function
Starts a new conditional block
Combines two conditions
None of the above
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the output of the following code?
def add(a, b):
return a + b
result = add(2, 3)
print(result)
2
3
5
none
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What will the following code output?
x = 10
if x > 5:
print("x is greater than 5")
elif x == 5:
print("x is equal to 5")
else:
print("x is less than 5")
x is greater than 5
x is equal to 5
x is less than 5
None
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the output of this code?
x = 10
if x > 15:
print("x is greater than 15")
elif x > 5:
print("x is greater than 5 but less than or equal to 15")
else:
print("x is less than or equal to 5")
x is greater than 15
x is greater than 5 but less than or equal to 15
x is less than or equal to 5
None
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What does the return statement do in a function?
Prints the result
Exits the program
Sends back a value from the function
None of the above
Create a free account and access millions of resources
Similar Resources on Wayground
35 questions
Final Exam - BECC0302

Quiz
•
University
25 questions
PYTHON CONTEST

Quiz
•
University
25 questions
Python Module 1

Quiz
•
University
25 questions
Java Quiz

Quiz
•
University
25 questions
Compro. Final1/64 part2

Quiz
•
University
30 questions
Hunt the bug Quiz

Quiz
•
University
30 questions
PyWars: Compete For Glory

Quiz
•
University
25 questions
BSCE_MIDTERM_EXAM

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 Computers
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