Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Conditional statements: Working with If-Then-Else Statements Question, Battery Conditional Statement self-assessment questions: Working with if-then-else statements. OpenDSA Conditional Statement
2 Conditional statements: Working with If-Then Statements 2 Question, Battery Conditional Statement self-assessment questions: Working with if-then-else statements second quiz. OpenDSA Conditional Statement
3 Conditional statements: Using the Right Conditional Statement Question, Battery Conditional Statement self-assessment questions: Deciding when to use each type of conditional structure. OpenDSA Conditional Statement
4 Conditional Statements and While Loops: Chapter Review Question, Battery Chapter review questions for conditional statements and while loops. OpenDSA While Loop, Conditional Statement
5 Boolean Operators: AND, OR, NOT Question, Battery Boolean Operator self-assessment questions: AND, OR, NOT. OpenDSA Boolean Operator, Conditional Statement
6 Switch Statement Switch Statement AnnEx conditionals, switch statement
7 If statement Python BehaviorExample for demonstrating If statement WebEx conditionals, if-else statement
8 If..Else statement Python BehaviorExample for demonstrating If..Else statement WebEx conditionals, if-else statement
9 Nested If Statements Python BehaviorExample for demonstrating Nested If Statements WebEx conditionals, if-else statement
10 Else Clause Else Clause AnnEx conditionals, if-else statement
11 Free Flow Switch Free Flow Switch AnnEx conditionals, switch statement
12 Nested Switch Nested Switch AnnEx conditionals, switch statement
13 switch switch AnnEx conditionals, switch statement
14 if-else 2 Java PredictingFinalResult for demonstrating if-else 2 QuizJET conditionals, if-else statement
15 if-else 3 Java PredictingFinalResult for demonstrating if-else 3 QuizJET conditionals, if-else statement
16 if-else 4 Java PredictingFinalResult for demonstrating if-else 4 QuizJET conditionals, if-else statement
17 if-else-if Java CodeVisualization for demonstrating if-else-if JSVEE conditionals, control flow, if-else statement
18 Nested if Java CodeVisualization for demonstrating Nested if JSVEE conditionals, control flow, if-else statement
19 Switch Demo 1 Java CodeVisualization for demonstrating Switch Demo 1 JSVEE conditionals, control flow, switch statement
20 The Sign of a Number Construct a program that determines whether an integer is positive, negative, or zero. PCEX conditionals, control flow, if-else statement
21 Determining the Largest of the Three Integers Construct a program that determines the largest of the three integer values entered by the user. PCEX conditionals, control flow, if-else statement
22 Earthquake Java PredictingFinalResult for demonstrating Earthquake QuizJET conditionals, control flow, if-else statement
23 Switch 1 Java PredictingFinalResult for demonstrating Switch 1 QuizJET conditionals, control flow, switch statement
24 Switch 2 Java PredictingFinalResult for demonstrating Switch 2 QuizJET conditionals, control flow, switch statement
25 Switch 3 Java PredictingFinalResult for demonstrating Switch 3 QuizJET conditionals, control flow, switch statement
26 if-else-if if-else-if AnnEx boolean expressions, conditionals, if-else statement
27 If Else If Else AnnEx boolean expressions, conditionals, if-else statement
28 Nested if Nested if AnnEx boolean expressions, conditionals, if-else statement
29 Switch Demo 2 Java CodeVisualization for demonstrating Switch Demo 2 JSVEE arraylist, conditionals, switch statement
30 if-else 1 Java PredictingFinalResult for demonstrating if-else 1 QuizJET boolean expressions, conditionals, if-else statement, strings
31 if-else 5 Java PredictingFinalResult for demonstrating if-else 5 QuizJET boolean expressions, conditionals, if-else statement
32 If Conditions Demo Java CodeVisualization for demonstrating If Conditions Demo JSVEE boolean expressions, conditionals, control flow, if-else statement
33 Boolean Operations (AND) Java PredictingFinalResult for demonstrating Boolean Operations (AND) QuizJET boolean expressions, conditionals, control flow, if-else statement
34 Boolean Operations (Greater equal) Java PredictingFinalResult for demonstrating Boolean Operations (Greater equal) QuizJET boolean expressions, conditionals, control flow, if-else statement
35 Boolean Operations (Less equal) Java PredictingFinalResult for demonstrating Boolean Operations (Less equal) QuizJET boolean expressions, conditionals, control flow, if-else statement
36 Conditionals basics Python BehaviorExample for demonstrating Conditionals basics WebEx if-else statement
37 Single Line If...Else Statement Python BehaviorExample for demonstrating Single Line If...Else Statement WebEx conditionals
38 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
39 IF...ELSE Statement (Multiple Conditions) Python BehaviorExample for demonstrating IF...ELSE Statement (Multiple Conditions) WebEx if-else statement, logical operators
40 Warning about the Changes in the Weather Condition Construct a program that receives the temperature and humidity for today and yesterday and warns the user when it is... PCEX if-else statement
41 If with complex condition If with complex condition AnnEx boolean expressions, if-else statement
42 Warning about the Changes in the Weather Condition Construct a program that receives the temperature for today and yesterday and warns the user when it is getting colder... PCEX control flow, if-else statement
43 Warning about the Changes in the Weather Condition Construct a program that receives the temperature for today and yesterday and warns the user when it is getting colder... PCEX control flow, if statement, if-else statement