Java Loops

Java Loops

10th - 12th Grade

41 Qs

quiz-placeholder

Similar activities

Nat 5 - Prelim Revision

Nat 5 - Prelim Revision

11th - 12th Grade

36 Qs

Python Exam Practice

Python Exam Practice

9th - 12th Grade

43 Qs

Intro to Java Exam Review

Intro to Java Exam Review

9th - 12th Grade

40 Qs

AP CSP | Conditionals Review

AP CSP | Conditionals Review

9th - 12th Grade

44 Qs

Etapa III- Control de ciclos - ROGIC

Etapa III- Control de ciclos - ROGIC

11th Grade

45 Qs

Java Control Flow and Collections

Java Control Flow and Collections

11th Grade - Professional Development

39 Qs

IB Computer Science A1.1 ,B1.1,B2.1,B2.1.1,B2.1.2

IB Computer Science A1.1 ,B1.1,B2.1,B2.1.1,B2.1.2

12th Grade

41 Qs

OCR Computer Science 1.1.1

OCR Computer Science 1.1.1

9th - 11th Grade

40 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?