What property controls both the values that users can enter into a text box and provides a visual guide as users enter data?

A. Format
B. Caption
C. Default Value
D. Input Mask


Answer: D

Computer Science & Information Technology

You might also like to view...

In the following function, what is passed to the first parameter?

void f1( int& value1, int value2); int x,y; f1(x,y); a. The value of x b. nothing, it is a void function c. the value of y d. the variable x (or its memory location)

Computer Science & Information Technology

The backslash, \, is referred to as the ____ character.

A. tab B. quotient C. escape D. separator

Computer Science & Information Technology

A network administrator is configuring access control for the sales department which has high employee turnover. Which of the following is BEST suited when assigning user rights to individuals in the sales department?

A. Time of day restrictions B. Group based privileges C. User assigned privileges D. Domain admin restrictions

Computer Science & Information Technology

which of the following exploits when downloaded onto a smartphone takes control of the device and its data until the owner agrees to pay a sum of money to the attacker?

a. Camware b. Spyware c. Scareware d. Ransomware

Computer Science & Information Technology