
AP CSA Review Game — “Java Survival Skills”

Quiz
•
Computers
•
12th Grade
•
Medium
SHAWN MCBRAYER
Used 2+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does public static void main(String[] args) do in Java?
It starts the program’s execution
It declares a variable
It loops the program
It prints “Hello World”
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is NOT a primitive data type in Java?
int
double
String
boolean
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare a variable named age and set it to 17?
int age = 17;
age int = 17;
17 = age;
int age == 17;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What symbol is used for the “equal to” comparison in Java?
=
==
!=
<>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code print?
5
0
10
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop runs at least once, even if the condition is false?
for loop
while loop
do-while loop
infinite loop
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code output? if (4 % 2 == 0) { System.out.println("Even"); } else { System.out.println("Odd"); }
Even
Odd
4
2
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
1D Array Java

Quiz
•
9th Grade - University
20 questions
Array

Quiz
•
12th Grade
14 questions
Exploring Computer Science

Quiz
•
10th - 12th Grade
15 questions
Data Structures

Quiz
•
12th Grade
12 questions
Unit 7 - ArrayList - Test Review

Quiz
•
9th - 12th Grade
15 questions
Soal Java

Quiz
•
11th Grade - University
20 questions
Array

Quiz
•
10th - 12th Grade
19 questions
Unit 5 - Two-Dimensional Arrays

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
7 questions
EAHS PBIS Lesson- Bathroom

Lesson
•
9th - 12th Grade
57 questions
How well do YOU know Neuwirth?

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
4 questions
Study Skills

Lesson
•
5th - 12th Grade
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University