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