A field with a limited number of values is well suited for what type of field?
A) Short Text B) Lookup field C) Hyperlink D) Calculated field
B
Computer Science & Information Technology
You might also like to view...
Answer the following statements true (T) or false (F)
1. Each external entity is labeled with a noun. 2. A rectangle with rounded corners is used to show the occurrence of a transforming process. 3. Processes in a rectangle with rounded corners sometimes denote something other than a change in or transformation of data or a system/subsystem. 4. Processes that transform data should be named with a noun which indicates the data that has been transformed.
Computer Science & Information Technology
The method __________ adds an item s into a ComboBox cbo.
a. cbo.add(s) b. cbo.addChoice(s) c. cbo.addItem(s) d. cbo.addObject(s) e. cbo.getItems().add(s)
Computer Science & Information Technology