AP CSA Unit 3 Boolean Expressions

Flashcard
•
Computers
•
10th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

29 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Consider the code assuming that a b c and d are ints, which of the following is an example of short circuit evaluation? if a > b is true it doesn't evaluate c == d, if c == d is false it evaluates a > b, if a > b is false it doesn't evaluate c == d, if c == d is true it doesn't evaluate a > b
Back
if a > b is false it doesn't evaluate c == d
2.
FLASHCARD QUESTION
Front
Just before exiting this program, what are the values of the instance variable value of MultiplyObjects a, b and c? Options: 5, 10, 20; 40, 40, 40; 40, 10, 40; 10, 10, 20
Back
40, 40, 40
3.
FLASHCARD QUESTION
Front
The boolean expression (A || B) && A is true whenever?
Back
A is true
4.
FLASHCARD QUESTION
Front
The boolean expression (A && B) && B is true whenever...
Back
both A is true and B is true
5.
FLASHCARD QUESTION
Front
For what values of n with this code segment generate output? Options: for all values of n, for all even values of n, for all values of n that are multiples of 3, for all values of n that are multiples of 6, for all values of n that are either a multiple of 2 or a multiple of 3.
Back
for all values of n that are multiples of 6
6.
FLASHCARD QUESTION
Front
What is printed as a result of executing the program? Options: 10 20, 10 20, 10 10, 20 20, 20 20, There is no output displayed.
Back
10 20
20 10
7.
FLASHCARD QUESTION
Front
For what values of n will the code segment generate output? Options: For all values of n, For all values of n in the range [20 .. 100], For all values of n in the range [51 .. 99], For all values of n NOT in the range of [50 .. 100], For all values of n NOT in the range of [51 .. 99]
Back
For all values of n NOT in the range of [51 .. 99]
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Domain and Range interval Notation

Flashcard
•
9th - 12th Grade
16 questions
Domain and Range of Functions

Flashcard
•
9th - 12th Grade
16 questions
NC Math 4 Review for Final Exams

Flashcard
•
9th - 12th Grade
15 questions
Domain and Range of Functions

Flashcard
•
10th - 12th Grade
15 questions
Function or Not a Function

Flashcard
•
10th - 12th Grade
15 questions
Key Features Check-in

Flashcard
•
9th - 12th Grade
15 questions
Retake Unit 2 Test STUDY WORK

Flashcard
•
9th - 12th Grade
15 questions
Fall semester Exam Math INA

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