Loops In Java

Loops In Java

8th - 12th Grade

6 Qs

quiz-placeholder

Similar activities

CodeHS 2.12 Loop-and-a-Half 😝

CodeHS 2.12 Loop-and-a-Half 😝

9th - 12th Grade

10 Qs

49. Programming 1 : Basic Programming Constructs

49. Programming 1 : Basic Programming Constructs

9th - 12th Grade

11 Qs

While-loops Drill

While-loops Drill

8th Grade

5 Qs

Programming Constructs - Bitesize

Programming Constructs - Bitesize

KG - 11th Grade

10 Qs

Variables List and Function in Python Coding

Variables List and Function in Python Coding

9th Grade

10 Qs

Python Ifs, Lists, and Loops

Python Ifs, Lists, and Loops

7th - 8th Grade

11 Qs

Nested Loops and Multi-dimensional Arrays

Nested Loops and Multi-dimensional Arrays

11th Grade

9 Qs

Programming Constructs

Programming Constructs

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