Which of the following requirements is part of the protect cardholder data PCI DSS core principle?
A. Maintain a policy that addresses information security for all personnel.
B. Develop and maintain secure systems and applications.
C. Restrict physical access to cardholder data.
D. Protect stored card data.
Answer: D
Explanation: The protect cardholder data core principle consists of the following two requirements: Protect stored card data, and encrypt transmission of cardholder data across open, public networks.
You might also like to view...
Revision marks of deleted text show as:
A) strikeout lines. B) red bold text within the document. C) black bolded text. D) red text in a balloon.
You can use ________ to create a visual representation of information
A) vector graphics B) Word Art C) a vertex D) Smart Art
Essentially, a(n) ____ is a named constant for an address.
a. pointer b. reference c. class d. indirection
Which of the following JavaScript statements will correctly write the XHTML to display a paragraph with the text "Items for Sale" in bold?
A) document.writeln("Items for Sale".bold()); B) document.writeln("Items for Sale"", bold()); C) document.writeln("Items for Sale".bold(), ""); D) document.writeln("","Items for Sale".bold()", "");