
APCSA Quiz 1

Quiz
•
Computers
•
9th Grade
•
Medium
Brendan Kerchner
Used 1+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Loops Quiz

Quiz
•
9th - 12th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
9 questions
Week 16 - CP1

Quiz
•
12th Grade
16 questions
Loops

Quiz
•
5th - 12th Grade
15 questions
Topic 3 & 4 Practice - ArrayList and String Methods

Quiz
•
12th Grade
16 questions
Java by Mr Sam

Quiz
•
10th Grade
8 questions
String Handling in Java

Quiz
•
10th Grade
10 questions
Java Arrays

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade