Java Conditions and If Statements

Quiz
•
Computers
•
10th Grade
•
Hard
Myra Ungriano
Used 16+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is not included in Java Conditional statements?
if
else
else if
switch
none
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which conditional statement is used to specify a block of code to be executed if a specified condition is false?
if
else
else if
switch
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the syntax to check if a variable 'x' is greater than 10 in Java?
if x > 10
if x >= 10
if x < 10
if x <= 10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a comparison operator in Java?
==
<=
&&
!=
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When should you use the else if statement in Java?
To specify a block of code to be executed if a specified condition is true.
To specify many alternative blocks of code to be executed.
To specify a new condition to test, if the first condition is false.
To specify a block of code to be executed if the same condition is false.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for a switch statement in Java?
switch { }
switch (expression) { }
switch expression { }
switch (expression) { case: }
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which conditional statement would you use to specify many alternative blocks of code to be executed?
if
else
else if
switch
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Preguntas básicas sobre C#

Quiz
•
9th - 12th Grade
7 questions
Java Quiz 4: Booleans and Conditional Statements

Quiz
•
6th - 12th Grade
12 questions
Kuis JavaScript

Quiz
•
10th Grade
15 questions
Kuizi 12 - Web

Quiz
•
10th Grade
8 questions
Algoritma Pemograman

Quiz
•
10th Grade
10 questions
Управление циклом: else . 8 класс

Quiz
•
8th Grade - University
10 questions
Cấu trúc rẽ nhánh trong lập trình

Quiz
•
10th Grade
15 questions
INFORMATIKA X-5

Quiz
•
10th Grade - University
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