Which data validation method forces users to conform to a specific data-entry format for a given field?

A) Input mask
B) Validation text
C) Default value
D) Data macro


A

Computer Science & Information Technology

You might also like to view...

Write a function called substring that uses the leftmatch and rightmatch functions developed in Exercises 3 and 4 to remove a pattern from the left and right side of a value. It should take three arguments as shown:

$ substring /usr/ /usr/spool/uucppublic /uucppublic spool $ substring s. s.main.c .c main $ substring s. s.main.c .o Only left match main.c $ substring x. s.main.c .o No matches s.main.c $

Computer Science & Information Technology

____ methods assign values to the fields of any objects created from the class.

A. Accessor B. Set C. Change D. Get

Computer Science & Information Technology

Outlook provides the option to use ________ which has preset colors, fonts, and effects

A) a theme B) SmartArt C) stationery D) WordArt

Computer Science & Information Technology

To make changes to an element's fill, border color, border style, shadow, 3-D format, alignment, and so forth, you need to open the Chart Elements dialog box.

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

Computer Science & Information Technology