Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
AP Computer Science A
AP CSP Unit 4 Course Vocabulary
0.0
(0)
Rate it
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/9
Earn XP
Description and Tags
Computer Science
AP Computer Science A
11th
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
10 Terms
View all (10)
Star these 10
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