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