AP CSP Unit 4 Course Vocabulary

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

1/9

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards
Expression
a combination of operators and values that evaluates to a single value
2
New cards
Assignment Operator
allows a program to change the value represented by a variable
3
New cards
Variable
a named reference to a value that can be used repeatedly throughout a program.
4
New cards
String
an ordered sequence of characters.
5
New cards
Boolean Value
a data type that is either true or false.
6
New cards
Comparison Operators
7
New cards
Logical operator
NOT, AND, and OR, which evaluate to a Boolean value.
8
New cards
Conditional Statement
affect the sequential flow of control by executing different statements based on the value of a Boolean expression.
9
New cards
Function
a named group of programming instructions. Also referred to as a “procedure”.
10
New cards
Function Call
a command that executes the code within a function