Java Summative Assessment 2
Quiz
•
Computers
•
12th Grade
•
Practice Problem
•
Easy
chrisbenedict sevilleno
Used 1+ times
FREE Resource
Enhance your content in a minute
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code?
```java
int x = 5;
if (x > 0) {
System.out.println("Positive");
} else {
System.out.println("Negative");
}
Positive
Negative
Nothing
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which symbol is used for the "not equal to" comparison in an if statement?
`!=`
`==`
`>`
`<>`
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code print?
```java
int age = 16;
if (age >= 18) {
System.out.println("Adult");
} else {
System.out.println("Minor");
}
```
Adult
Minor
Nothing
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for an if-else statement?
`if condition { } else { }`
`if (condition) { } else { }`
`if [condition] { } else { }`
`if condition then { } else { }`
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code output?
```java
int num = 10;
if (num % 2 == 0) {
System.out.println("Even");
} else {
System.out.println("Odd");
}
Even
Odd
Nothing
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code print?
```java
boolean isSunny = false;
if (isSunny) {
System.out.println("Go outside");
} else {
System.out.println("Stay inside");
}
Go outside
Stay inside
Nothing
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is missing in this code to make it compile?
```java int x = 7;
if x > 5 {
System.out.println("Big");
}
```
Parentheses around the condition
Curly braces
Semicolon after the condition
A variable declaration
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
Online Platform Block Q
Quiz
•
11th - 12th Grade
20 questions
City & Guilds Award in Business Processes
Quiz
•
12th Grade
20 questions
ASPEK LEGAL TIK XII
Quiz
•
12th Grade
20 questions
Pengayaan Informatika
Quiz
•
12th Grade
21 questions
CPA MS-Office Hotkeys Quiz
Quiz
•
8th Grade - Professio...
20 questions
ตอบปัญหาคอมพิวเตอร์st
Quiz
•
9th - 12th Grade
15 questions
Quiz No. 1 on Open Source Software
Quiz
•
11th - 12th Grade
15 questions
HTML Quiz
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
