AP Computer Science A Final Review

Quiz
•
Computers
•
10th Grade
•
Easy
Wayground Content
Used 4+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the 1st step in creating a WHILE loop?
Loop Condition
Display Out
Declaration of Variable
Increment or Decrement
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
1 1 2 3 4 5 6
2 2 3 4 5 6 7
6 6 5 4 3 2 1
7 7 6 5 4 3 2
7 7 7 7 7 7 7
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
A while loop carries on as long as...
The condition in the brackets is true
The condition in the brackets is false
i < 10
the for loop has not ended
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
While loops are not really important or necessary in Java
True
False
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of num after this statement is executed?
int num = 23;
if(num>20) { num = 20; }
else { num = 30; }
20
30
23
true
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
The sum of all the integers greater than y but less than or equal to x
The sum of all the integers greater than or equal to y but less than or equal to x
The sum of all the integers greater than y but less than x
The sum of all the integers greater than y but less than or equal to x
The sum of all the integers less than y but greater than or equal to x
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Mail m = p[10].getBox (57) .getmail (4);
Mail m = p[9].getBox (56).getMail(3);
Mail m = p.geMail (57) .getMail (4) [10];
Mail m = getMail (getBox (p[9], 560, 3)
Mail m = new Mail (10, 57,.4);
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
AP Computer Science A Review 1

Quiz
•
10th - 12th Grade
25 questions
JavaScript Basics & Graphics Test

Quiz
•
9th - 12th Grade
15 questions
LEGO Ev3 Robotics

Quiz
•
5th - 12th Grade
20 questions
Computer 10 | Introduction to Java

Quiz
•
9th - 12th Grade
20 questions
Big Idea 2: Data Questions

Quiz
•
9th - 12th Grade
21 questions
Introduction to CS

Quiz
•
7th Grade - University
17 questions
Cumulative Test Practice Units 1, 3, 4, 5, & 7

Quiz
•
9th - 12th Grade
20 questions
Operators in JS

Quiz
•
6th Grade - 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
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade