AP Computer Science A Final Review

Flashcard
•
Computers
•
10th Grade - University
•
Easy
+5
Standards-aligned
Wayground Content
Used 1+ times
FREE Resource
Student preview

40 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
40 questions
CSP Final Exam Practice

Flashcard
•
9th - 12th Grade
40 questions
AP CSA Unit 4 Review

Flashcard
•
11th Grade
36 questions
AP CS A Midterm Review

Flashcard
•
9th - 12th Grade
40 questions
C++ Programming

Flashcard
•
9th - 12th Grade
34 questions
AP CSA Semester 1 Review

Flashcard
•
9th - 12th Grade
30 questions
Java Math and Misc (WU for VC 4)

Flashcard
•
10th - 12th Grade
29 questions
AP CSA Unit 3 Boolean Expressions

Flashcard
•
10th - 12th Grade
28 questions
P5.js Advanced

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade