Relacionar Columnas UNIT 4 VocabVersión en línea more help. por Cristobal Garcia 1 Conditional Statement: 2 Variable: 3 Expression: 4 Comparison Operators: 5 Logical operator: 6 Function Call: 7 String: 8 Assignment Operator: 9 Function: 10 Boolean Value: affect the sequential flow of control by executing different statements based on the value of a Boolean expression. allows a program to change the value represented by a variable a data type that is either true or false. , =, ==, != indicate a Boolean expression 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 NOT, AND, and OR, which evaluate to a Boolean value. an ordered sequence of characters. a named reference to a value that can be used repeatedly throughout a program.