click below
click below
Normal Size Small Size show me how
Unit 5 Lesson 7-9
| Term | Definition |
|---|---|
| Boolean | A single value of either TRUE or FALSE. |
| Boolean Expression | In programming, an expression that evaluates to True or False. |
| Conditionals | Statements that only run under certain conditions. |
| If-Statement | The common programming structure that implements "conditional statements". |
| Selection | A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine or select whether or not to run certain blocks of statements. |