Iterative Statements in Python

Iterative Statements in Python

8th Grade

18 Qs

quiz-placeholder

Similar activities

CodeMonkey Vocab 1-70

CodeMonkey Vocab 1-70

8th Grade

16 Qs

CS Express

CS Express

6th - 8th Grade

17 Qs

Basics of Coding SC 1

Basics of Coding SC 1

7th - 9th Grade

15 Qs

Python While Loops

Python While Loops

8th - 12th Grade

20 Qs

Intro to Scratch

Intro to Scratch

4th - 8th Grade

15 Qs

Scratch

Scratch

6th - 10th Grade

15 Qs

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

C# algorithms and loops

C# algorithms and loops

8th Grade

15 Qs

Iterative Statements in Python

Iterative Statements in Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Aishwaria Murthy

Used 69+ 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?