Boolean Expressions and If Statements

5.0(4)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards
if
this is used as a subjective statement, it works hand in hand with conditional statements
2
New cards
conditional statement
used to control the flow of the program, and is based entirely on conditions
3
New cards
flow control
4
New cards
equality operator
(==), checks if something is equal to the other
5
New cards
truth value
the truth value, either true or false, for an expression
6
New cards
compound condition
multiple conditions put together
7
New cards
&&
logical and
8
New cards
||
logical or
9
New cards
!
logical not
10
New cards
==
is equal to
11
New cards
!=
isn’t equal to
12
New cards
trace table
used to easily trace values, and their outputs based on the code
13
New cards
blocking
used to execute more than one statement based on a condition