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
Java Syntax specifies a block of code to be executed when the condition is true.
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 Wayground
15 questions
Latihan UPS2

Quiz
•
5th - 12th Grade
15 questions
Evaluare-metode PROGRAMARE JAVA DISTRACTIVĂ

Quiz
•
10th Grade
12 questions
Java Code

Quiz
•
10th - 12th Grade
10 questions
Latihan Class Library

Quiz
•
9th - 12th Grade
9 questions
quis lat soal

Quiz
•
9th - 12th Grade
14 questions
AP CSA Variables and Operators

Quiz
•
9th - 12th Grade
11 questions
Java1

Quiz
•
6th - 11th Grade
13 questions
Python Basics (Y9)

Quiz
•
8th - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade