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

1) An uncaught exception in C++ is ignored.
2) an exception is thrown in a function, say, f(), but not handled there, the exception
is propagated to the function that called f().
3) A circumstance in C++ where an exception is thrown must be an error.
4) When an event occurs that cannot be managed locally, an exception may be thrown. Throwing the exception object transfers control and information gleaned locally to some calling program unit that manages the event, or the program terminates.


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

Computer Science & Information Technology

You might also like to view...

A sequence of plaintext elements is replaced by a __________ of that sequence which means that no elements are added, deleted or replaced in the sequence, but rather the order in which the elements appear in the sequence is changed.

A) ?permutation B) ?diffusion ? C) ?stream ? D) ?substitution

Computer Science & Information Technology

The __________ method sorts the array scores of the double[] type.

a. java.util.Arrays(scores) b. java.util.Arrays.sorts(scores) c. java.util.Arrays.sort(scores) d. Njava.util.Arrays.sortArray(scores)

Computer Science & Information Technology

In File Explorer, the ________ pane displays locations where users can find files, such as Favorites or OneDrive

Fill in the blank(s) with correct word

Computer Science & Information Technology

Using the Windows Server operating systems, a dial-in user can be granted access to the network resources using ____.

A. RRAN B. RAS C. RIAS D. RIS

Computer Science & Information Technology