Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 (Exception Handling) Arithmetic - CSEdPad Given two numbers, this program checks what happens when a number is divided by zero. AnnEx exception handling
2 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
3 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
4 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
5 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
6 Exceptions Java CodeVisualization for demonstrating Exceptions JSVEE exception handling, exceptions
7 Try Except 1 Python CodeVisualization for demonstrating Try Except 1 JSVEE exception handling, exceptions
8 Try Except 2 Python CodeVisualization for demonstrating Try Except 2 JSVEE exception handling, exceptions
9 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
10 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
11 Try adding Construct a function that adds two numbers together and handles non-numeric input. jsParsons exception handling, exceptions
12 Try Except Construct a program that prints out various Celcius temperatures in Fahrenheit. jsParsons exception handling, exceptions
13 Exceptions asE Python PredictingFinalResult for demonstrating Exceptions asE QuizPET exception handling, exceptions
14 Exceptions Assertion Python PredictingFinalResult for demonstrating Exceptions Assertion QuizPET exception handling, exceptions
15 Exceptions addarr Python PredictingFinalResult for demonstrating Exceptions addarr QuizPET exception handling, exceptions
16 index error Python PredictingFinalResult for demonstrating index error QuizPET exception handling, exceptions
17 value error Python PredictingFinalResult for demonstrating value error QuizPET exception handling, exceptions
18 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
19 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
20 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
21 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
22 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
23 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
24 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
25 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
26 Exceptions 1 Java PredictingFinalResult for demonstrating Exceptions 1 QuizJET exception handling, exceptions
27 Exceptions 2 Java PredictingFinalResult for demonstrating Exceptions 2 QuizJET exception handling, exceptions
28 Exceptions 3 Java PredictingFinalResult for demonstrating Exceptions 3 QuizJET exception handling, exceptions
29 Exceptions 4 Java PredictingFinalResult for demonstrating Exceptions 4 QuizJET exception handling, exceptions
30 Exceptions 5 Java PredictingFinalResult for demonstrating Exceptions 5 QuizJET exception handling, exceptions
31 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
32 Throwing Exceptions Review Questions Question, Battery CS1-level review questions on exception handling in Java. OpenDSA Exception