BREAK, CONTINUE, GOTO

BREAK, CONTINUE, GOTO

University

5 Qs

quiz-placeholder

Similar activities

Lesson 2 Recap

Lesson 2 Recap

University

7 Qs

Service Learning Flowchart

Service Learning Flowchart

KG - Professional Development

10 Qs

Decision making and branching in Java

Decision making and branching in Java

University

10 Qs

Flowchart Quiz

Flowchart Quiz

University

10 Qs

POP Module-2 2023-24

POP Module-2 2023-24

University

10 Qs

Review Topic 2.1

Review Topic 2.1

University

10 Qs

C programming

C programming

11th Grade - University

10 Qs

Moringa JavaScript Iteration

Moringa JavaScript Iteration

9th Grade - Professional Development

10 Qs

BREAK, CONTINUE, GOTO

BREAK, CONTINUE, GOTO

Assessment

Quiz

Computers

University

Medium

Created by

Azhani Hashim

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Below are statements allowing control to exit the loop without through condition EXCEPT

BREAK

JUMP

GOTO

CONTINUE

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

This flowchart is for

CONTINUE

GOTO

BREAK

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

This flowchart is for

CONTINUE

GOTO

BREAK

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

When executing the CONTINUE statement inside the loop, control automatically passes to the _______ of the loop.

after

ending

beginning

before

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

For the GOTO statement, the control jumps directly to the ________.

end.

beginning.

label.

return 0.