AP CSP unit 4

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

for loop

a for loop lets us repeat code a fixed number of times

2
New cards

while loop

lets us repeat code as long as something is true

3
New cards

condition

code that you put inside an if statement or while-loop

4
New cards

boolean

a true or false value

5
New cards

if else statement

control structure that lets us run either one section of code or another depending on a test

6
New cards

logical operator

used to make logical associations between boolean values

7
New cards

comparison operator

used to make comparisons between values

8
New cards

randomize

to generate or select a random object

9
New cards

break statement

the break; statement breaks out of