What is the result of this command?
x = 5; y = 2
print(x != y)
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.
if year % 400 == 0:
leap = True
elif year % 100 == 0:
leap = False
elif year % 4 == 0:
leap = True
else:
leap = False
10 questions
Python For
Quiz
•
University
12 questions
Life Skills ICT February
Quiz
•
2nd Grade - University
5 questions
[Funcional] Repaso Clase 1
Quiz
•
University
10 questions
Excel If function WSC 4.2.3
Quiz
•
7th Grade - University
10 questions
Automata Theory
Quiz
•
University
10 questions
Java Control Flow statements
Quiz
•
University
12 questions
javaquizvivek
Quiz
•
University
12 questions
C Basics
Quiz
•
University
10 questions
Chains by Laurie Halse Anderson Chapters 1-3 Quiz
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
12 questions
Multiplying Fractions
Quiz
•
6th Grade
30 questions
Biology Regents Review #1
Quiz
•
9th Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
50 questions
Biology Regents Review: Structure & Function
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University
16 questions
Chapter 8 - Getting Along with your Supervisor
Quiz
•
3rd Grade - Professio...
6 questions
Railroad Operations and Classifications Quiz
Quiz
•
University
71 questions
Logos
Quiz
•
3rd Grade - University
8 questions
Mali - Geography
Quiz
•
University