Which of the following kind of checks is a validity check performed on data, which ensures users enter only numeric data into a field?

A. range
B. numeric
C. completeness
D. consistency

Answer: B

Computer Science & Information Technology

You might also like to view...

The Date function has the form ____.

A. Date() B. Date: C. [Date] D. (Date)

Computer Science & Information Technology

Identify the general syntax of thedo/whileloop.

A. do (continue) {commands}while (continue){commands} B. while (continue) {commands}do (continue){commands} C. while {commands}do (continue); D. do {commands}while (continue);

Computer Science & Information Technology