CS Awesome - Unit 3 Vocabulary

0.0(0)
Studied by 14 people
0%Unit 3 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceAP Practice
Supplemental Materials
call kaiCall Kai
Card Sorting

1/11

Last updated 8:23 PM on 3/31/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Block of statements

One or more statements enclosed in an open curly brace '{' and a closing curly brace '}'.

2
New cards

Boolean expression

A mathematical or logical expression that is either true or false.

3
New cards

complex conditional

A Boolean expression with two or more conditions joined by a logical and '&&' or a logical or '||'.

4
New cards

conditional

Used to execute code only if a Boolean expression is true.

5
New cards

DeMorgan's Laws

Rules about how to distribute a negation on a complex conditional.

6
New cards

logical and

Used to only execute the following statement or block of statements if both conditions are true

7
New cards

logical or

Used to execute the following statement or block of statements if one of the conditions are true

8
New cards

negation

turns a true statement false and a false statement true

9
New cards

short circuit evaluation

The type of evaluation used for logical and '&&' and logical or '||' expressions. If the first condition is false in a complex conditional with a logical and the second condition won't be evaluated. If the first condition is true is a complex conditional with a logical or the second condition won't be evaluated.

10
New cards

if (Boolean expression)

used to start a conditional statement. This is followed by a statement or a block of statements that will be executed if the Boolean expression is true.

11
New cards

else

used to execute a statement or block of statements if the Boolean expression on the if part was false.

12
New cards

else if (Boolean expression)

used to have 3 or more possible outcomes such as if x is equal, x is greater than, or x is less than some value. It will only execute if the condition in the 'if' was false and the condition in the else if is true.

Explore top notes

note
What is Anthropology?
Updated 673d ago
0.0(0)
note
lokal_at_global_na_demand
Updated 417d ago
0.0(0)
note
Cellular Respiration
Updated 1267d ago
0.0(0)
note
HBS Final Exam Notes
Updated 311d ago
0.0(0)
note
Grammar (Mandarin)
Updated 543d ago
0.0(0)
note
Japanese Imperialism
Updated 1379d ago
0.0(0)
note
What is Anthropology?
Updated 673d ago
0.0(0)
note
lokal_at_global_na_demand
Updated 417d ago
0.0(0)
note
Cellular Respiration
Updated 1267d ago
0.0(0)
note
HBS Final Exam Notes
Updated 311d ago
0.0(0)
note
Grammar (Mandarin)
Updated 543d ago
0.0(0)
note
Japanese Imperialism
Updated 1379d ago
0.0(0)

Explore top flashcards

flashcards
Fab Vocab List 1 Complete Set
26
Updated 1102d ago
0.0(0)
flashcards
Spanish Routine Vocab
47
Updated 1128d ago
0.0(0)
flashcards
FNR Herps Lab Week 3
52
Updated 1240d ago
0.0(0)
flashcards
Element Names & Symbols
57
Updated 974d ago
0.0(0)
flashcards
HWH U4- The Middle Ages
34
Updated 1213d ago
0.0(0)
flashcards
Cardio Anatomy
31
Updated 787d ago
0.0(0)
flashcards
Fab Vocab List 1 Complete Set
26
Updated 1102d ago
0.0(0)
flashcards
Spanish Routine Vocab
47
Updated 1128d ago
0.0(0)
flashcards
FNR Herps Lab Week 3
52
Updated 1240d ago
0.0(0)
flashcards
Element Names & Symbols
57
Updated 974d ago
0.0(0)
flashcards
HWH U4- The Middle Ages
34
Updated 1213d ago
0.0(0)
flashcards
Cardio Anatomy
31
Updated 787d ago
0.0(0)