AP CSA Review

Quiz
•
Computers
•
11th Grade
•
Medium
Melanie Sirianni
Used 9+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these declarations is illegal?
Shape foo = new Rectangle();
Shape bar = new Square();
Rectangle zim = new Square();
Ellipse dib = new Shape();
Ellipse gaz = new Circle();
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Does this example show any method that are OVER LOADED?
Yes
No
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Does this example show any method that are OVERRIDDEN?
Yes
No
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Does this example show any POLYMORPHIC methods?
Yes
No
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is returned by the .add( Object E) method in the ArrayList class?
true
The object that is added
The position where the object is added
It has a void return type. Nothing is returned
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Consider the following code segment.
System.out.println("W");
System.out.println("X");
System.out.print("Y");
System.out.print("Z");
What is printed as a result of executing the code segment?
WXYZ
W
XYZ
WX
YZ
W
X
YZ
W
X
Y
Z
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Consider the following code segment.
String str = "AP";
str += "CS " + 1 + 2;
System.out.println(str);
What is printed as a result of executing the code segment?
CS AP12
AP CS3
CSAP 12
APCS 12
APCS 3
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz Bahasa C++ 1

Quiz
•
9th - 12th Grade
15 questions
2D Arrays

Quiz
•
9th - 12th Grade
10 questions
Arrays

Quiz
•
10th - 12th Grade
10 questions
Arrays

Quiz
•
11th Grade
14 questions
Exploring Computer Science

Quiz
•
10th - 12th Grade
10 questions
Kuis Array 1

Quiz
•
11th Grade
10 questions
Introduction to Arrays

Quiz
•
KG - University
19 questions
Unit 5 - Two-Dimensional Arrays

Quiz
•
9th - 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