A(n) _____ is a data validation rule that is performed on two or more fields to ensure that they are consistent or reasonable when considered together.

A. existence check
B. combination check
C. data type check
D. reasonableness check


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of the following statements, given that the variable Num1 = 3 and the variable Num2 = 5?

``` Write “The sum of” + Num1 + “and” + Num2 + “is 8.”.``` a. The sum of 3 and 5 is 8. b. The sum of Num1 and Num2 is 8. c. The sum of3and5is 8. d. The sum of 3and5 is 8.

Computer Science & Information Technology

Write the operations that a C/C++ preprocessor performs on a source program before giving the (modified) program to the compiler.

What will be an ideal response?

Computer Science & Information Technology

What would be the first line of the module for a function named Mileage with parameters Miles and Rate?

A. Function Mileage (Miles, Rate) B. Sub Mileage (Miles, Rate) C. Mileage (Miles, Rate) D. End Function

Computer Science & Information Technology

Which of the following encryption methods is considered easily broken and should be avoided when configuring wireless security?

A. WEP B. WPA C. AES D. TKIP

Computer Science & Information Technology