One type of CAPTCHA is ________.

A. antivirus software
B. a password method
C. the wavy hard-to-read letter and number sequence that you type to prove that you are human to a website
D. a rootkit virus


Answer: C

Computer Science & Information Technology

You might also like to view...

The stream-extraction operator:

a. Does not normally accept white-space characters. b. Returns true when the end-of-file is encountered. c. Sets the stream’s failbit if the operation fails. d. Sets the stream’s badbit if the data is of the wrong type.

Computer Science & Information Technology

What is the output of the following code:

char ch = ‘c’; if (ch > ‘g’) cout << “high”; else if (ch < ‘m’) cout << “low”; else cout << “middle”; char ch = ‘c’; if (ch > ‘g’) cout << “high”; else if (ch < ‘m’) cout << “low”; else cout << “middle”; char ch = ‘c’; if (ch > ‘g’) cout << “high”; else if (ch < ‘m’) cout << “low”; else cout << “middle”; a) high b) low c) middle d) c

Computer Science & Information Technology

The ____ is a way for you to interact with your Mac and to access its tools.

A. hard drive B. desktop C. menu bar D. Dock

Computer Science & Information Technology

A wireless access point connects to the wired network. What can you do to prevent unauthorized users from accessing shared files on the wired network?

A) Disable SSID broadcasting on the access point. B) Enable WEP, TKIP, or AES on the access point. C) Configure NTFS permissions on the shares. D) Install a firewall for the networks.

Computer Science & Information Technology