Which of the following identifies a policy by name and provides the reader with an overview of the policy topic or category?

A) Policy heading
B) Policy goal
C) Policy objective
D) Policy statement


A) Policy heading

Computer Science & Information Technology

You might also like to view...

What will be the output of the following program when the button is clicked?

``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim a, b, c, acronym As String a = "federal" b = "aviation" c = "administration" acronym = a.Substring(0, 1) & b.Substring(0, 1) & c.Substring(0, 1) Select Case acronym Case "FAA" txtBox.Text = "Federal Aviation Administration" Case "DEA" txtBox.Text = "Drug Enforcement Agency" Case Else txtBox.Text = "Unknown acronym. Sorry." End Select End Sub ``` (A) Federal Aviation Administration (B) Drug Enforcement Agency (C) Syntax error (D) Unknown acronym. Sorry.

Computer Science & Information Technology

Expression Web uses the ____ name for the home page.

A. index.html B. default.html C. first.html D. startpage.html

Computer Science & Information Technology

Which process involves determining how long it takes an information system to pay for itself?

A. present value analysis  B. cost-benefit analysis  C. return on investment analysis  D. payback analysis 

Computer Science & Information Technology

Is decreasing the storage size of a DB Instance permitted?

A. Depends on the RDMS used B. Yes C. No

Computer Science & Information Technology