Search Header Logo

break and continue

Authored by shilpa keesara

Computers

11th - 12th Grade

Used 16+ times

break and continue
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a loop?

Allows execution of single statements only

Allows you to return to the beginning of the program

Allows execution of groups of statements all at once

Allows execution of statement or group of statements multiple times

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use of one or more loops inside any other while, for or do....while loop

while loop

for loop

nested loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Terminates the loop statement and transfers execution to the statement immediately following the loop

pass statement

continue statement

break statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Causes loop to skip the remainder of its body and immediately retest its condition to reiterating

continue statement

break statement

pass statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used when a statement is required syntactically but you do not want a command or a code to execute

break statement

continue statement

pass statement

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

break will break out of an iteration

true

false

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If there is a circumstance where you do not want to break out of a loop, but just skip a certain value, you would use

skip

break

continue

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?