Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | if-elif | Python PredictingFinalResult for demonstrating if-elif | QuizPET | control flow, if statement, if-else statement | |
| 2 | nested if | Python PredictingFinalResult for demonstrating nested if | QuizPET | control flow, if-else statement | |
| 3 | Conditionals Temperature | Construct a program that prints out 'Cold', when the temperature is 15 degrees celcius or below, 'Moderate' when it is... | jsParsons | control flow, if statement, if-else statement | |
| 4 | Hiscore 1 | Python CodeVisualization for demonstrating Hiscore 1 | JSVEE | control flow, if statement, if-else statement | |
| 5 | Hiscore 2 | Python CodeVisualization for demonstrating Hiscore 2 | JSVEE | control flow, if statement, if-else statement | |
| 6 | If Else | Python CodeVisualization for demonstrating If Else | JSVEE | control flow, if statement, if-else statement | |
| 7 | Earthquake | Java PredictingFinalResult for demonstrating Earthquake | QuizJET | conditionals, control flow, if-else statement | |
| 8 | Switch 1 | Java PredictingFinalResult for demonstrating Switch 1 | QuizJET | conditionals, control flow, switch statement | |
| 9 | Switch 2 | Java PredictingFinalResult for demonstrating Switch 2 | QuizJET | conditionals, control flow, switch statement | |
| 10 | Switch 3 | Java PredictingFinalResult for demonstrating Switch 3 | QuizJET | conditionals, control flow, switch statement | |
| 11 | if-else-if | Java CodeVisualization for demonstrating if-else-if | JSVEE | conditionals, control flow, if-else statement | |
| 12 | Nested if | Java CodeVisualization for demonstrating Nested if | JSVEE | conditionals, control flow, if-else statement | |
| 13 | Switch Demo 1 | Java CodeVisualization for demonstrating Switch Demo 1 | JSVEE | conditionals, control flow, switch statement | |
| 14 | nested if-elif | Python PredictingFinalResult for demonstrating nested if-elif | QuizPET | algorithm analysis, control flow, if statement, if-else statement | |
| 15 | Comparing Strings | Java PredictingFinalResult for demonstrating Comparing Strings | QuizJET | boolean expressions, control flow, string operations | |
| 16 | Boolean Operations (AND) | Java PredictingFinalResult for demonstrating Boolean Operations (AND) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 17 | Using boolean | Java PredictingFinalResult for demonstrating Using boolean | QuizJET | boolean expressions, control flow, if-else statement | |
| 18 | Boolean Operations (Greater equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Greater equal) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 19 | Boolean Operations (Less equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Less equal) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 20 | Boolean Operations (Not) | Java PredictingFinalResult for demonstrating Boolean Operations (Not) | QuizJET | boolean expressions, control flow, if-else statement | |
| 21 | Boolean Operations (Not equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Not equal) | QuizJET | boolean expressions, control flow, if-else statement | |
| 22 | Boolean Operations (OR) | Java PredictingFinalResult for demonstrating Boolean Operations (OR) | QuizJET | boolean expressions, control flow, logical operators | |
| 23 | Nested ifs | Construct a program that prints out a sentence depending on the time of day. Night is considered to be before... | jsParsons | algorithm analysis, control flow, if statement, if-else statement | |
| 24 | comparison operators | Java CodeVisualization for demonstrating comparison operators | JSVEE | boolean expressions, control flow, if-else statement | |
| 25 | If Conditions Demo | Java CodeVisualization for demonstrating If Conditions Demo | JSVEE | boolean expressions, conditionals, control flow, if-else statement | |
| 26 | If El If Else | Python CodeVisualization for demonstrating If El If Else | JSVEE | algorithm analysis, control flow, if statement, if-else statement | |
| 27 | Nested If | Python CodeVisualization for demonstrating Nested If | JSVEE | algorithm analysis, control flow, if statement, if-else statement | |
| 28 | Sentinel Loop Control | Python BehaviorExample for demonstrating Sentinel Loop Control | WebEx | while loop |