Which of the following is also called CAPTCHA?

A. cognitive password
B. one-time password
C. passphrase
D. graphical password

D
Explanation: Graphical passwords, also called Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA) passwords, use graphics as part of the authentication mechanism. One popular implementation requires a user to enter a series of characters in the graphic displayed. This implementation ensures that a human is entering the password not a robot. Another popular implementation requires the user to select the appropriate graphic for his or her account from a list of graphics given.

Computer Science & Information Technology

You might also like to view...

Which statement is equivalent to the following?

``` (X > 6) ``` a. ``` !(x <= 6) ``` b. ``` ( x <= 6) ``` c. ``` (x < 6 || x == 6 ``` d. ``` (x < 6 && !(x == 6) ```

Computer Science & Information Technology

____ the Format Painter button and then drag through the nonadjacent ranges to paint the formats to the ranges.

A. Click B. Press C. Double-click D. Triple-click

Computer Science & Information Technology