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.


b. It’s the upper bound (highest subscript value) of the array.

Computer Science & Information Technology

You might also like to view...

The security feature of Windows Live SkyDrive that controls access to files is called ________

A) Windows Live Security B) Windows Live Plus! C) Windows Live ID D) Windows Live Encryption

Computer Science & Information Technology

Access opens in ____ view.

A. Design B. Datasheet C. Layout D. Backstage

Computer Science & Information Technology

In the SQL statement: SELECT [Name] FROM MSysObjects WHERE [TYPE]=5 AND Left([Name],1)<>"˜ ORDER BY[NAME]; what does [TYPE]=5 indicate?

A. the statement is selecting query objects in an Access system table B. the statement would like to display only 5 names C. the statement is selecting table objects in an Access system table D. the statement will select records in groups of 5

Computer Science & Information Technology

____ is the use of video cameras to monitor activities of individuals, typically for work-related or crime-prevention purposes.

A. Risk monitoring B. Incident surveillance C. Multimedia monitoring D. Video surveillance

Computer Science & Information Technology