Python If

Quiz
•
Computers
•
University
•
Medium
Tasanawan Soonklang
Used 25+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of this command?
x = 5; y = 2
print(x != y)
True
False
Error
Answer explanation
x != y
means " x is not equal to y"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of this command
print("SIIT" > "TU")
True
False
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x * (-1) ** 2 + 3 / (2 * x)
x * (-1) ** 2 + 3 / 2 * x
(x * (-1) ** 2 + 3) / 2 * x
Answer explanation
x * (-1) ** 2 + 3 / 2 * x
check the precedence rules,
** highest level
*, /
+ lowest level
so the order of operators are
(-1) ** 2 -> [1]
x * [1] -> [2]
3/2 -> [3]
[3] * x -> [4]
[2] + [4] -> (x*(-1)**2)+((3/2)*x)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if x == 0:
if x > 0:
if x < 0:
if x != 0:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of this program if
x = 100?
Perfect!
Perfect!
Pass
Pass
Perfect!
Invalid score
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of this program if
x = 40?
Pass
Fail
Pass
Fail
Invalid score
7.
REORDER QUESTION
1 min • 1 pt
Reorder the following to check a leap year as rules below
• Any year that is divisible by 400 is a leap year.
• Of the remaining years, any year that is divisible by 100 is not a leap year.
• Of the remaining years, any year that is divisible by 4 is a leap year.
• All the remaining years are not leap years.
elif year % 100 == 0:
leap = False
elif year % 4 == 0:
leap = True
if year % 400 == 0:
leap = True
else:
leap = False
Similar Resources on Wayground
10 questions
Session 2

Quiz
•
University
10 questions
Talent Next Java MCQ-1

Quiz
•
University
10 questions
Excel If function WSC 4.2.3

Quiz
•
7th Grade - University
10 questions
Ch8, Calculating Pressure

Quiz
•
University
11 questions
O que vamos aprender?

Quiz
•
1st Grade - University
10 questions
Java Quiz

Quiz
•
University
10 questions
CS1010 Lab 4

Quiz
•
University
12 questions
C Basics

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