PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

University

15 Qs

quiz-placeholder

Similar activities

Java Control and Loop -2

Java Control and Loop -2

University

20 Qs

Firewall and Network Security

Firewall and Network Security

University

15 Qs

Soal SKD

Soal SKD

University - Professional Development

10 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

Porcentajes

Porcentajes

University

12 Qs

Information Management - QUIZ

Information Management - QUIZ

University

20 Qs

Briefing Besar PIM III

Briefing Besar PIM III

University

20 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

PROGRAMMING IN PYTHON - UNIT II - TEST 1 MCQS

Assessment

Quiz

Computers

University

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?