Quiz - 2

Quiz
•
Professional Development
•
Professional Development
•
Hard
Phitron Team
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a conditional statement in Python?
print
if
while
return
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code ? ( Ignore the indentation )
if 0:
print("Zero is True")
else:
print("Zero is False")
Zero is True
Zero is False
Error
Nothing
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is correct about if-else blocks?
else can exist without if
Both if and else are mandatory
if can exist without else
if must come after else
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the following code, what will be printed ?
A
B
C
Error
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is invalid?
if True: pass
if True: print("Yes")
if False: print("No") else: print("Yes")
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code print ?
1
-1
0
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is typecasting in Python?
Defining new data types
Checking the type of a variable
Casting a variable to a function
Converting one data type into another
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will this code output?
Error
None
True
False
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will throw an error?
int("5.5")
float("5.5")
str(5.5)
bool(5.5)
Similar Resources on Wayground
12 questions
Quiz Python

Quiz
•
Professional Development
10 questions
AWS Booster Python Day 1

Quiz
•
Professional Development
10 questions
Python Quiz-13.06.25

Quiz
•
Professional Development
10 questions
Day7_Quiz_NBKR

Quiz
•
Professional Development
11 questions
interface and abstract class

Quiz
•
Professional Development
10 questions
Python Test 3A

Quiz
•
Professional Development
10 questions
Day-4 IOAC - ML Python Assessment_12th-Feb-2023

Quiz
•
Professional Development
13 questions
Python Quiz : Loop

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade