Java Loops

Java Loops

10th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Ôn tập GKI Tin 10 lần 2

Ôn tập GKI Tin 10 lần 2

10th Grade

20 Qs

С++ циклы

С++ циклы

10th Grade

20 Qs

Visual Basic Assessment

Visual Basic Assessment

11th - 12th Grade

21 Qs

KEAMANAN JARINGAN

KEAMANAN JARINGAN

11th Grade

20 Qs

Functions in C++

Functions in C++

11th Grade

20 Qs

Pemograman Dasar 2

Pemograman Dasar 2

10th Grade

20 Qs

HTML QUIZ # 3

HTML QUIZ # 3

10th Grade

20 Qs

Java Loops

Java Loops

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Suprabha Malhar-Jain

Used 70+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which kind of loop would be used?


I need a program that will keep letting me add a monthly payment for 12 months.

FOR Loop

WHILE Loop

2.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which kind of loop would be used?


I need a guessing game program that will let me keep guessing until I get the right answer.

FOR Loop

WHILE Loop

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which kind of loop would be used?


I need a program that will keep letting me add money to a piggy bank until I get to $100.

FOR Loop

WHILE Loop

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the symbol used for the INCREMENT operator ?

+

++

=

==

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many times will the following code print "Welcome to Java"?
int count = 0;
while (count < 10) {
 System.out.println("Welcome to Java");
 count++;
}
8
9
10
0

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

How many times will this loop execute?

50 times

1 time

100 times

Don't know, depends upon a random number

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the final sum after this loop executes

sum = 5

sum = 10

sum = 15

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers