AP Computer Science A Final Review

Flashcard
•
Computers
•
10th Grade
•
Easy
Wayground Content
Used 3+ times
FREE Resource
Student preview

75 questions
Show all answers
1.
FLASHCARD QUESTION
Front
A Boolean expression...
Back
Checks if something is true or false
2.
FLASHCARD QUESTION
Front
How many values does a Boolean variable have?
Back
2
3.
FLASHCARD QUESTION
Front
Determine the truth value of the statement: ((a <= b) or (a == b)) and (b > a) where a = 5 and b = 6
Back
True
4.
FLASHCARD QUESTION
Front
Which Java type can be used to store a true or false value?
Back
boolean
5.
FLASHCARD QUESTION
Front
Evaluate (to true or false) each of the following expressions:
14 >= 14
15 > 15
16 != 16
18 >= 19
Back
T, F, F, F
6.
FLASHCARD QUESTION
Front
True/False: The body of an "if" statement will only be executed if the condition is true.
Back
True
7.
FLASHCARD QUESTION
Front
What is the value of num after this statement is executed?
int num = 23;
if(num>20) { num = 20; }
else { num = 30; }
Back
20
Create a free account and access millions of resources
Similar Resources on Wayground
70 questions
Jeopardy Review Game: Coding

Flashcard
•
10th Grade
65 questions
APCSP Semester 1 Review '24-'25

Flashcard
•
10th - 12th Grade
77 questions
J277 Paper 2 - Key Vocabulary Flashcards

Flashcard
•
10th Grade
80 questions
AP CSP Semester 1 Practice

Flashcard
•
9th - 12th Grade
60 questions
Vocab Unit 1, 2, 3, 4 and 5

Flashcard
•
10th - 12th Grade
82 questions
Intro to CS Fall Sem. Final Review

Flashcard
•
9th - 12th Grade
57 questions
BHS Chorus EOS Review 1A

Flashcard
•
8th Grade
74 questions
Pre A1 vocab exam

Flashcard
•
Professional Development
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