Showing 0–0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Logic Python CodeVisualization for demonstrating Logic JSVEE boolean expressions, boolean logic, logical operators
2 account management Python PredictingFinalResult for demonstrating account management QuizPET boolean expressions, boolean logic, logical operators
3 comparison Python PredictingFinalResult for demonstrating comparison QuizPET boolean expressions, boolean logic, comparison operators
4 Bigger Than Assume that num1 and num2 have been initialized to numbers, so that number1 is bigger. Construct a program that correctly... jsParsons boolean expressions, boolean logic, comparison operators
5 Comparisons Construct a program that prints out whether variable a is bigger than b. jsParsons boolean expressions, boolean logic, comparison operators
6 XOR Construct a program that mimics a XOR gate (exclusive or). When input_a and input_b are the same, it should print... jsParsons boolean expressions, boolean logic, if-else statement, logical operators
7 Comparison Python CodeVisualization for demonstrating Comparison JSVEE boolean expressions, boolean logic, comparison operators
8 relational operators Java CodeVisualization for demonstrating relational operators JSVEE boolean expressions, logical operators
9 Boolean expressions (Memphis) Some basic demos of boolean expressions (1-31) AnnEx logical operators
10 Logical Operators Logical Operators AnnEx boolean expressions, if-else statement
11 Logical Equivalence Review Questions Question, Battery Logical equivalence self-assessment questions. OpenDSA Boolean Operator, Boolean Expression
12 q_py_account_logic1_es Python PredictingFinalResult for demonstrating q_py_account_logic1_es QuizPET boolean expressions
13 q_py_comparison_logic1_es Python PredictingFinalResult for demonstrating q_py_comparison_logic1_es QuizPET boolean expressions, conditionals
14 Boolean Operations (OR) Java PredictingFinalResult for demonstrating Boolean Operations (OR) QuizJET boolean expressions, control flow, logical operators
15 Boolean Operations (AND) Java PredictingFinalResult for demonstrating Boolean Operations (AND) QuizJET boolean expressions, conditionals, control flow, if-else statement
16 Using boolean Java PredictingFinalResult for demonstrating Using boolean QuizJET boolean expressions, control flow, if-else statement
17 Boolean Operations (Greater equal) Java PredictingFinalResult for demonstrating Boolean Operations (Greater equal) QuizJET boolean expressions, conditionals, control flow, if-else statement
18 Boolean Operations (Less equal) Java PredictingFinalResult for demonstrating Boolean Operations (Less equal) QuizJET boolean expressions, conditionals, control flow, if-else statement
19 Boolean Operations (Not) Java PredictingFinalResult for demonstrating Boolean Operations (Not) QuizJET boolean expressions, control flow, if-else statement
20 Boolean Operations (Not equal) Java PredictingFinalResult for demonstrating Boolean Operations (Not equal) QuizJET boolean expressions, control flow, if-else statement
21 q_java_Boolean Operation (Greater equal 2) Java PredictingFinalResult for demonstrating q_java_Boolean Operation (Greater equal 2) QuizJET boolean expressions
22 Boolean Variables C++ BehaviorExample for demonstrating Boolean Variables AnnEx
23 Boolean Declaration Boolean Declaration AnnEx boolean expressions
24 Boolean Expression Boolean Expression AnnEx boolean expressions
25 Boolean Operators Boolean Operators AnnEx boolean expressions
26 boolean operators boolean operators AnnEx boolean expressions
27 Boolean Operators: AND, OR, NOT Question, Battery Boolean Operator self-assessment questions: AND, OR, NOT. OpenDSA Boolean Operator, Conditional Statement
28 DEPRECATED_boolean declaration Java BehaviorExample for demonstrating DEPRECATED_boolean declaration AnnEx
29 DEPRECATED_Boolean Expression Java BehaviorExample for demonstrating DEPRECATED_Boolean Expression AnnEx
30 DEPRECATED_Boolean Operators Java BehaviorExample for demonstrating DEPRECATED_Boolean Operators AnnEx
31 Determining When All Three Boolean Variables Are Equal Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... PCEX
32 Determining When All Three Boolean Variables Are Equal Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... PCEX
33 Determining When All Three Boolean Variables Are Equal Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... PCEX
34 Determining When All Three Boolean Variables Are Equal. Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... PCEX
35 Determining When at Least One of the Three Boolean Variables is True Construct a program that determines whether at least one of the three boolean variables is true based on the inputs... PCEX
36 Determining When at Least One of the Three Boolean Variables is False Construct a program that determines whether at least one of the three boolean variables is false based on the inputs... PCEX
37 Determining When at Least One of the Three Boolean Variables is True Construct a program that determines whether at least one of the three boolean variables is true based on the inputs... PCEX
38 Determining When at Least One of the Three Boolean Variables is False Construct a program that determines whether at least one of the three boolean variables is false based on the inputs... PCEX
39 Determining When at Least One of the Three Boolean Variables is True Construct a program that determines whether at least one of the three boolean variables is True based on the inputs... PCEX
40 Determining When at Least One of the Three Boolean Variables is False Construct a program that determines whether at least one of the three boolean variables is False based on the inputs... PCEX
41 Determining When at Least One of the Three Boolean Variables is True Construct a program that determines whether at least one of the three boolean variables is True based on the inputs... PCEX
42 Determining When at Least One of the Three Boolean Variables is False. Construct a program that determines whether at least one of the three boolean variables is False based on the inputs... PCEX
43 Given three numbers x, y, z and a Boolean variable <code>strict</code>, return <code>true</code> if <code>strict</code> is false and x ≤ y ≤ z, or <code>strict</code> is true and x &lt; y &lt; z. Code Completion Given three numbers x, y, z and a Boolean variable strict, return true if strict is false and x ≤... CodeCheck Branches, Branches with Functions
44 Comparison Operators Python BehaviorExample for demonstrating Comparison Operators WebEx boolean expressions, comparison operators, operators
45 Bitwise Operators Python BehaviorExample for demonstrating Bitwise Operators WebEx boolean expressions, operators
46 Identity Operators Python BehaviorExample for demonstrating Identity Operators WebEx boolean expressions, operators
47 Comparing Strings Java PredictingFinalResult for demonstrating Comparing Strings QuizJET boolean expressions, control flow, string operations
48 Comparisons 2 Java PredictingFinalResult for demonstrating Comparisons 2 QuizJET boolean expressions
49 Comparisons Java PredictingFinalResult for demonstrating Comparisons QuizJET boolean expressions, conditionals
50 Comparing Strings Java PredictingFinalResult for demonstrating Comparing Strings QuizJET boolean expressions, conditionals, data types, string operations, strings, variables
51 if-else 1 Java PredictingFinalResult for demonstrating if-else 1 QuizJET boolean expressions, conditionals, if-else statement, strings
52 if-else 5 Java PredictingFinalResult for demonstrating if-else 5 QuizJET boolean expressions, conditionals, if-else statement
53 Test Null Java PredictingFinalResult for demonstrating Test Null QuizJET boolean expressions
54 Question 11 Java PredictingFinalResult for demonstrating Question 11 QuizJET boolean expressions
55 comparison operators comparison operators AnnEx boolean expressions
56 Object Creation and Method Calls Object Creation and Method Calls AnnEx boolean expressions, classes, objects
57 Decision If Decision If AnnEx boolean expressions, if-else statement
58 if-else-if if-else-if AnnEx boolean expressions, conditionals, if-else statement
59 If Else If Else AnnEx boolean expressions, conditionals, if-else statement
60 If with complex condition If with complex condition AnnEx boolean expressions, if-else statement
61 If Statement If Statement AnnEx boolean expressions, if-else statement
62 Nested if Nested if AnnEx boolean expressions, conditionals, if-else statement
63 Using && Using && AnnEx boolean expressions, if-else statement
64 Using || Using || AnnEx boolean expressions, if-else statement
65 Object Equality Java BehaviorExample for demonstrating Object Equality AnnEx boolean expressions, variables
66 relational operators relational operators AnnEx boolean expressions
67 String Equals Java BehaviorExample for demonstrating String Equals AnnEx boolean expressions, strings, variables
68 Testing for null Java BehaviorExample for demonstrating Testing for null AnnEx boolean expressions
69 Usar expresiones booleanas como parámetros de una función Asume que num1 y num2 han sido inicializados a numeros, de modo que numero1 es mayor. Construye un programa que... jsParsons boolean expressions, conditionals
70 Practicar el uso de comparaciones Construye un programa que imprima si la variable a es mayor que b. jsParsons boolean expressions, conditionals
71 Crear una compuerta XOR usando sentencias if...elif Construye un programa que imite una compuerta XOR (o exclusivo). Cuando input_a y input_b sean iguales, debe imprimir 0 y... jsParsons boolean expressions, conditionals
72 comparison operators Java CodeVisualization for demonstrating comparison operators JSVEE boolean expressions, control flow, if-else statement
73 If Conditions Demo Java CodeVisualization for demonstrating If Conditions Demo JSVEE boolean expressions, conditionals, control flow, if-else statement
74 Greatest Divisor Brute Force2 Python CodeVisualization for demonstrating Greatest Divisor Brute Force2 JSVEE boolean expressions, functions
75 Chapter Review Questions: Software Testing Question, Battery Software testing for CS1 self-assessment questions. OpenDSA Boolean Operator, Boolean Expression
76 booleans.fail_course PCEX Set of activities for booleans.fail_course PCEX
77 booleans.fail_course PCEX Set of activities for booleans.fail_course PCEX
78 booleans.hot_dry PCEX Set of activities for booleans.hot_dry PCEX
79 booleans.hot_dry PCEX Set of activities for booleans.hot_dry PCEX
80 booleans.phone_age PCEX Set of activities for booleans.phone_age PCEX
81 booleans.phone_age PCEX Set of activities for booleans.phone_age PCEX
82 booleans.rent_car PCEX Set of activities for booleans.rent_car PCEX
83 booleans.rent_car PCEX Set of activities for booleans.rent_car PCEX
84 booleans.three_booleans PCEX Set of activities for booleans.three_booleans PCEX
85 booleans.three_booleans PCEX Set of activities for booleans.three_booleans PCEX
86 py_three_booleans PCEX Set of activities for py_three_booleans PCEX
87 py_three_booleans_llm PCEX Set of activities for py_three_booleans_llm PCEX