Select the option that best describes a policy:

A. A collection of requirements specific to the system or procedure that must be met by everyone
B. A collection of suggestions that should be implemented
C. A list of all items that have a positive economic value
D. A document that outlines specific requirements or rules that must be met


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is true?

Let Dog be a subclass of Animal, and suppose Animal has a method called speak() that is overridden in the Dog class. Consider the following code. ``` Animal spot = new Dog(); spot.speak(); ``` a) This code will result in a compile-time error. b) This code will result in a run-time error. c) The speak method defined in the Animal class will be called. d) The speak method defined in the Dog class will be called. e) The speak method will not be called at all.

Computer Science & Information Technology

A base class is synonymous with a:

(a) Child class (b) Parent class (c) Derived class (d) Sub class

Computer Science & Information Technology

The feature in Windows Vista used to combine audio, video, and still images to create a file that can be converted into a movie is called:

A) Windows Picture Organizer B) Windows Movie Maker C) Windows Photo Gallery D) Windows DVD Maker

Computer Science & Information Technology

A(n) ____________________ procedure does not return a value.

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

Computer Science & Information Technology