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