What is the specific act of filtering, rejecting, or sanitizing a user's untrusted input before the application processes it?

A. input validation
B. authorization
C. input auditing
D. discovery


Answer: A

Computer Science & Information Technology

You might also like to view...

Where can you find the Citations tab?

A. Toolbox B. Media Browser C. Sidebar D. Header and Footer

Computer Science & Information Technology

Which of the following is the general syntax of the function prototype to overload the pre-increment operator as a nonmember function?

A. className operator++(); B. friend className operator++(); C. className operator++(int); D. friend className operator++(className&);

Computer Science & Information Technology

A copyright owner has a "bundle" of ____ rights.

A. four B. five C. six D. seven

Computer Science & Information Technology

Which of the following answers about statements is true?

A. Statements can be null. B. Statements must be terminated by a semicolon. C. Statements cannot have side effects. D. A compound statement is enclosed in brackets ([ ]). E. Expressions are automatically statements.

Computer Science & Information Technology