Iterative Statements in Python

Iterative Statements in Python

8th Grade

18 Qs

quiz-placeholder

Similar activities

JavaScript - Control Statements

JavaScript - Control Statements

8th Grade

15 Qs

Basic Programming Concepts

Basic Programming Concepts

7th - 8th Grade

15 Qs

Coding Vocabulary

Coding Vocabulary

8th Grade

14 Qs

Python Basics

Python Basics

KG - University

16 Qs

Computational Thinking Vocabulary

Computational Thinking Vocabulary

6th - 8th Grade

20 Qs

Loops

Loops

1st - 12th Grade

20 Qs

Iterative statements python

Iterative statements python

8th Grade

15 Qs

Iterative Statements in Python

Iterative Statements in Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Aishwaria Murthy

Used 68+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

………………………… statement is also known as iterative statement.

Looping

Sequential

Both of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

…………………………. Loop is used when numbers of iterations are known.

For

While

Any of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

………………………. Loop is used to execute a block of statements repeatedly until a given condition is true

For

While

For-While

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

. If the condition in a loop is false in the first step itself, we get ………………………………………

Error

no output

infinite

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The …………………… loop can be applied to a program where the number of iterations is not known beforehand.

While

For

Both of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

………………………………… is the another name of iterative statement

Loop

Sequential

Both of these

7.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

In Python, the two types of loops are _____ and _______

While

For

None of these

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?