Python "Break & Continue statement

Python "Break & Continue statement

KG - Professional Development

6 Qs

quiz-placeholder

Similar activities

Control structures and Looping

Control structures and Looping

University

11 Qs

Python Programming Fundamentals

Python Programming Fundamentals

KG - University

11 Qs

VEXcode VR Unit 4 Quiz

VEXcode VR Unit 4 Quiz

6th - 8th Grade

10 Qs

6. Control Structures - 3

6. Control Structures - 3

12th Grade

10 Qs

Conditional and Iterative Statements

Conditional and Iterative Statements

University

10 Qs

Quiz#6

Quiz#6

8th Grade

10 Qs

Day 1 | Web Alchemy 01

Day 1 | Web Alchemy 01

University

10 Qs

Python Quiz - 7

Python Quiz - 7

6th - 8th Grade

10 Qs

Python "Break & Continue statement

Python "Break & Continue statement

Assessment

Quiz

Computers

KG - Professional Development

Easy

Created by

Vannareach Chin

Used 29+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does break statement do?

Repeat

Skip

Stop

Print

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does continue statement do?

Skip

Print

Stop

Repeat

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

We use what to stop the loop?

Continue statement

Break statement

Broke statement

Continued statement

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

We use what to skip the loop?

Continued statement

Broke statement

Break statement

Continue statement

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

There were three computer in the shop, when Chhay went in the store. He pick the first computer and he skip to take the third computer. What statement that used in this example?

Repeat statement

If statement

Continue statement

Break statement

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

I went to interview at a village. There were 100 houses in a row. When I interviewed the first 15 houses, I was too exhausted then I stopped. What statement is used in the example?

Continue statement

else statement

elif statement

break statement