AP CSA Unit 2 Practise MCQ

Quiz
•
Computers
•
11th Grade
•
Easy

Avacado Tomato
Used 4+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A student has created a Cat class. The class contains variables to represent the following.
A String variable called color to represent the color of the cat
A String variable called breed to represent the breed of the cat
An int variable called age to represent the age of the cat
The object myCat will be declared as type Cat. Which of the following descriptions is accurate?
An attribute of breed is String.
color, breed, and age are instances of the Cat class.
Cat is an instance of the myCat class.
age is an attribute of the myCat object.
An attribute of Cat is myCat.
Check MeCompare me
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A student has created a Movie class. The class contains variables to represent the following.
A String variable called title to represent the title of the movie
A String variable called director to represent the director of the movie
A double variable called rating to represent the rating of the movie
The object scaryMovie will be declared as type Movie. Which of the following descriptions is accurate?
An attribute of the scaryMovie class is title.
scaryMovie is an instance of the Movie class.
Title, director, and rating are instances of the scaryMovie object.
An attribute of the Movie instance is scaryMovie
Movie is an instance of scaryMovie.
Check MeCompare me
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following code segments will correctly create an instance of a Person object?
new Person john = Person("John", 16);
Person john("John", 16);
Person john = ("John", 16);
Person john = new Person("John", 16);
Person john = new Person(16, "John");
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of len after the following executes?
2
10
11
8
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of pos after the following code executes?
-1
3
5
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of s1 after the following code executes?
Hey
he
H
h
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Consider the following class. Which of the following code segments would successfully create a new Movie object?
Movie four = new Movie("My Cool Movie", "Steven Spielburg", "4.4");
Movie one = new Movie("Harry Potter", "Bob");
Movie two = new Movie("Sponge Bob");
Movie three = new Movie(title, rating, director);
Movie five = new Movie(t);
Answer explanation
The first movie is ignored since there is a second movie method which supersedes the first
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Audacity Quiz

Quiz
•
9th - 12th Grade
20 questions
Creative iMedia

Quiz
•
11th Grade
26 questions
Macromedia Flash

Quiz
•
8th Grade - Professio...
23 questions
A Day with Dr Seuss

Quiz
•
9th - 12th Grade
20 questions
QUIS Animasi

Quiz
•
9th - 12th Grade
16 questions
Movie Maker

Quiz
•
9th - 12th Grade
20 questions
Old Technology

Quiz
•
3rd - 12th Grade
21 questions
E-TECH 11 LESSON 7,8

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