Which of the following is considered sensitive authentication data?

A. Full magnetic stripe data
B. Primary account number
C. Expiration date
D. Cardholder name


Answer: A
Explanation: Sensitive authentication data includes full magnetic stripe data, security codes (CAV, CVC2, CVV2, and CID), and PINs or PIB blocks. Cardholder data includes the primary account number, cardholder name, expiration date, and service code.

Computer Science & Information Technology

You might also like to view...

Which IPv6 ACL statement would be used to deny all SSH traffic coming from the 2001:db8:2525:6342::/64 network to the 2001:db8:3672:2643::/64 network?

A) drop tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq ssh B) deny tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq ssh C) drop tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq 22 D) deny tcp 2001:db8:2525:6342::/64 2001:db8:3672:2643::/64 eq 22

Computer Science & Information Technology

The __________ command is used to track the revisions in a document.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Choose the correct number expression in the following sentence. Giraffes are often _____ feet tall, in fact, with feet the size of dinner plates.?

A. ?19 B. ?Nineteen

Computer Science & Information Technology

What is stored in ans as a result of the arithmetic expression, given the following declarations?                                           int ans = 5, v1 = 2, v2 = 10, v3 = 18;                                           ans += v1 + 10 * (v2-- / 5) + v3 / v2;

A. 27 B. 12 C. 29 D. none of the above

Computer Science & Information Technology