Answer the following statements true (T) or false (F)

1) In Python, it is possible to return to the throw point of an exception via keyword return.
2) Exceptions can be reraised.
3) Function math.sqrt raises a NegativeNumberError exception if called with a
negative-integer argument.
4) Function math.sqrt raises a NegativeNumberError exception if called with a
negative-integer argument.
5) Exceptions can be raised only by functions explicitly called in try statements.


1) F
2) T
3) F
4) F
5) F

Computer Science & Information Technology

You might also like to view...

What are the two aspects of the quality assurance process?    

A. Product assurance and process assurance B. Product testing and process assurance C. Product assurance and process verification D. Product testing and process verification

Computer Science & Information Technology

Switched Ethernet divides the network into multiple ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Almost every command sent to MySQL from PHP  is executed with the ____ function.

A. mysql_connect() B. mysql_select() C. mysql_send() D. mysql_query()

Computer Science & Information Technology

The three components of a Premiere Products order are the heading, ____________________, and footing.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology