A(n) ____________________ program allows a user to perform maintenance-type tasks usually related to managing a computer, its devices, or its programs.

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


utility

Computer Science & Information Technology

You might also like to view...

If a class represents an amount of money (in US currency like $9.99), then the amount (like $9.99) could reasonably be stored in

a. A member variable of type double. b. Two member variables of type int. c. A string of characters (like "9.99"). d. None of the above.

Computer Science & Information Technology

From the following list, select all of those which are valid top level domain suffixes.

a. COM b. EDU c. MWG d. MIL e. They all are.

Computer Science & Information Technology

Adding a ButtonGroup object to a container ________.

a. is necessary for the functionality of the ButtonGroup to work properly. b. causes all the JRadioButtons in the group to have their event handlers registered. c. results in a compilation error. d. None of the above.

Computer Science & Information Technology

The combo box gets its values from the list entered in the ____ property.

A. Recordset B. Limit to List C. Data List D. Row Source

Computer Science & Information Technology