Which of the following controls can be used to prevent the disclosure of sensitive information stored on a mobile device's removable media in the event that the device is lost or stolen?

A. Hashing
B. Screen locks
C. Device password
D. Encryption


Answer: D. Encryption

Computer Science & Information Technology

You might also like to view...

A child node that has no parent is

A) a leaf node. B) an orphan node. C) a rootless node. D) A or C E) None of the above

Computer Science & Information Technology

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

1. A modal form cannot lose the focus until the form disappears. 2. Code in one form can refer to controls in another form. 3. A class-level variable declared in one form can be accessed by other forms if it is declared with the keyword Public. 4. The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40) and gr.DrawLine(Pens.Red, 0, 0, 40, 30) draw lines of the same length. 5. The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40) and gr.DrawLine(Pens.Red, 10, 20, 40, 60) draw lines of the same length.

Computer Science & Information Technology

A _________ block executes regardless of whether an exception occurs.

(a) final (b) finally (c) catch (d) none of the above

Computer Science & Information Technology

Which Cisco IOS command is used to advertise a default route into OSPF regardless of whether a default static route is configured?

A) ospf default-route advertise always B) ospf advertise default-route permanent C) default-information originate D) default-information originate always

Computer Science & Information Technology