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