ap computer science unit 4 statements quiz

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

conditionals

direct behavior of a program

2
New cards

flow charts

help to visualize different outcomes

3
New cards

if statements

if conditions are met, there is a result/action

4
New cards

greater than

>

5
New cards

less than

<

6
New cards

equal to

==

7
New cards

not equal to

!=

8
New cards

and

&&

9
New cards

or

ll

10
New cards

not

!

11
New cards

else statements

what happens if “if” condition fails

12
New cards

else if statements

if first condition fails, but another named condition is met, it can lead to another result (typically contains 3+ sections (“if'“ “else if” “else”)

13
New cards

less than or equal to

<=

14
New cards

greater than or equal to

>=