Loops In Java

Loops In Java

8th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

For Loops

For Loops

8th Grade

10 Qs

Python Condition Controlled Iteration

Python Condition Controlled Iteration

10th Grade

10 Qs

Lists and Loops in Python

Lists and Loops in Python

9th Grade

10 Qs

Advanced Python Iteration Quiz

Advanced Python Iteration Quiz

10th Grade

10 Qs

Quiz 4 Edhesive Review

Quiz 4 Edhesive Review

9th - 12th Grade

10 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Code.org (1-8)

Code.org (1-8)

5th - 8th Grade

10 Qs

Quiz 13 - For Loops

Quiz 13 - For Loops

11th Grade

10 Qs

Loops In Java

Loops In Java

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Guranda Gogaladze

Used 32+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Loop is repeating the action fixed number of times?

For Loops

While Loops

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Loop is repeating the action as long as condition is true?

For Loops

While Loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What we can see on the picture?

Methods

Conditions

Loops

Private Void

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times the loop will be repeated?

i = 0; i < 45; i++

43

44

45

46

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which Loop is better in this situation?

For Loop

While Loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which loop is better in this situation, if one code need to work on both of the worlds?

For Loop

While Loop