The statement to declare strName as a variable that can hold character data is _______________.

a. Dim strName As Text
b. Dim strName As Single
c. Dim strName As Word
d. Dim strName As String


d. Dim strName As String

Computer Science & Information Technology

You might also like to view...

An abstract class will:

a. Have all zero function pointers in its vtable. b. Have at least one zero function pointer in its vtable. c. Share a vtable with a derived class. d. Have fewer zero function pointers in its vtable than concrete classes have.

Computer Science & Information Technology

All of the following are major components of a computer, except _____.

A. microprocessor B. printer C. memory D. storage

Computer Science & Information Technology

The two most common graph traversal algorithms are the depth first traversal and height first traversal.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A driver object can only have one device connected to it.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology