Python Loop Statements

Python Loop Statements

Professional Development

10 Qs

quiz-placeholder

Similar activities

Robotics and Artificial Intelligence

Robotics and Artificial Intelligence

6th Grade - Professional Development

15 Qs

Parts of a rope

Parts of a rope

Professional Development

7 Qs

Rope & Knot Knowledge

Rope & Knot Knowledge

Professional Development

7 Qs

Kuis Coding dan Perkenalan AI

Kuis Coding dan Perkenalan AI

Professional Development

10 Qs

Python Basics IIoT

Python Basics IIoT

Professional Development

13 Qs

C Programming

C Programming

Professional Development

15 Qs

FinTech 02-2 Python

FinTech 02-2 Python

Professional Development

12 Qs

FinTech 05-1 APIs

FinTech 05-1 APIs

Professional Development

11 Qs

Python Loop Statements

Python Loop Statements

Assessment

Quiz

Other

Professional Development

Hard

Created by

btechsmartclass .com

Used 178+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The loop statements are used to ____________.

Make a decision

execute the same code repeatedly

to jump from one line to another

to perform IO operations

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the code?

Hello

Error

Hello for infinite times

prints nothing

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the iterative statements in python.

while

if

for

do-while

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for loop in python works on _____________.

range

iterable data

both range and iterable data

any data

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the statements that check condition in python

while

for

do-while

if

elif

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

1 2 3 4

1 2 3 4 5

1

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to comeout come out of a loop?

exit

continue

break

all the bove

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?