Python Looping

Python Looping

Professional Development

9 Qs

quiz-placeholder

Similar activities

Music

Music

KG - Professional Development

10 Qs

G Suite attempte deux

G Suite attempte deux

Professional Development

13 Qs

08.12.2020 Doç. Dr. Oğuz Kurdoğlu- Doğa Koruma Politikaları

08.12.2020 Doç. Dr. Oğuz Kurdoğlu- Doğa Koruma Politikaları

Professional Development

11 Qs

Galaxy S9 / S9+ Induction

Galaxy S9 / S9+ Induction

KG - Professional Development

10 Qs

Assessment

Assessment

Professional Development

10 Qs

Business Attire

Business Attire

Professional Development

10 Qs

Round 1 -  AREA G2 Quiz

Round 1 - AREA G2 Quiz

Professional Development

11 Qs

MGNF- Class 3

MGNF- Class 3

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