A(n) ________ sets the property of a field to force data entry

A) input mask B) required C) data macro D) default value


B

Computer Science & Information Technology

You might also like to view...

What would be the output of the following lines of code?

string one = “red”, two = “blue”; string three = two + “and” + one; cout << three;

Computer Science & Information Technology

Identifiers in Java have ________ and ________ scopes?

a. method, class. b. class, block. c. block, statement. d. statement, file.

Computer Science & Information Technology

When you use a(n) ________ in a formula, the result is the same as if you typed the cell reference

Fill in the blank(s) with correct word

Computer Science & Information Technology

A closed operating system allows

A) Modifications by anyone who finds it on his/her PC B) Modifications by anyone who distributes it C) Modifications only by those designated by the developer D) Modifications to the open source of the designer

Computer Science & Information Technology