Java Loops

Java Loops

10th - 12th Grade

41 Qs

quiz-placeholder

Similar activities

Java Control Flow and Collections

Java Control Flow and Collections

11th Grade - Professional Development

39 Qs

PBO PKL - 2

PBO PKL - 2

11th Grade

40 Qs

Class 11Loops and Conditional Formatting

Class 11Loops and Conditional Formatting

11th - 12th Grade

41 Qs

Intro to Java Exam Review

Intro to Java Exam Review

9th - 12th Grade

40 Qs

AP CS A unit 1

AP CS A unit 1

11th Grade - University

36 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

PTS - Informatika 11 MIA

PTS - Informatika 11 MIA

11th Grade

45 Qs

Java Control Structures

Java Control Structures

11th Grade - Professional Development

39 Qs

Java Loops

Java Loops

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Used 67+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

A loop is a way to (choose ALL the correct options)

make life simpler for the programmer

make life simpler for the user

hang up the computer infinitely

efficiently repeat instructions

efficiently work with data structures such as files and arrays

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you know exactly how many times the loop needs to repeat you should use a

repeat loop

for loop

while loop

try case loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the minimum number of times that ANY for loop will repeat?

0

1

2

10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the minimum number of times that ANY while loop will repeat?

0

1

2

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The best loop to use when working with an array is

for

for-each

while

do while

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A for-each loop is initialised with

a counter, a comparison and an increment value

an array

a set of conditions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A while loop is initialised with

a counter, a comparison and an increment value

an array

a set of conditions

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?