
B4 - The if Statement

Quiz
•
Other
•
University
•
Hard

Ahmetcan türk
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many choices are possible when using a single if-else statement?
1
2
3
4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code fragment write to the monitor?
int sum = 14;
if ( sum < 20 )
System.out.print("Under ");
else
{
System.out.print("Over ");
System.out.println("the limit.");
}
Under
Over
Under the limit
Over the limit
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code fragment write to the monitor?
int sum = 7;
if ( sum > 20 )
{
System.out.print("You win ");
}
else
{
System.out.print("You lose ");
}
System.out.println("the prize.");
You win
You lose
You win the prize.
You lose the prize.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following code fragment write to the monitor?
int sum = 21;
if ( sum != 20 )
System.out.print("You win ");
else
System.out.print("You lose ");
System.out.println("the prize.");
You win
You lose
You win the prize
You lose the prize
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Evaluate (to true or false) each of the following expressions:
14 <= 14 14 < 14 -9 > -25 -25 > -9
true true true true
true false false false
true false true true
true false true false
Similar Resources on Wayground
10 questions
Topic 1 - Intro to Signal and System

Quiz
•
University
10 questions
Unit 3 - Learning how to read

Quiz
•
University
10 questions
Chapter 2: The Digital Economy

Quiz
•
University
10 questions
Python set 2

Quiz
•
University
10 questions
Indigenous Chapters

Quiz
•
University
10 questions
Digestion, Absorption, and Transport (Part 2)

Quiz
•
University
10 questions
Python - Diccionarios - GSL

Quiz
•
University
10 questions
Quiz Sistem Operasi

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University