BREAK, CONTINUE, GOTO

BREAK, CONTINUE, GOTO

University

5 Qs

quiz-placeholder

Similar activities

C programming

C programming

11th Grade - University

10 Qs

PYTHON LOOPING

PYTHON LOOPING

University

10 Qs

DECISION MAKING IN C

DECISION MAKING IN C

University

10 Qs

TIU Quiz-4

TIU Quiz-4

University

10 Qs

c Programming

c Programming

University

9 Qs

Programming

Programming

University

7 Qs

Day 1 | Web Alchemy 01

Day 1 | Web Alchemy 01

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.