Which of the following is mandatory?

A. Regulatory policy
B. Advisory policy
C. Informative policy
D. Guidelines


A

Explanation: A regulatory policy is mandatory. These policies are often dictated by the government or industry.

Computer Science & Information Technology

You might also like to view...

When you create a macro group, only its name is displayed as a macro object in the Navigation Pane, not all of the macros it contains.

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

Computer Science & Information Technology

Here is the prototype of a function:

``` void five(double x, double *yp, int *zp); ``` Given these variable declarations, which calls to five are valid? ``` int m, n double p, q ``` a. five(m, &p, &n); b. q = five(6.2, &p, &m); c. five(p, &q, &m); d. five(7.1, &p, &q); e. a and c only f. a, b, c, and d

Computer Science & Information Technology

Which service allows you to use your cell phone or smartphone to send messages that contain images?

a. MMS b. ISP c. SMS d. MiFi

Computer Science & Information Technology

Change either the ________ color or background to create contrast for the text on a slide

A) fade B) font C) transparency D) shape

Computer Science & Information Technology