ap computer science unit 4 statements quiz

studied byStudied by 3 people
0.0(0)
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 / 13

14 Terms

1

conditionals

direct behavior of a program

New cards
2

flow charts

help to visualize different outcomes

New cards
3

if statements

if conditions are met, there is a result/action

New cards
4

greater than

>

New cards
5

less than

<

New cards
6

equal to

==

New cards
7

not equal to

!=

New cards
8

and

&&

New cards
9

or

ll

New cards
10

not

!

New cards
11

else statements

what happens if “if” condition fails

New cards
12

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”)

New cards
13

less than or equal to

<=

New cards
14

greater than or equal to

>=

New cards
robot