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