AP CSP Conditionals
Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Determine if the following statement evaluates to true or false.
(age > 10) && (age < 20)
Back
true
2.
FLASHCARD QUESTION
Front
Determine if the following statement evaluates to true or false.
!(age > 10)
Back
false
3.
FLASHCARD QUESTION
Front
Determine if the following statement evaluates to true or false.
(day == "Tuesday") || (age < 12)
Back
false
4.
FLASHCARD QUESTION
Front
Determine if the following statement evaluates to true or false.
!((age == 16) || (day == "Monday"))
Back
false
5.
FLASHCARD QUESTION
Front
Determine if the following statement evaluates to true or false.
!((age == 16) && !(day == "Monday"))
Back
true
6.
FLASHCARD QUESTION
Front
Determine if the following statement evaluates to true or false.
((age == 16) && (day == "Monday")) && (day == "Tuesday")
Back
false
7.
FLASHCARD QUESTION
Front
Determine if the following statement evaluates to true or false.
((age == 16) && (day == "Monday")) || (day == "Tuesday")
Back
true
8.
FLASHCARD QUESTION
Front
Assume that the two variables age and day have been initialized as shown below.
var age = 16;
var day = "Monday";
Determine if the following statement evaluates to true or false.
((age > 10) && ((age + 5) > 20))
Back
true
Similar Resources on Wayground
7 questions
Act 1 - Lily's character
Flashcard
•
10th Grade - University
7 questions
CSS Rules Flashcard-unit 4 CodeHS
Flashcard
•
7th Grade - University
11 questions
Flow charts and pseudo code
Flashcard
•
9th - 11th Grade
4 questions
Close up c1 - Unit 3 - Riddles
Flashcard
•
10th Grade
12 questions
Credit Scores
Flashcard
•
9th Grade - University
10 questions
Close Up C1: Unit 4: Phrases and Idioms
Flashcard
•
10th Grade
4 questions
Torta Carote e Mandorle
Flashcard
•
9th - 12th Grade
7 questions
Forum Of Female Leaders / Mar '25
Flashcard
•
KG - University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
16 questions
Lesson 3.5 - If Structures Practice
Quiz
•
11th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade