Test Your Knowledge: Quiz

 

 
  1. Name three things that exception processing is good for.
  2. What happens to an exception if you don’t do anything special to handle it?
  3. How can your script recover from an exception?
  4. Name two ways to trigger exceptions in your script.
  5. Name two ways to specify actions to be run at termination time, whether an exception occurs or not.