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