A setting that restricts the data being input into a field by specifying the exact format of the data entry.

What will be an ideal response?


Input mask

Computer Science & Information Technology

You might also like to view...

Which of the following statements is true?

a. Methods and instance variables can both be either public or private. b. Information hiding is achieved by restricting access to class members via keyword public. c. The private members of a class are directly accessible to the clients of a class. d. None of the above is true.

Computer Science & Information Technology

Which of the following types of memory modules, such as that shown in the accompanying figure, positions the pins on opposite sides of the circuit board so they do not connect and thus form two sets of contacts?

A. SIMM B. RIMM C. DIMM D. CIMM

Computer Science & Information Technology

What is the output of the following code?

int numbers[5]; for (int i = 1; i < 5; i++) numbers[i - 1] = i + 1; for (int i = 0; i < 3; i++) cout << numbers[i];

Computer Science & Information Technology

Placing telephone calls on the Internet is called _________. A. Contacts Transfer Protocol (CTP) B. Telephone with Internet Protocol (TwIP) C. Internet Calls Transfer Protocol (ICTP) D. Voice over Internet Protocol (VoIP)

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology