PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

University

15 Qs

quiz-placeholder

Similar activities

Algo Quiz

Algo Quiz

University

16 Qs

uas-siber

uas-siber

University

10 Qs

PRUEBA FINAL COMPUTACION

PRUEBA FINAL COMPUTACION

1st Grade - University

18 Qs

Recording Software Button Identification Quiz

Recording Software Button Identification Quiz

8th Grade - University

10 Qs

Round 2 for Preplacement Bootcamp

Round 2 for Preplacement Bootcamp

University

15 Qs

IT 101 - Quiz 3

IT 101 - Quiz 3

University

20 Qs

NACOS Kahoot Session II

NACOS Kahoot Session II

University

20 Qs

HTML

HTML

University

13 Qs

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

MS.SHYAMALADEVI C

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?