
AP Computer Science A Quiz

Passage
•
Computers
•
12th Grade
•
Hard
Xin Deng
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed as a result of executing the following code segment? System.out.println("W"); System.out.println("X"); System.out.print("Y"); System.out.print("Z");
W X YZ
W XYZ
WX YZ
WXYZ
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed as a result of executing the following code segment? System.out.print("cat "); System.out.println("dog "); System.out.println("horse "); System.out.print("cow ");
cat dog horse cow
cat dog horse cow
cat dog horse cow
cat dog horse cow
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed as a result of executing the following code segment? System.out.print("Hello!"); System.out.println("How "); System.out.print("are "); System.out.print("you?");
Hello! How are you?
Hello!How are you?
Hello!How are you?
Hello!Howareyou?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following changes can be made so that the following code segment produces the intended output? System.out.println(hello); // Line 1 System.out.print(world); // Line 2 hello world
Changing println in line 1 to print
Inserting System.out.println(); between lines 1 and 2
Enclosing hello in line 1 and world in line 2 in quotation marks
Inserting System.out.print(); between lines 1 and 2
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which change can be made so that the following code segment produces the intended output? System.out.print("Ready"); // Line 1 System.out.print("Set"); // Line 2 System.out.print("Go!"); // Line 3 Ready Set Go!
Interchanging lines 1 and 3
Changing print to println in lines 1 and 2
Changing print to println in line 3
No change is needed; the code segment works correctly as is.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following code segments works as intended to print the word Hello? I. System.out.print("Hello"); II. System.out.print(Hello); III. System.out.print(He); System.out.print(llo);
I and II
II only
I and III
I only
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement correctly declares a variable that can store a temperature rounded to the nearest tenth of a degree?
patientTemp = 0;
int patientTemp;
double patientTemp;
boolean patientTemp;
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Class Introduction Quiz

Passage
•
11th Grade - University
6 questions
Understanding High-Level and Low-Level Programming Languages

Passage
•
11th Grade
9 questions
What is a network diagram

Passage
•
11th Grade
8 questions
Energy Conservation Lesson

Passage
•
University
9 questions
Data types quiz

Passage
•
12th Grade
10 questions
Software (Interactive Lesson)

Passage
•
12th Grade
11 questions
Introduction to Climate Change

Passage
•
University
12 questions
CTech IT Unit 1 LO3

Passage
•
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