An attribute or a characteristic of a field that controls the display and input of data
a. Data type
b. Field property
c. Data design
B
You might also like to view...
Answer the following statements true (T) or false (F)
1. The following statements both declare the variable num to be an integer. int num; INT num; 2. The following is a legal C++ statement to define and initialize a variable. char first Name = "Jack"; 3. If a variable is defined as int sum; it may be written in the program code as sum or Sum, but not SUM. 4. The following two statements both assign the value 5 to the variable dept. 5 = dept; dept = 5;
________ is the name used for a collection of related sets of information that are composed of separate elements
A) Information sets B) Variable sets C) Data sets D) Field sets
Can you apply hyperlinks to images?
What will be an ideal response?
Which of the following prevents XSS attacks?
A. access checks B. input validation C. fuzzing D. strong authentication