Loops In Java

Loops In Java

8th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

BGE - Conditional Loops

BGE - Conditional Loops

8th Grade

7 Qs

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

Loops & Conditional Blocks in Scratch

Loops & Conditional Blocks in Scratch

6th - 12th Grade

10 Qs

Python Loops

Python Loops

9th - 12th Grade

10 Qs

FOR LOOPS and Angles with Tracy (PYTHON)

FOR LOOPS and Angles with Tracy (PYTHON)

7th - 8th Grade

10 Qs

CodeHS While Loops

CodeHS While Loops

9th - 12th Grade

11 Qs

LOOPS IN C++

LOOPS IN C++

10th Grade - University

10 Qs

Pseudocode - Iteration

Pseudocode - Iteration

7th - 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