
APCSA Quiz 1
Authored by Brendan Kerchner
Computers
9th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed from this code (pictured)?
7.0
9.0
6.0
7
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
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
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
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?