Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Determining Whether One is a Teenager (Case 2) Construct a program that asks the user to enter a string that has the user name and age separated by... PCEX exceptions
2 Determinando Si Uno Es Adolescente (Caso 1) Construir un programa que reciba un string que tiene el nombre de usuario y la edad separados por dos puntos,... PCEX exceptions
3 Determinando Si Uno Es Adolescente (Caso 2) Construye un programa que le pida al usuario que ingrese un string que contenga el nombre de usuario y la... PCEX exceptions
4 Contando el Numero de Codigos de Producto Validos y Prohibidos (Caso 1) Supongamos que una empresa hipotética utiliza códigos para representar sus diversos productos. Un código de producto incluye, entre otra información,... PCEX exceptions
5 Contando el Numero de Codigos de Producto Validos y Prohibidos (Caso 2) Supongamos que una empresa hipotética utiliza códigos para representar sus diversos productos. Un código de producto incluye, entre otra información,... PCEX exceptions
6 Exceptions Exceptions AnnEx exceptions
7 Exceptions Java CodeVisualization for demonstrating Exceptions JSVEE exception handling, exceptions
8 Practicar el manejo de excepciones Construye una funcion que sume dos numeros y maneje entradas no numericas. jsParsons exceptions
9 Practicar el manejo de excepciones Construye un programa que imprima varias temperaturas en Celsius convertidas a Fahrenheit. jsParsons exceptions
10 q_py_exception_asE_es Python PredictingFinalResult for demonstrating q_py_exception_asE_es QuizPET exceptions
11 q_py_exception_assertion_es Python PredictingFinalResult for demonstrating q_py_exception_assertion_es QuizPET exceptions
12 q_py_exceptions_addarr_es Python PredictingFinalResult for demonstrating q_py_exceptions_addarr_es QuizPET exceptions
13 q_py_list_except1_es Python PredictingFinalResult for demonstrating q_py_list_except1_es QuizPET exceptions
14 q_py_value_except1_es Python PredictingFinalResult for demonstrating q_py_value_except1_es QuizPET exceptions
15 Exceptions Basics Python BehaviorExample for demonstrating Exceptions Basics WebEx exceptions
16 Exceptions 2 Python BehaviorExample for demonstrating Exceptions 2 WebEx exceptions
17 Exceptions 3 Python BehaviorExample for demonstrating Exceptions 3 WebEx exceptions
18 Exceptions asE Python PredictingFinalResult for demonstrating Exceptions asE QuizPET exception handling, exceptions
19 Exceptions Assertion Python PredictingFinalResult for demonstrating Exceptions Assertion QuizPET exception handling, exceptions
20 Exceptions addarr Python PredictingFinalResult for demonstrating Exceptions addarr QuizPET exception handling, exceptions
21 Exceptions 1 Java PredictingFinalResult for demonstrating Exceptions 1 QuizJET exception handling, exceptions
22 Exceptions 2 Java PredictingFinalResult for demonstrating Exceptions 2 QuizJET exception handling, exceptions
23 Exceptions 3 Java PredictingFinalResult for demonstrating Exceptions 3 QuizJET exception handling, exceptions
24 Exceptions 4 Java PredictingFinalResult for demonstrating Exceptions 4 QuizJET exception handling, exceptions
25 Exceptions 5 Java PredictingFinalResult for demonstrating Exceptions 5 QuizJET exception handling, exceptions
26 Determining Whether One is a Teenager (Case 1) Construct a program that receives a string that has the user name and age separated by a colon, and prints... PCEX exception handling, exceptions
27 Counting the Number of Valid and Banned Product Codes (Case 1) Suppose a hypothetical company uses codes to represent its various products. A product code includes, among other information, a character... PCEX exception handling, exceptions
28 Counting the Number of Valid and Banned Product Codes (Case 2) Suppose a hypothetical company uses codes to represent its various products. A product code includes, among other information, a character... PCEX exception handling, exceptions
29 Try Except 1 Python CodeVisualization for demonstrating Try Except 1 JSVEE exception handling, exceptions
30 Try Except 2 Python CodeVisualization for demonstrating Try Except 2 JSVEE exception handling, exceptions
31 Try adding Construct a function that adds two numbers together and handles non-numeric input. jsParsons exception handling, exceptions
32 Try Except Construct a program that prints out various Celcius temperatures in Fahrenheit. jsParsons exception handling, exceptions
33 index error Python PredictingFinalResult for demonstrating index error QuizPET exception handling, exceptions
34 value error Python PredictingFinalResult for demonstrating value error QuizPET exception handling, exceptions
35 Determining Whether One is a Teenager Construct a program that receives a string that has the user name and age separated by a colon, and prints... PCEX exception handling, exceptions
36 Counting the Number of Valid and Banned Product Codes Suppose a hypothetical company uses codes to represent its various products. A product code includes, among other information, a character... PCEX exception handling, exceptions
37 Determining Whether One is a Teenager Construct a program that receives a string that has the user name and age separated by a colon, and prints... PCEX exception handling, exceptions, if-else statement
38 Counting the Number of Valid and Banned Product Codes Suppose a hypothetical company uses codes to represent its various products. A product code includes, among other information, a character... PCEX exception handling, exceptions, while loop
39 Counting the Number of Valid and Banned Product Codes (Case 2) Suppose a hypothetical company uses codes to represent its various products. A product code includes, among other information, a character... PCEX exception handling, exceptions
40 Reporting File Information (Case 2) Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX classes, exceptions, file i/o, methods, objects
41 Class 2 (BankAccount) Java PredictingFinalResult for demonstrating Class 2 (BankAccount) QuizJET classes, exceptions, file i/o, methods, objects
42 Class 5 (Point) Java PredictingFinalResult for demonstrating Class 5 (Point) QuizJET classes, exceptions, file i/o, methods, objects
43 Determining Whether One is a Teenager (Case 2) Construct a program that asks the user to enter a string that has the user name and age separated by... PCEX classes, exception handling, exceptions, file i/o, if-else statement, loops, methods, objects
44 The Class for Representing a Point in the Euclidean Plane (Case 2) Construct a class that represents a point in the Euclidean plane. The class should contain data that represents the point’s... PCEX classes, constructors, exceptions, file i/o, inheritance, methods, objects, overloading
45 Class (Cash Register) Java PredictingFinalResult for demonstrating Class (Cash Register) QuizJET classes, constructors, exceptions, file i/o, methods, objects, overloading
46 Throwing Exceptions Review Questions Question, Battery CS1-level review questions on exception handling in Java. OpenDSA Exception
47 Add throws clause to web reader Code Completion The checkURL method below checks whether a web site contains data. Checked exceptions can be thrown in the code. Your... CodeCheck Input and Output
48 Determining Whether One is a Teenager Construct a program that asks the user to enter a string that has the user name and age separated by... PCEX exception handling, if-else statement
49 Counting the Number of Valid and Banned Product Codes Suppose a hypothetical company uses codes to represent its various products. A product code includes, among other information, a character... PCEX exception handling
50 (Exception Handling) Arithmetic - CSEdPad Given two numbers, this program checks what happens when a number is divided by zero. AnnEx exception handling
51 Practising reading a file and printing the third element in each line of the file Construct a program that opens up a file and prints out the third element in each line of the file jsParsons exception handling, file i/o
52 Printing file contents Construct a program that opens up a file and prints out each line of the file jsParsons exception handling, file i/o
53 Try/Catch Blocks Review Questions Question, Battery CS1-level review questions on try/catch blocks in Java. OpenDSA Exception
54 Reporting the Total Hours Each Employee Worked Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX exception handling, file i/o
55 Reporting File Information Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX exception handling, file i/o
56 Design IllegalNumberOfWheels Exception Code Completion The following Vehicle class throws a custom exception of type IllegalNumberOfWheels. Your task is to implement this exception class. The... CodeCheck Input and Output
57 Reporting File Information (Case 1) Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
58 Reporting File Information (Case 2) Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
59 Reporting the Total Hours Each Employee Worked (Case 1) Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
60 Reporting the Total Hours Each Employee Worked (Case 2) Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
61 Reporting File Information Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
62 Reporting the Total Hours Each Employee Worked Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
63 Reporting File Information Construct a program that receives the full path to an input file from the user, reads that file and reports... PCEX file i/o
64 Reporting the Total Hours Each Employee Worked (Case 2) Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
65 Reporting the Total Hours Each Employee Worked Suppose we have an input file that contains information about how many hours each employee of a company has worked.... PCEX file i/o
66 Informe de Informacion del Archivo (Caso 1) Construir un programa que reciba la ruta completa a un archivo de entrada del usuario, lea ese archivo e informe... PCEX file i/o
67 Informar Informacion del Archivo (Caso 2) Construir un programa que reciba la ruta completa a un archivo de entrada del usuario, lea ese archivo e informe... PCEX file i/o
68 Informe de las Horas Totales Trabajadas por Cada Empleado (Caso 1) Supongamos que tenemos un archivo de entrada que contiene información sobre cuántas horas ha trabajado cada empleado de una empresa.... PCEX file i/o
69 Informe de las Horas Totales Trabajadas por Cada Empleado (Caso 2) Supongamos que tenemos un archivo de entrada que contiene información sobre cuántas horas ha trabajado cada empleado de una empresa.... PCEX file i/o