On a form or report, the names of fields display in a ________
A) check control
B) text box control
C) box
D) label control
D
You might also like to view...
You need __________ size declarators when declaring a two-dimensional array.
Fill in the blank(s) with the appropriate word(s).
MC Python prints a(n)______ when a fatal logic error occurs.
a) logic message. b) traceback. c) exception. d) None of the above.
In the array declaration below, what is the significance of the number 7?
Dim strNames(7) As String a. It indicates the number of elements in the array. b. It’s the upper bound (highest subscript value) of the array. c. It’s the value assigned to the array elements. d. It’s one greater than the upper bound of the array.
Which platform has no ‘running' life cycle event?
A. Android B. iOS C. Windows Phone 7 D. All three have a ‘running' life cycle event.