Java Syntax specifies a block of code to be executed when the condition is true.
REVIEW QUIZ FOR & WHILE LOOP

Quiz
•
Computers
•
10th Grade
•
Medium
Richard Avila
Used 24+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if
else
else if
if else
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It is a Java Syntax that selects one of many code blocks to execute. Most of the time, they coded as "cases."
Java Loop
Java Operator
Java Switch
Java Math
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
for (int x = 5; x < 10; x++) {
System.out.print(x);
}
5 6 7 8 9
5 6 7 8 9 10
5 4 3 2 1 0
4 5 6 7 8 9 10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Java Syntax executes the block of code repeatedly until a specified condition is reached.
Strings
Operators
Arrays
Loops
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int i = 0;
while (i <= 5) {
System.out.println(i); i++;
}
What will be the output?
0 1 2 3 4
0 1 2 3 4 5
1 2 3 4 5
1 2 3 4
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int x = 20;
int y = 18;
if (x > y) {
System.out.println("x is greater than y");
}
Is the statement TRUE or FALSE?
TRUE
FALSE
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Java Syntax specifies a block of code to be executed when the condition is false.
else
if
else if
if else
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Class X - Java 1

Quiz
•
10th Grade
15 questions
JAVA: Level-1

Quiz
•
5th - 12th Grade
15 questions
Basics in Java

Quiz
•
9th - 12th Grade
10 questions
Java: repetition control structure for & while

Quiz
•
10th - 12th Grade
12 questions
Repaso de Java

Quiz
•
10th Grade
15 questions
Array

Quiz
•
10th - 12th Grade
15 questions
Java Test 1

Quiz
•
10th Grade
12 questions
Compound Operators in Java

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University