For Loop (Java)

For Loop (Java)

12th Grade

16 Qs

quiz-placeholder

Similar activities

Core Concepts in Technology (ITEEA 2.2)

Core Concepts in Technology (ITEEA 2.2)

9th - 12th Grade

18 Qs

Flooring

Flooring

9th - 12th Grade

15 Qs

Unit 108 Test

Unit 108 Test

12th Grade

14 Qs

CPA Prelims JY 2022

CPA Prelims JY 2022

8th Grade - Professional Development

20 Qs

Fingerprint ID Practice

Fingerprint ID Practice

9th - 12th Grade

14 Qs

Inspection and Testing Sample questions

Inspection and Testing Sample questions

1st - 12th Grade

20 Qs

NURSING INFORMATICS

NURSING INFORMATICS

1st - 12th Grade

20 Qs

Floral Week 11

Floral Week 11

9th - 12th Grade

12 Qs

For Loop (Java)

For Loop (Java)

Assessment

Quiz

Specialty

12th Grade

Medium

CON.2.C.1, CON.2.A.2, IOC.1

Standards-aligned

Created by

Bryan Campbell

Used 9+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

For loops are

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which portion of the for loop must equate to a boolean value?

Initialization

Termination

increment

The body of the for loop

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which portion of the for loop control when the for loop ends?

Initialization

Termination

increment

The body of the for loop

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which portion of the for loop control the rate of change of the initialized variable(s)?

Initialization

Termination

increment

The body of the for loop

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which portion of the for loop performs an user defined task, if the condition of the for loop is true?

Initialization

Termination

increment

The body of the for loop

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which portion of the for loop allow you to set the initial values of the variables being used within the for loop?

Initialization

Termination

increment

The body of the for loop

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following for loop?

0

1

2

3

4

0

1

2

3

4

5

1

2

3

4

1

2

3

4

5

Nothing will print; the condition is false.

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?