What is the process of comparing data with a set of rules or values to determine if the data meets certain criteria?

A. concatenation
B. validation
C. digit checking
D. integration


Answer: B

Computer Science & Information Technology

You might also like to view...

Write a paragraph that describes the use of swimlanes on activity diagrams.

What will be an ideal response?

Computer Science & Information Technology

Programmers can work on separate modules for efficiency without having to worry about variable names used in other modules.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the mode options opens a file in append mode, preserving any preexisting text while allowing new text to be added to the end of the file.

A. w B. w+ C. a D. a+

Computer Science & Information Technology

When using ____, you capitalize the first letter in the procedure name and the first letter of each subsequent word in the name.

A. sentence case B. camel case C. object case D. Pascal case

Computer Science & Information Technology