Python Looping

Python Looping

Professional Development

9 Qs

quiz-placeholder

Similar activities

JS Quiz

JS Quiz

Professional Development

14 Qs

quiz 5

quiz 5

Professional Development

11 Qs

Call Center Quiz 2

Call Center Quiz 2

Professional Development

10 Qs

String and List

String and List

Professional Development

14 Qs

GEI Story

GEI Story

Professional Development

10 Qs

М2У1 повторення

М2У1 повторення

Professional Development

10 Qs

pemrograman dasar

pemrograman dasar

Professional Development

10 Qs

C Basic

C Basic

Professional Development

10 Qs

Python Looping

Python Looping

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Assistant Chennai

Used 143+ 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