Description
Looking for review questions for APCSA? Need review questions or activities for the AP exam or for class discussion? This digital pack includes 40 multiple-choice questions having to do with Classes Constructors and Methods.
What if there was a system that took a question list and turned it into a ton of classroom activities? What if it were no prep and could randomize every single time?
This is the Husky App System. I'm a computer science teacher and I've created (from the ground up) an entire ecosystem that can help you create games, quizzes, utilities, or worksheets all with a click.
Try out demo questions at https://huskyapps.com It's free!
PLEASE READ:
When you purchase this item, you'll download a PDF that contains an access code and instructions. That code unlocks this question pack on the Husky App System website were you have access to over 5 different apps that you can use with this pack for your classroom.
- Want to play a game like Kahoot? Load this, give the students an access code, and play.
- Want to create a color-by-number worksheet with questions? Load this, generate, and print.
- Exit tickets, flashcards, quizzes... and more! I try to add apps often!
Question examples:
Contains 40 multiple-choice questions just like the ones on the AP exam.
- What will be the output?
public class Pair {
private int a;
private int b;
public Pair(int a, int b) {
this.a = a;
this.b = b;
}
public int sum() {
return a + b;
}
}
Pair p1 = new Pair(3, 4);
Pair p2 = new Pair(5, 6);
System.out.println(p1.sum() - p2.sum())
A. 2
B. -2
C. -4
D. 7
- What is the output?
public class Accumulator {
private int sum = 0;
public void add(int... numbers) {
for (int n : numbers) {
sum += n;\n }
}
public int getSum() {
return sum;
}
}
Accumulator acc = new Accumulator();
acc.add(1, 2, 3);
acc.add(4, 5);
System.out.println(acc.getSum());
A. 5
B. 9
C. 12
D. 15
What's included:
- 40 Classes Constructors Methods questions
- Multiple-choice questions for quick checks and games
- Access to all content apps on the Husky Apps Website
Use the questions for:
- Games
- Whole-class discussions
- Sub plans
- Early finisher activities
- Projector-based lessons
How it works:
- Purchase and download the PDF
- Enter the included code on the Husky App System dashboard
- Use the questions in interactive classroom apps
No accounts.
No logins.
No downloads.
APCSA Unit 3A: Classes Constructors Methods | Digital Trivia, Review, Quizzes
Highlights
Save even more with bundles
Description
Looking for review questions for APCSA? Need review questions or activities for the AP exam or for class discussion? This digital pack includes 40 multiple-choice questions having to do with Classes Constructors and Methods.
What if there was a system that took a question list and turned it into a ton of classroom activities? What if it were no prep and could randomize every single time?
This is the Husky App System. I'm a computer science teacher and I've created (from the ground up) an entire ecosystem that can help you create games, quizzes, utilities, or worksheets all with a click.
Try out demo questions at https://huskyapps.com It's free!
PLEASE READ:
When you purchase this item, you'll download a PDF that contains an access code and instructions. That code unlocks this question pack on the Husky App System website were you have access to over 5 different apps that you can use with this pack for your classroom.
- Want to play a game like Kahoot? Load this, give the students an access code, and play.
- Want to create a color-by-number worksheet with questions? Load this, generate, and print.
- Exit tickets, flashcards, quizzes... and more! I try to add apps often!
Question examples:
Contains 40 multiple-choice questions just like the ones on the AP exam.
- What will be the output?
public class Pair {
private int a;
private int b;
public Pair(int a, int b) {
this.a = a;
this.b = b;
}
public int sum() {
return a + b;
}
}
Pair p1 = new Pair(3, 4);
Pair p2 = new Pair(5, 6);
System.out.println(p1.sum() - p2.sum())
A. 2
B. -2
C. -4
D. 7
- What is the output?
public class Accumulator {
private int sum = 0;
public void add(int... numbers) {
for (int n : numbers) {
sum += n;\n }
}
public int getSum() {
return sum;
}
}
Accumulator acc = new Accumulator();
acc.add(1, 2, 3);
acc.add(4, 5);
System.out.println(acc.getSum());
A. 5
B. 9
C. 12
D. 15
What's included:
- 40 Classes Constructors Methods questions
- Multiple-choice questions for quick checks and games
- Access to all content apps on the Husky Apps Website
Use the questions for:
- Games
- Whole-class discussions
- Sub plans
- Early finisher activities
- Projector-based lessons
How it works:
- Purchase and download the PDF
- Enter the included code on the Husky App System dashboard
- Use the questions in interactive classroom apps
No accounts.
No logins.
No downloads.





