Match the following data types and properties to their description
I. Attachment data type
II. Hyperlink data type
III. OLE Object data type
IV. Legacy data type
V. Universal naming convention
A. An address that specifies a protocol
B. Uses the syntax \\server\share\path\filename
C. Old or outdated data type
D. Increases the size of your database
E. Creates a bitmap
D, A, E, C, B
You might also like to view...
Productivity apps seldom include web page authoring features.
Answer the following statement true (T) or false (F)
Using highly adaptive contextual interfaces is a good way to deal with device limitations like screen size.
Answer the following statement true (T) or false (F)
The interactivity for the design of an object oriented program
a. Should include the interactivity between functions within the classes. b. Should include the interactivity between classes. c. Should include the interactivity between screens. d. All of the above. e. a and b. f. None of the above.
Consider the following code, assuming that x is an integer variable with an initial value of 12:
if (x = 6) { printf("%i", x); } What is the output? a) 6 b) 12 c) nothing d) a syntax error is produced