To search for a special character, use the ____ button in the expanded Find dialog.

A. Characters
B. Special
C. Options
D. Advanced


Answer: B

Computer Science & Information Technology

You might also like to view...

What does the MonthCalendar allow for?

a) time selection b) date selection c) a and b d) None of the above

Computer Science & Information Technology

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

1. If, in a class, one uses the keyword public:, it affects only the member that immediately follows the keyword public, making this member accessible to any other function defined anywhere. 2. There is no access to private members of a class by any function defined outside the class. 3. A data type is a collection of a set of values together with a set of basic operations defined on the values. 4. An abstract data type is a collection of a set of values together with a set of basic operations defined on the values.

Computer Science & Information Technology

What do the calls to exit(…) do? When exit(0) and exit(1) are called, what receives these arguments and what is done with them?

a) The exit( ) function stops the program. The argument is discarded. b) The exit( ) function is obsolete. There is no longer any such function in the C++ libraries. c) The exit( ) function stops the program. The argument is passed to the operating system which uses it for an error code. d) The exit( ) function temporarily stops the program, and sends the argument to the operating system which uses it for an error code. The operating system restarts the program after fixing the error. e) The exit( ) function allows the systems programmer to escape when the power supply catches fire.

Computer Science & Information Technology

Unless you have intentionally changed the option, most documents you work with will consist of ________ section(s)

A) three B) ten C) one D) two

Computer Science & Information Technology