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
30 questions
034_Virtualization Vulnerabilities – Security+

Flashcard
•
9th Grade - University
39 questions
Computer Programming Flashcard

Flashcard
•
12th Grade
35 questions
CS3 HTML Structure and Document Elements Flashcard

Flashcard
•
12th Grade
25 questions
coding relay MCQ

Flashcard
•
KG - University
45 questions
Python Unit 1-2 Review

Flashcard
•
9th - 12th Grade
35 questions
Project-Stem Python Final Exam

Flashcard
•
9th - 12th Grade
32 questions
Apps That Solve Problems

Flashcard
•
11th Grade - University
44 questions
DBI202-Fa24

Flashcard
•
KG - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade