Python Looping

Python Looping

Professional Development

9 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

5th Grade - Professional Development

5 Qs

PU - Day 1 Assessment - Anand's batch

PU - Day 1 Assessment - Anand's batch

Professional Development

10 Qs

Python-1

Python-1

Professional Development

11 Qs

PHP

PHP

10th Grade - Professional Development

6 Qs

Sona Quiz Contest #1

Sona Quiz Contest #1

Professional Development

10 Qs

REPASO C++

REPASO C++

Professional Development

8 Qs

Tuples in Python

Tuples in Python

Professional Development

9 Qs

imagePRESS V900 - part 2

imagePRESS V900 - part 2

Professional Development

13 Qs

Python Looping

Python Looping

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Assistant Chennai

Used 147+ times

FREE Resource

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

Discover more resources for Professional Development