PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

Quiz
•
Computers
•
University
•
Hard
MS.SHYAMALADEVI C
Used 8+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to perform decision-making in Python?
for
while
if
switch
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet?
x = 5
if x > 3:
print("Greater than 3")
else:
print("Less than or equal to 3")
Greater than 3
Less than or equal to 3
Invalid syntax
No output
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the "else" statement in an "if-else" block?
To execute a block of code if the condition is true
To execute a block of code if the condition is false
To repeat a block of code multiple times
To skip the current iteration of a loop
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to combine multiple conditions in a Python if statement?
&&
||
&
|
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop executes a block of code a fixed number of times?
for loop
while loop
do-while loop
switch loop
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet?
for i in range(3):
print(i)
0 1 2
1 2 3
3 2 1
2 1 0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you exit a loop prematurely in Python?
continue
break
return
pass
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python-1st

Quiz
•
University
10 questions
Conditional and Iterative Statements

Quiz
•
University
15 questions
CSE 102 Exam 2 Practice

Quiz
•
University
10 questions
Python Programming Quiz

Quiz
•
University
15 questions
Python Programming - Introduction

Quiz
•
University
20 questions
Mastering Python Loops and Functions

Quiz
•
10th Grade - University
15 questions
Python

Quiz
•
University
15 questions
PSP Week 4

Quiz
•
University
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