A field's ________ determines what can be entered into the field
A) caption
B) format
C) data type
D) primary key
C
You might also like to view...
A subclass of JFrame inherits getWidth() and getHeight() methods.
Answer the following statement true (T) or false (F)
To accept all changes in a document, click the arrow on the Accept button in the Tracking group, then click Accept All Changes.
Answer the following statement true (T) or false (F)
Match the following artifacts with their definitions:
5. Swap files a. database employed with the operating system which stores configuration information 6. System registry b. files which record and document any significant occurrence in a system or program 7. Log files c. computer memory files written to the hard drive
Identify the output of the following code. var x = [3, 45, 1234, 24]; x.sort();
A. ?1234, 24, 3, 45 B. ?3, 24, 45, 1234 C. ?1234, 45, 24, 3 D. ?1234, 24, 45