Which parameter in web security represents a 'CAPTCHA' mechanism's core function? MCQ with Answer and Explanation

Which parameter in web security represents a 'CAPTCHA' mechanism's core function?
A. To encrypt incoming data flows traveling via wireless access points
B. To scan servers for malicious virus files automatically
C. To differentiate human users from automated bot scripts through automated tests
D. To optimize page asset loading pipelines
Answer: Option C
Solution (By JKExamLibrary)
CAPTCHA is designed to determine whether a user is human or an automated bot, helping prevent spam signups and brute-force attacks.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
What structural element forms the separator dividing individual query parameter pairs inside a standard URL structure, such as '?id=1&page=2'?
A. The hash (#) character
B. The ampersand (&) character
C. The forward slash (/) character
D. The colon (:) character

Correct Answer: Option B


Explanation:
In a URL query string, the question mark (?) initiates the parameters, while individual key-value pairs are separated from each other using the ampersand (&) character.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following HTTP status codes indicates that the request has succeeded and a new resource has been created?
A. 202 Accepted
B. 201 Created
C. 200 OK
D. 204 No Content

Correct Answer: Option B


Explanation:
201 Created is the status code for successful POST requests that result in the creation of a new resource.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is an example of a web-based social media platform?
A. Twitter
B. All of the above
C. Facebook
D. Instagram

Correct Answer: Option B


Explanation:
Twitter, Facebook, and Instagram are all web-based social media platforms accessible via browsers.

This question belongs to: Computer Internet and Web Technologies