Relacionar Columnas UNIT 4 VocabVersión en línea more help. por Cristobal Garcia 1 Variable: 2 String: 3 Expression: 4 Boolean Value: 5 Logical operator: 6 Function Call: 7 Conditional Statement: 8 Function: 9 Assignment Operator: 10 Comparison Operators: a command that executes the code within a function a named group of programming instructions. Also referred to as a “procedure”. a combination of operators and values that evaluates to a single value , =, ==, != indicate a Boolean expression allows a program to change the value represented by a variable NOT, AND, and OR, which evaluate to a Boolean value. 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. an ordered sequence of characters. a data type that is either true or false.