1:00
en
CR
16
repetition : a control structure used to execute a block of statement for than once
sequence : Statements in a program execute one after the other in the order in which they are written is following the ____ structure.
selection : allow programs to make decision
boolean : an expression that will evaluate to the value true or false is called a ____ expression.
switch : perform multiple selection and can replace a nested if-else
conditional : The ?: is called a ____ operator
logical : && and || are called the ____ operators
equals : used to compare strings
break : this ends a case statement
sentinel : used to indicate the end of repetition
initialization : this expression names the loop’s control variable and optionally provides its initial value in a for loop
while : this is a pre-test loop structure
counter : a loop that executes in a specific number of times is called a ____-controlled loop
default : this section is optional and will be executed if none of the other case is executed
infinite : the loop that never stops is called ____ loop
nested : a control structure written in another control structure is said to be ____.
Across:2. | a control structure used to execute a block of statement for than once | 6. | used to compare strings | 10. | a loop that executes in a specific number of times is called a ____-controlled loop | 11. | this section is optional and will be executed if none of the other case is executed |
| 13. | Statements in a program execute one after the other in the order in which they are written is following the ____ structure. | 14. | a control structure written in another control structure is said to be ____. | 15. | && and || are called the ____ operators |
| | Down:1. | perform multiple selection and can replace a nested if-else | 3. | this expression names the loop’s control variable and optionally provides its initial value in a for loop | 4. | this is a pre-test loop structure | 5. | this ends a case statement | 7. | used to indicate the end of repetition |
| 8. | an expression that will evaluate to the value true or false is called a ____ expression. | 9. | allow programs to make decision | 10. | The ?: is called a ____ operator | 12. | the loop that never stops is called ____ loop |
| |
© 2018
PuzzleFast.com, Noncommercial Use Only
Across:2. | a control structure used to execute a block of statement for than once | 6. | used to compare strings | 10. | a loop that executes in a specific number of times is called a ____-controlled loop | 11. | this section is optional and will be executed if none of the other case is executed |
| 13. | Statements in a program execute one after the other in the order in which they are written is following the ____ structure. | 14. | a control structure written in another control structure is said to be ____. | 15. | && and || are called the ____ operators |
| | Down:1. | perform multiple selection and can replace a nested if-else | 3. | this expression names the loop’s control variable and optionally provides its initial value in a for loop | 4. | this is a pre-test loop structure | 5. | this ends a case statement | 7. | used to indicate the end of repetition |
| 8. | an expression that will evaluate to the value true or false is called a ____ expression. | 9. | allow programs to make decision | 10. | The ?: is called a ____ operator | 12. | the loop that never stops is called ____ loop |
| |
© 2018
PuzzleFast.com, Noncommercial Use Only