
Week 2

Quiz
•
Other
•
University
•
Hard

Zamart Ramazanova
Used 17+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the result of the condition passed in the if block in Python?
“Boolean Output”
”Numeical Output”
”Both based on the scenaio”
”None of these”
Answer explanation
In Python, the condition in an if block evaluates to a Boolean output (True or False). Therefore, the correct answer is 'Boolean Output'.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of following is not a decision-making statement?
if-elif statement
for statement
if -else statement
if statement
Answer explanation
This is a looping statement, not a decision-making statement. It is used to iterate over a sequence, such as a list, tuple, or range.
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What keyword would you use to add an altenative condition to an if statement?
else if
elseif
elif
None of the above
Answer explanation
The elif keyword stands for "else if" and allows you to check additional conditions after an initial if statement.
If the if condition evaluates to False, Python checks the condition provided in the elif statement.
This structure helps handle multiple conditions in a clean and efficient way.
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which statement will check if a is equal to b?
if a = b:
if a == b:
if a === c:
if a == b
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In python which of the following operator is used after condition of if statement?
Semicolon (;)
Comma (,)
Colon (:)
Dot (.)
Answer explanation
In Python, a colon (:) is used after the condition in an if statement to indicate the start of the code block that belongs to the if statement.
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which one of the following outputs will print on the console successfully? For the following code segment:
False True
True True
False
none of the above
Answer explanation
Condition: 4 + 5 == 10
This evaluates to False because 4 + 5 = 9, not 10.
Therefore, the else block is executed, which prints "False".
Outside the if-else block:
The statement print("True") is executed unconditionally, as it is not part of the if-else block.
Output:
The output printed on the console will be:
False
True
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Predict the output of the following code:
ok
okok
no output
none of above
Answer explanation
This is because and has higher precedence than or.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Process Costing

Quiz
•
University
15 questions
Wireless networks

Quiz
•
University
15 questions
Quiz-1

Quiz
•
University - Professi...
15 questions
control system

Quiz
•
University
20 questions
Electronic Principles and Circuits

Quiz
•
University
15 questions
Soal Quiz Robotic Kelas 11

Quiz
•
12th Grade - University
15 questions
Quiz-4: Function & Array

Quiz
•
University
20 questions
Soft Computing W23-24

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

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

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University