AP Computer Science Unit 4 Vocab

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

1/9

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.

10 Terms

1
New cards

Assignment Operator

allows a program to change the value represented by a variable

2
New cards

Boolean Value

a data type that is either true or false

3
New cards

Comparison Operators

==, =!, greater than, less than; indicate a Boolean expression

4
New cards

Condition Statement

affects the sequential flow of control by executing different statements based on the value of a Boolean expression

5
New cards

Expression

a combination of operators and values to a single value

6
New cards

Function

a named group of programming instructions. Also referred to as “procedure”

7
New cards

Function Call

a command that executes the code within a function

8
New cards

Logical Operator

NOT, AND, and OR, which evaluates to a Boolean value

9
New cards

String

an ordered sequence of characters

10
New cards

Variable

a named reference to a value that can be used throughout a program