Shared Flashcard Set

Details

Chapter 10 - Exceptions
preparation for exam II
4
Computer Science
Undergraduate 2
11/19/2017

Additional Computer Science Flashcards

 


 

Cards

Term
Error-checking code
Definition
is code that a programmer introduces to detect and handle errors that may occur while the program executes.
Term
exception-handling
Definition
constructs because they handle exceptional circumstances, another word for errors during execution.
Term
try
Definition
ode that potentially may produce an exception is placed in a __ block.
Term
except
Definition
If the code in the try block causes an exception, then the code placed in a following _____ block is executed.
Supporting users have an ad free experience!