Python Looping

Python Looping

Professional Development

9 Qs

quiz-placeholder

Similar activities

Store Visit CK Week 17

Store Visit CK Week 17

Professional Development

10 Qs

AIFF Beach Soccer

AIFF Beach Soccer

Professional Development

10 Qs

ORVille Temmuz

ORVille Temmuz

Professional Development

10 Qs

Awareness on Carbon Reduction

Awareness on Carbon Reduction

Professional Development

7 Qs

Peran Pendidikan Tinggi di Era Revolusi Industri 4.0

Peran Pendidikan Tinggi di Era Revolusi Industri 4.0

Professional Development

10 Qs

Dynamo 2022

Dynamo 2022

Professional Development

10 Qs

P&R Innovation Fest - Manufacturing

P&R Innovation Fest - Manufacturing

Professional Development

10 Qs

AIESEC QUIZ #4

AIESEC QUIZ #4

Professional Development

10 Qs

Python Looping

Python Looping

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Hard

Created by

Assistant Chennai

Used 151+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

In a Python program, what would be the ending value for y in the WHILE LOOP code?

5

51

10

3

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

A loop repeated if the condition is true / false

While loop
For loop
Repeat loop
If...else

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Loop executed a fixed number of times with a built-in-counter (creating a counter variable is unnecessary).

While loop
For loop
Repeat loop
If...else

4.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

In programming, what is iteration?

The repetition of steps within a program
The order in which instructions are carried out
A decision point in a program
Testing a program to make sure it works

5.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image

5
4
3
2
1
4
3
2
1
0
5  4  3  2  1
4  3  2  1  0

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will this code do?

Print Numbers 1-11

Print Numbers 1-10

Print Numbers 2-10

Print Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image

5
4
3
2
1
4
3
2
1
0
5  4  3  2  1
4  3  2  1  0

8.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image

Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
(repeated continuously)
Hello world!
Hello world!
break              
Error

9.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Media Image

Hello world!
Hello world
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
Hello world!
......(repeated continuously)
Error