In C#, try blocks are used for:

a) testing for infinite loops.
b) testing for exceptions.
c) resolving exceptions.
d) testing code.


b) testing for exceptions.

Computer Science & Information Technology

You might also like to view...

Dividing a Web page into clearly defined areas

a. makes a page look too formal. b. breaks up the natural “flow” of the page. c. helps users decide quickly which areas of the page to focus on.

Computer Science & Information Technology

The ________ view in Excel maximizes the number of cells visible on your screen

Fill in the blank(s) with correct word

Computer Science & Information Technology

In B1 input: 3 In B2 input: 3 =AVERAGE(B1:B2,5,7) will be

A. 4 B. 3.5 C. 3 D. 2 E. 4.5

Computer Science & Information Technology

This is a named storage location in the computer's memory.

a. Literal b. Constant c. Variable d. Operator

Computer Science & Information Technology