Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Determining When a Student Fails a Course (Case 1) Construct a program to determine whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions
2 Determining When a Student Fails a Course (Case 2) Construct a program that determines whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions
3 Determining When a Student Fails a Course (Case 3) Construct a program that determines whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions
4 Determining the Weather Condition (Case 1) Construct a program that determines whether it is both too hot and too dry based on the inputs that it... PCEX boolean expressions
5 Determining the Weather Condition (Case 2) Construct a program that determines whether it is either too hot or too dry (or both) based on the inputs... PCEX boolean expressions
6 Determining the Weather Condition (Case 3) Construct a program that determines whether it is too hot but not too dry based on the inputs that it... PCEX boolean expressions
7 Determining the Weather Condition (Case 4) Construct a program that determines whether it is either too hot or too dry but not both based on the... PCEX boolean expressions
8 Determining When to Buy a New Phone (Case 1) Construct a program that determines whether it is time to buy a new phone based on the inputs that it... PCEX boolean expressions
9 Determining When to Buy a New Phone (Case 2) Construct a program that determines whether it is time to buy a new phone based on the inputs that it... PCEX boolean expressions
10 Determining When a Customer Could Rent a Car (Case 1) Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions
11 Determining When a Customer Could Rent a Car (Case 2) Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions
12 Determining When a Customer Could Rent a Car (Case 3) Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions
13 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 boolean expressions
14 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 boolean expressions
15 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 boolean expressions
16 Boolean Declaration Boolean Declaration AnnEx boolean expressions
17 Boolean Expression Boolean Expression AnnEx boolean expressions
18 Boolean Operators Boolean Operators AnnEx boolean expressions
19 comparison operators comparison operators AnnEx boolean expressions
20 boolean operators boolean operators AnnEx boolean expressions
21 relational operators relational operators AnnEx boolean expressions
22 Testing for null Java BehaviorExample for demonstrating Testing for null AnnEx boolean expressions
23 q_py_account_logic1_es Python PredictingFinalResult for demonstrating q_py_account_logic1_es QuizPET boolean expressions
24 Pass-Fail Rule Construct a program to determine whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions
25 Hot-Dry Weather Construct a program that determines whether it is both too hot and too dry based on the inputs that it... PCEX boolean expressions
26 Buying a New Phone Construct a program that determines whether it is time to buy a new phone based on the inputs that it... PCEX boolean expressions
27 Renting a Car Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions
28 Three Booleans Construct a program that determines whether at least one of the three boolean variables is true based on the inputs... PCEX boolean expressions
29 Determining When a Student Fails a Course (Case 2) Construct a program that determines whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions
30 Determining When a Student Fails a Course (Case 3) Construct a program that determines whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions
31 Determining the Weather Condition (Case 2) Construct a program that determines whether it is either too hot or too dry (or both) based on the inputs... PCEX boolean expressions
32 Determining the Weather Condition (Case 3) Construct a program that determines whether it is too hot but not too dry based on the inputs that it... PCEX boolean expressions
33 Determining When to Buy a New Phone (Case 2) Construct a program that determines whether it is time to buy a new phone based on the inputs that it... PCEX boolean expressions
34 Determining When a Customer Could Rent a Car (Case 2) Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions
35 Determining When a Customer Could Rent a Car (Case 3) Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions
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 boolean expressions
37 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 boolean expressions
38 Comparisons 2 Java PredictingFinalResult for demonstrating Comparisons 2 QuizJET boolean expressions
39 Test Null Java PredictingFinalResult for demonstrating Test Null QuizJET boolean expressions
40 q_java_Boolean Operation (Greater equal 2) Java PredictingFinalResult for demonstrating q_java_Boolean Operation (Greater equal 2) QuizJET boolean expressions
41 Question 11 Java PredictingFinalResult for demonstrating Question 11 QuizJET boolean expressions
42 Object Creation and Method Calls Object Creation and Method Calls AnnEx boolean expressions, classes, objects
43 Decision If Decision If AnnEx boolean expressions, if-else statement
44 if-else-if if-else-if AnnEx boolean expressions, conditionals, if-else statement
45 If Else If Else AnnEx boolean expressions, conditionals, if-else statement
46 If with complex condition If with complex condition AnnEx boolean expressions, if-else statement
47 If Statement If Statement AnnEx boolean expressions, if-else statement
48 Nested if Nested if AnnEx boolean expressions, conditionals, if-else statement
49 Using && Using && AnnEx boolean expressions, if-else statement
50 Using || Using || AnnEx boolean expressions, if-else statement
51 Logical Operators Logical Operators AnnEx boolean expressions, if-else statement
52 Object Equality Java BehaviorExample for demonstrating Object Equality AnnEx boolean expressions, variables
53 String Equals Java BehaviorExample for demonstrating String Equals AnnEx boolean expressions, strings, variables
54 comparison operators Java CodeVisualization for demonstrating comparison operators JSVEE boolean expressions, control flow, if-else statement
55 If Conditions Demo Java CodeVisualization for demonstrating If Conditions Demo JSVEE boolean expressions, conditionals, control flow, if-else statement
56 relational operators Java CodeVisualization for demonstrating relational operators JSVEE boolean expressions, logical operators
57 Comparison Python CodeVisualization for demonstrating Comparison JSVEE boolean expressions, boolean logic, comparison operators
58 Logic Python CodeVisualization for demonstrating Logic JSVEE boolean expressions, boolean logic, logical operators
59 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
60 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
61 Comparisons Construct a program that prints out whether variable a is bigger than b. jsParsons boolean expressions, boolean logic, comparison operators
62 Practicar el uso de comparaciones Construye un programa que imprima si la variable a es mayor que b. jsParsons boolean expressions, conditionals
63 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
64 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
65 Greatest Divisor Brute Force2 Python CodeVisualization for demonstrating Greatest Divisor Brute Force2 JSVEE boolean expressions, functions
66 account management Python PredictingFinalResult for demonstrating account management QuizPET boolean expressions, boolean logic, logical operators
67 q_py_comparison_logic1_es Python PredictingFinalResult for demonstrating q_py_comparison_logic1_es QuizPET boolean expressions, conditionals
68 comparison Python PredictingFinalResult for demonstrating comparison QuizPET boolean expressions, boolean logic, comparison operators
69 Comparison Operators Python BehaviorExample for demonstrating Comparison Operators WebEx boolean expressions, comparison operators, operators
70 Bitwise Operators Python BehaviorExample for demonstrating Bitwise Operators WebEx boolean expressions, operators
71 Identity Operators Python BehaviorExample for demonstrating Identity Operators WebEx boolean expressions, operators
72 Pass-Fail Rule Construct a program to determine whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions, boolean logic, if-else statement, logical operators
73 Hot-Dry Weather Construct a program that determines whether it is both too hot and too dry based on the inputs that it... PCEX boolean expressions, boolean logic, if-else statement, logical operators
74 Buying a New Phone Construct a program that determines whether it is time to buy a new phone based on the inputs that it... PCEX boolean expressions, boolean logic, if-else statement, logical operators
75 Renting a Car Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions, boolean logic, if-else statement, logical operators
76 Three Booleans Construct a program that determines whether at least one of the three boolean variables is True based on the inputs... PCEX boolean expressions, boolean logic, if-else statement, logical operators
77 Determining the Weather Condition (Case 4) Construct a program that determines whether it is either too hot or too dry but not both based on the... PCEX boolean expressions, conditionals
78 Pass-Fail Rule (Case 2) Construct a program that determines whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions, if-else statement
79 Pass-Fail Rule (Case 3) Construct a program that determines whether a student fails the course based on the inputs that it receives from the... PCEX boolean expressions, if-else statement
80 Hot-Dry Weather (Case 2) Construct a program that determines whether it is either too hot or too dry (or both) based on the inputs... PCEX boolean expressions, if-else statement
81 Hot-Dry Weather (Case 3) Construct a program that determines whether it is too hot but not too dry based on the inputs that it... PCEX boolean expressions, if-else statement
82 Hot-Dry Weather (Case 4) Construct a program that determines whether it is either too hot or too dry but not both based on the... PCEX boolean expressions, if-else statement
83 Buying a New Phone Construct a program that determines whether it is time to buy a new phone based on the inputs that it... PCEX boolean expressions, if-else statement
84 Renting a Car (Case 2) Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions, if-else statement
85 Renting a Car (Case 3) Construct a program that determines whether a customer could rent a car based on the inputs that it receives from... PCEX boolean expressions, if-else statement, while loop
86 Three Booleans (Case 2) Construct a program that determines whether at least one of the three boolean variables is False based on the inputs... PCEX boolean expressions, if-else statement
87 Three Booleans (Case 3) Construct a program that receives the value of three boolean variables from the user and determines whether all variables have... PCEX boolean expressions, if-else statement
88 Comparing Strings Java PredictingFinalResult for demonstrating Comparing Strings QuizJET boolean expressions, control flow, string operations
89 Boolean Operations (AND) Java PredictingFinalResult for demonstrating Boolean Operations (AND) QuizJET boolean expressions, conditionals, control flow, if-else statement
90 Comparisons Java PredictingFinalResult for demonstrating Comparisons QuizJET boolean expressions, conditionals
91 Using boolean Java PredictingFinalResult for demonstrating Using boolean QuizJET boolean expressions, control flow, if-else statement
92 Boolean Operations (Greater equal) Java PredictingFinalResult for demonstrating Boolean Operations (Greater equal) QuizJET boolean expressions, conditionals, control flow, if-else statement
93 Boolean Operations (Less equal) Java PredictingFinalResult for demonstrating Boolean Operations (Less equal) QuizJET boolean expressions, conditionals, control flow, if-else statement
94 Boolean Operations (Not) Java PredictingFinalResult for demonstrating Boolean Operations (Not) QuizJET boolean expressions, control flow, if-else statement
95 Boolean Operations (Not equal) Java PredictingFinalResult for demonstrating Boolean Operations (Not equal) QuizJET boolean expressions, control flow, if-else statement
96 Boolean Operations (OR) Java PredictingFinalResult for demonstrating Boolean Operations (OR) QuizJET boolean expressions, control flow, logical operators
97 Comparing Strings Java PredictingFinalResult for demonstrating Comparing Strings QuizJET boolean expressions, conditionals, data types, string operations, strings, variables
98 if-else 1 Java PredictingFinalResult for demonstrating if-else 1 QuizJET boolean expressions, conditionals, if-else statement, strings
99 if-else 5 Java PredictingFinalResult for demonstrating if-else 5 QuizJET boolean expressions, conditionals, if-else statement
100 Boolean expressions (Memphis) Some basic demos of boolean expressions (1-31) AnnEx logical operators
101 Logical Equivalence Review Questions Question, Battery Logical equivalence self-assessment questions. OpenDSA Boolean Operator, Boolean Expression
102 Chapter Review Questions: Software Testing Question, Battery Software testing for CS1 self-assessment questions. OpenDSA Boolean Operator, Boolean Expression
103 DEPRECATED_Boolean Expression Java BehaviorExample for demonstrating DEPRECATED_Boolean Expression AnnEx