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
20 questions
Python year 9

Quiz
•
8th - 11th Grade
20 questions
Networks

Quiz
•
8th Grade - University
20 questions
Javascript Basics Test

Quiz
•
7th - 12th Grade
19 questions
J277 1.3.2 Wired and Wireless Networks, Protocols and Layers

Quiz
•
9th - 11th Grade
16 questions
Flow charts and pseudo code

Quiz
•
9th - 11th Grade
20 questions
CM Adventure Part 1 - For Loop

Quiz
•
6th - 10th Grade
15 questions
Looping Review

Quiz
•
10th - 12th Grade
15 questions
Computer science paper 2

Quiz
•
10th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade