Iterative Statements in Python

Iterative Statements in Python

8th Grade

18 Qs

quiz-placeholder

Similar activities

Nested If

Nested If

6th - 12th Grade

15 Qs

Scratch

Scratch

8th - 12th Grade

15 Qs

Coding Vocabulary

Coding Vocabulary

7th - 8th Grade

19 Qs

Learn to Code 1 Review (Grade 7)

Learn to Code 1 Review (Grade 7)

7th - 8th Grade

14 Qs

CodeHS JavaScript

CodeHS JavaScript

8th - 12th Grade

21 Qs

Coding Terminology

Coding Terminology

3rd - 12th Grade

18 Qs

AQA GCSE Computer Science - 3.1.1 Representing algorithms

AQA GCSE Computer Science - 3.1.1 Representing algorithms

8th - 10th Grade

19 Qs

Computer Science

Computer Science

6th - 8th Grade

17 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?