Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Advertir al Usuario sobre los Cambios en la Temperatura | Construir un programa que reciba la temperatura de hoy y de ayer y advierta al usuario cuando esté haciendo más... | PCEX | conditionals | |
| 2 | Advertir al Usuario sobre los Cambios en la Temperatura y Humedad. | Construir un programa que reciba la temperatura y la humedad de hoy y de ayer y advierta al usuario cuando... | PCEX | conditionals | |
| 3 | Determinando Cuando Comprar un Nuevo Telefono (Caso 1) | Construir un programa que determine si es el momento de comprar un nuevo teléfono basado en las entradas que recibe... | PCEX | conditionals | |
| 4 | Determinando Cuando Comprar un Nuevo Telefono (Caso 2) | Construir un programa que determine si es el momento de comprar un nuevo teléfono basado en las entradas que recibe... | PCEX | conditionals | |
| 5 | Practicar sentencias if...elif...else | Construye un programa que imprima 'Frio' cuando la temperatura sea de 15 grados centigrados o menos, 'Moderado' cuando sea mayor... | jsParsons | conditionals | |
| 6 | Practicar sentencias if anidadas | Construye un programa que imprima una oracion dependiendo de la hora del dia. Noche se considera antes de las 7... | jsParsons | conditionals | |
| 7 | Verificar si la suma de dos enteros es igual al tercer entero | Construye una funcion que determine si uno de los parametros es la suma de los otros dos parametros. | jsParsons | conditionals | |
| 8 | q_py_if_elif1_es | Python PredictingFinalResult for demonstrating q_py_if_elif1_es | QuizPET | conditionals | |
| 9 | q_py_interest_if_elif1_es | Python PredictingFinalResult for demonstrating q_py_interest_if_elif1_es | QuizPET | conditionals | |
| 10 | q_py_interest_if_else1_es | Python PredictingFinalResult for demonstrating q_py_interest_if_else1_es | QuizPET | conditionals | |
| 11 | q_py_nested_if_elif1_es | Python PredictingFinalResult for demonstrating q_py_nested_if_elif1_es | QuizPET | conditionals | |
| 12 | q_py_nested_if_elif2_es | Python PredictingFinalResult for demonstrating q_py_nested_if_elif2_es | QuizPET | conditionals | |
| 13 | q_py_nested_if1_es | Python PredictingFinalResult for demonstrating q_py_nested_if1_es | QuizPET | conditionals | |
| 14 | Single Line If...Else Statement | Python BehaviorExample for demonstrating Single Line If...Else Statement | WebEx | conditionals | |
| 15 | Question 2 | Java PredictingFinalResult for demonstrating Question 2 | QuizJET | conditionals | |
| 16 | Calculando el Porcentaje de Victorias de un Equipo (Caso 1) | Construir un programa que reciba del usuario el número de partidos que un equipo ganó en un torneo de 12... | PCEX | conditionals, loops, while loop | |
| 17 | Calculando el Porcentaje de Victorias de un Equipo (Caso 2) | Construya un programa que reciba del usuario el número de partidos en un torneo y el número de partidos que... | PCEX | conditionals, loops, while loop | |
| 18 | Calculando el Porcentaje de Victorias de un Equipo (Caso 3) | Construye un programa que reciba del usuario el número de partidos que un equipo ganó y empató en un torneo... | PCEX | conditionals, loops, while loop | |
| 19 | Else Clause | Else Clause | AnnEx | conditionals, if-else statement | |
| 20 | Switch Statement | Switch Statement | AnnEx | conditionals, switch statement | |
| 21 | Free Flow Switch | Free Flow Switch | AnnEx | conditionals, switch statement | |
| 22 | Nested Switch | Nested Switch | AnnEx | conditionals, switch statement | |
| 23 | switch | switch | AnnEx | conditionals, switch statement | |
| 24 | if-else-if | Java CodeVisualization for demonstrating if-else-if | JSVEE | conditionals, control flow, if-else statement | |
| 25 | Nested if | Java CodeVisualization for demonstrating Nested if | JSVEE | conditionals, control flow, if-else statement | |
| 26 | Switch Demo 1 | Java CodeVisualization for demonstrating Switch Demo 1 | JSVEE | conditionals, control flow, switch statement | |
| 27 | Construir un programa con múltiples sentencias if-elif | Construye un programa que verifique si cada uno de los enteros del intervalo del 1 al 100 es divisible por... | jsParsons | conditionals, for loop | |
| 28 | Construir un programa con múltiples sentencias if-elif | Construye un programa que verifique si cada uno de los enteros del intervalo del 1 al 100 es divisible por... | jsParsons | conditionals, for loop | |
| 29 | Crear una función que devuelva el mayor de dos números | Construye una funcion que devuelva el valor mayor de los argumentos dados. Si a y b son iguales, debe devolver... | jsParsons | conditionals, functions | |
| 30 | q_py_fun_car2_es | Python PredictingFinalResult for demonstrating q_py_fun_car2_es | QuizPET | conditionals, functions | |
| 31 | If statement | Python BehaviorExample for demonstrating If statement | WebEx | conditionals, if-else statement | |
| 32 | If..Else statement | Python BehaviorExample for demonstrating If..Else statement | WebEx | conditionals, if-else statement | |
| 33 | Nested If Statements | Python BehaviorExample for demonstrating Nested If Statements | WebEx | conditionals, if-else statement | |
| 34 | 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 | |
| 35 | Finding Smallest/Largest Divisor of a Positive Number | Construct a program that finds the smallest divisor (other than 1) of a positive number. For example, the smallest divisor... | PCEX | conditionals, while loop | |
| 36 | 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 | |
| 37 | String Concatenation (Case 2) | Construct a program that prints the text "333", "63", and "36". | PCEX | conditionals, data types, string operations, strings, variables | |
| 38 | Printing Full Name with Middle Initial | Construct a program that prints the full name with middle initial for the name "John Phillip Smith". | PCEX | conditionals, data types, string, string operations, strings, variables | |
| 39 | Earthquake | Java PredictingFinalResult for demonstrating Earthquake | QuizJET | conditionals, control flow, if-else statement | |
| 40 | if-else 2 | Java PredictingFinalResult for demonstrating if-else 2 | QuizJET | conditionals, if-else statement | |
| 41 | if-else 3 | Java PredictingFinalResult for demonstrating if-else 3 | QuizJET | conditionals, if-else statement | |
| 42 | if-else 4 | Java PredictingFinalResult for demonstrating if-else 4 | QuizJET | conditionals, if-else statement | |
| 43 | Strings 6 | Java PredictingFinalResult for demonstrating Strings 6 | QuizJET | conditionals, data types, string operations, strings, variables | |
| 44 | Switch 1 | Java PredictingFinalResult for demonstrating Switch 1 | QuizJET | conditionals, control flow, switch statement | |
| 45 | Switch 2 | Java PredictingFinalResult for demonstrating Switch 2 | QuizJET | conditionals, control flow, switch statement | |
| 46 | Switch 3 | Java PredictingFinalResult for demonstrating Switch 3 | QuizJET | conditionals, control flow, switch statement | |
| 47 | if-else-if | if-else-if | AnnEx | boolean expressions, conditionals, if-else statement | |
| 48 | If Else | If Else | AnnEx | boolean expressions, conditionals, if-else statement | |
| 49 | Nested if | Nested if | AnnEx | boolean expressions, conditionals, if-else statement | |
| 50 | If Conditions Demo | Java CodeVisualization for demonstrating If Conditions Demo | JSVEE | boolean expressions, conditionals, control flow, if-else statement | |
| 51 | Switch Demo 2 | Java CodeVisualization for demonstrating Switch Demo 2 | JSVEE | arraylist, conditionals, switch statement | |
| 52 | 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 | |
| 53 | Practicar el uso de comparaciones | Construye un programa que imprima si la variable a es mayor que b. | jsParsons | boolean expressions, conditionals | |
| 54 | 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 | |
| 55 | q_py_comparison_logic1_es | Python PredictingFinalResult for demonstrating q_py_comparison_logic1_es | QuizPET | boolean expressions, conditionals | |
| 56 | 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 | |
| 57 | Boolean Operations (AND) | Java PredictingFinalResult for demonstrating Boolean Operations (AND) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 58 | Comparisons | Java PredictingFinalResult for demonstrating Comparisons | QuizJET | boolean expressions, conditionals | |
| 59 | Boolean Operations (Greater equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Greater equal) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 60 | Boolean Operations (Less equal) | Java PredictingFinalResult for demonstrating Boolean Operations (Less equal) | QuizJET | boolean expressions, conditionals, control flow, if-else statement | |
| 61 | Comparing Strings | Java PredictingFinalResult for demonstrating Comparing Strings | QuizJET | boolean expressions, conditionals, data types, string operations, strings, variables | |
| 62 | if-else 1 | Java PredictingFinalResult for demonstrating if-else 1 | QuizJET | boolean expressions, conditionals, if-else statement, strings | |
| 63 | if-else 5 | Java PredictingFinalResult for demonstrating if-else 5 | QuizJET | boolean expressions, conditionals, if-else statement | |
| 64 | 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 | |
| 65 | Conditionals basics | Python BehaviorExample for demonstrating Conditionals basics | WebEx | if-else statement | |
| 66 | JSON Conditionals 1 | Display names of food items in a restaurant that have a beef as an ingredient from Mexican Cuisine. Assume you're... | PCEX | json, json-conditions | |
| 67 | JSON Conditionals 2 | You're provide a JSON list of different books, find the ones with greater than 300 pages. | PCEX | json, json-conditions | |
| 68 | JSON Conditionals 1 Challenge | A customer is looking for a restaurant that has at least 1 review and mexican cuisine, with spicy food. I... | PCEX | json | |
| 69 | JSON Conditionals 2 Challenge | You're provide a JSON list of different books, find non-fiction books with rating greater than 4.5 | PCEX | json | |
| 70 | Conditional statements: Working with If-Then-Else Statements | Question, Battery | Conditional Statement self-assessment questions: Working with if-then-else statements. | OpenDSA | Conditional Statement |
| 71 | 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 |
| 72 | 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 |
| 73 | Conditional Statements and While Loops: Chapter Review | Question, Battery | Chapter review questions for conditional statements and while loops. | OpenDSA | While Loop, Conditional Statement |
| 74 | Boolean Operators: AND, OR, NOT | Question, Battery | Boolean Operator self-assessment questions: AND, OR, NOT. | OpenDSA | Boolean Operator, Conditional Statement |
| 75 | DEPRECATED_conditional operators | Java BehaviorExample for demonstrating DEPRECATED_conditional operators | AnnEx | ||
| 76 | Object Conditional | Java PredictingFinalResult for demonstrating Object Conditional | QuizJET | classes, objects | |
| 77 | JSON Conditions 1 | you're provided information for a list of flights that go to and from New York, Pittsburgh and Miami. You have... | jsParsons | json, json-conditions | |
| 78 | JSON Conditions 2 | You're provided a list of aircrafts and helicopter. Shortlist the flights used in military. | jsParsons | json, json-conditions | |
| 79 | JSON Condition 1 | Python PredictingFinalResult for demonstrating JSON Condition 1 | QuizPET | json, json-conditions | |
| 80 | Using conditions for completion count | Code Completion | We will divide the work of computing the maximum of all values in an array over multiple threads. Each thread... | CodeCheck | Concurrency |
| 81 | IF...ELSE Statement (Multiple Conditions) | Python BehaviorExample for demonstrating IF...ELSE Statement (Multiple Conditions) | WebEx | if-else statement, logical operators | |
| 82 | Throw IllegalArgumentException in Vehicle constructor | Code Completion | The Vehicle class given below is used to represent various types of self-propelled vehicles. It should be illegal to construct... | CodeCheck | Input and Output |