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
8 questions
Depression T/F (health B)

Flashcard
•
9th - 12th Grade
8 questions
Variables Warm up Code.org CSP Unit 4

Flashcard
•
9th Grade
8 questions
Variables Warm up Code.org CSP Unit 4

Flashcard
•
9th Grade
9 questions
Stress/Anxiety of Kids Pt 1

Flashcard
•
9th - 12th Grade
9 questions
IEPs & Graduation

Flashcard
•
9th - 12th Grade
10 questions
Learn About Asthma

Flashcard
•
KG - University
10 questions
java Boolean Flashcard CS1

Flashcard
•
9th - 12th Grade
6 questions
South Korea

Flashcard
•
KG - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade