Boolean Expressions and If Statements

studied byStudied by 185 people
5.0(4)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 12

13 Terms

1

if

this is used as a subjective statement, it works hand in hand with conditional statements

New cards
2

conditional statement

used to control the flow of the program, and is based entirely on conditions

New cards
3

flow control

New cards
4

equality operator

(==), checks if something is equal to the other

New cards
5

truth value

the truth value, either true or false, for an expression

New cards
6

compound condition

multiple conditions put together

New cards
7

&&

logical and

New cards
8

||

logical or

New cards
9

!

logical not

New cards
10

==

is equal to

New cards
11

!=

isn’t equal to

New cards
12

trace table

used to easily trace values, and their outputs based on the code

New cards
13

blocking

used to execute more than one statement based on a condition

New cards

Explore top notes

note Note
studied byStudied by 15 people
739 days ago
5.0(1)
note Note
studied byStudied by 12 people
828 days ago
5.0(2)
note Note
studied byStudied by 17 people
855 days ago
5.0(3)
note Note
studied byStudied by 22 people
846 days ago
5.0(1)
note Note
studied byStudied by 18 people
788 days ago
5.0(1)
note Note
studied byStudied by 15 people
857 days ago
5.0(1)
note Note
studied byStudied by 23 people
145 days ago
5.0(84)
note Note
studied byStudied by 1 person
59 minutes ago
5.0(1)

Explore top flashcards

flashcards Flashcard (29)
studied byStudied by 14 people
786 days ago
5.0(1)
flashcards Flashcard (22)
studied byStudied by 10 people
675 days ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 13 people
640 days ago
5.0(1)
flashcards Flashcard (49)
studied byStudied by 633 people
313 days ago
5.0(3)
flashcards Flashcard (56)
studied byStudied by 1 person
752 days ago
5.0(1)
flashcards Flashcard (81)
studied byStudied by 18 people
492 days ago
5.0(1)
flashcards Flashcard (32)
studied byStudied by 9 people
512 days ago
5.0(1)
flashcards Flashcard (40)
studied byStudied by 26 people
290 days ago
5.0(1)
robot