Which of the following should be included in the administrative policies regarding passwords?

A) Passwords should not be written down and left in an accessible place.
B) Passwords should not be shared with other people for any reason.
C) A password should be immediately changed if compromised.
D) All of the above


D) All of the above

Computer Science & Information Technology

You might also like to view...

Due to the fact that audits are costly to perform, they are conducted on an ad hoc basis.

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

Computer Science & Information Technology

For the XML documents created in Figure 30.17, create a stylesheet and display the document in a browser.

What will be an ideal response?

Computer Science & Information Technology

Why is the Linux filesystem referred to as hierarchical?

What will be an ideal response?

Computer Science & Information Technology

Suppose the xMethod() is invoked in the following constructor in a class, xMethod() is _________ in the class.

``` public MyClass() { xMethod(); } ``` a. a static method b. an instance method c. a static method or an instance method

Computer Science & Information Technology