
AP CSA Review Game — “Java Survival Skills”

Flashcard
•
Computers
•
12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

17 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What does public static void main(String[] args) do in Java?
Back
It starts the program’s execution
2.
FLASHCARD QUESTION
Front
Which of these is NOT a primitive data type in Java? int, double, String, boolean
Back
String
3.
FLASHCARD QUESTION
Front
What is the correct way to declare a variable named age and set it to 17? Options: int age = 17;, age int = 17;, 17 = age;, int age == 17;
Back
int age = 17;
4.
FLASHCARD QUESTION
Front
What symbol is used for the “equal to” comparison in Java?
Back
==
5.
FLASHCARD QUESTION
Front
What will this code print? Options: 5, 0, 10, Error
Back
5
6.
FLASHCARD QUESTION
Front
Which loop runs at least once, even if the condition is false? Options: for loop, while loop, do-while loop, infinite loop
Back
do-while loop
7.
FLASHCARD QUESTION
Front
What does this code output?
if (4 % 2 == 0) {
System.out.println("Even");
} else {
System.out.println("Odd");
}
Back
Even
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Loops - code.org

Flashcard
•
12th Grade
15 questions
Understanding Pseudocode Concepts

Flashcard
•
12th Grade
16 questions
6.6 Properties of Definite Integrals

Flashcard
•
12th Grade
15 questions
C++ Programming wk 13

Flashcard
•
Professional Development
15 questions
Homeostasis: Feedback Loops

Flashcard
•
KG - University
15 questions
E & M - Wire & Loops

Flashcard
•
11th - 12th Grade
16 questions
Loops Flashcard

Flashcard
•
9th - 12th Grade
15 questions
test adruino

Flashcard
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade