Relier Pairs UNIT 4 VocabVersion en ligne more help. par Cristobal Garcia 1 Boolean Value: 2 Comparison Operators: 3 Variable: 4 Conditional Statement: 5 String: 6 Logical operator: 7 Expression: 8 Assignment Operator: 9 Function: 10 Function Call: 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”. a data type that is either true or false. a combination of operators and values that evaluates to a single value an ordered sequence of characters. NOT, AND, and OR, which evaluate to a Boolean value. , =, ==, != indicate a Boolean expression allows a program to change the value represented by a variable a command that executes the code within a function a named reference to a value that can be used repeatedly throughout a program.