APCSA Quiz 1

APCSA Quiz 1

9th Grade

13 Qs

quiz-placeholder

Similar activities

JAVA: Level-1

JAVA: Level-1

5th - 12th Grade

15 Qs

While Loops and Boolean Statements

While Loops and Boolean Statements

10th - 12th Grade

10 Qs

Third Year Placement Training Revision Test

Third Year Placement Training Revision Test

University

10 Qs

sad 1 variable review

sad 1 variable review

9th Grade

16 Qs

If-Else in Java

If-Else in Java

9th - 12th Grade

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Code.org APCSA Unit

Code.org APCSA Unit

9th - 12th Grade

10 Qs

AP CSA Review

AP CSA Review

11th Grade

14 Qs

APCSA Quiz 1

APCSA Quiz 1

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Brendan Kerchner

Used 1+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed from this code (pictured)?

7.0

9.0

6.0

7

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed from this code (pictured)?

A) 8 9 6 7

B) 8 9 5 6

C) 8 8 5 6

D) 8 9 5 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What are the values of x, y, and z after execution (pictured)?

x=20, y=4.5, z=true

x=15, y=6.5, z=false

x=15, y=4.5, z=true

Compile-time error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Fill in the missing code (pictured) to calculate and print the volume of a cylinder:

PI * radius * height

PI radius * radius * height

2 * PI * radius * height

(PI + radius + height)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why will this not compile?

boolean active;

System.out.println(active);

The variable "active" is not declared

Boolean variables cannot be printed.

The variable "active" is not initialized

boolean is not a valid data type

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be printed?

System.out.println("7" + 3);

10

73

"7" + 3

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is printed?

int year = 2025;

String message = "CS Exam";

System.out.println("Welcome " + message + " " + year);

Welcome CS Exam 2025

Welcome CS Exam2025

WelcomeCS Exam 2025

Welcome2025 CS Exam

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?