Loops

Loops

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Looping in java

Looping in java

9th Grade

7 Qs

Java switch/for/while

Java switch/for/while

9th - 12th Grade

15 Qs

Java Basics (Data Types and Variables)

Java Basics (Data Types and Variables)

6th - 10th Grade

16 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

BlueJ

BlueJ

10th Grade

10 Qs

Arrays Review

Arrays Review

9th - 12th Grade

11 Qs

Computer Quiz

Computer Quiz

9th Grade

12 Qs

Loops

Loops

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Deepti Ghuge

Used 3+ times

FREE Resource

12 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

1. When the statements are repeated sequentially a number of times in a program, the construct is known as ........................

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

2. For loop is also known as ............................. controlled loop.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

3.______________loop is called an exit controlled loop.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________executes at least once, if the condition is false.

Do while

For

While

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________ checks the condition first before its execution.


Do while

For

While

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To find the sum of any ten numbers, the loop will run .............. times.

Ten

Eleven

Nine

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

i) x=1
y=1

ii) x=0

y=0

i) x=1
y=1

ii) x=2

y=2

i) x=0
y=0

ii) x=1

y=1

i) x=2
y=2

ii) x=1

y=1

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?