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
11 questions
Infant care Skills

Flashcard
•
9th - 12th Grade
10 questions
Python booleans & if/elif/else

Flashcard
•
9th - 12th Grade
10 questions
Flashcard 26.4

Flashcard
•
10th Grade
10 questions
USH 5 #2-1 Gilded Age Immigration and Urbanization

Flashcard
•
11th Grade
10 questions
Financial Literacy Flashcard | What do You Already Know?

Flashcard
•
10th Grade
9 questions
code.org unit 4

Flashcard
•
9th - 12th Grade
8 questions
[8c] Boolean Expressions Review 1(xp)

Flashcard
•
10th Grade
10 questions
Child Labor Laws Flashcard

Flashcard
•
9th - 12th Grade
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