Search Header Logo

AP CSA Review Game — “Java Survival Skills”

Authored by SHAWN MCBRAYER

Computers

12th Grade

Used 2+ times

AP CSA Review Game — “Java Survival Skills”
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?