Loops In Java

Loops In Java

8th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

[AP CSP] Unit 4 Review: Functions and Lists

[AP CSP] Unit 4 Review: Functions and Lists

9th - 12th Grade

10 Qs

Understanding Loops

Understanding Loops

6th - 8th Grade

10 Qs

Programming Techniques

Programming Techniques

11th - 12th Grade

10 Qs

Code Combat Review (Python)

Code Combat Review (Python)

8th Grade

10 Qs

while loop

while loop

9th Grade

10 Qs

Prog. Des. de Sistemas - Iterando de maneira diferente.

Prog. Des. de Sistemas - Iterando de maneira diferente.

12th Grade

10 Qs

while loop

while loop

9th Grade

10 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th 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