What resource represents a name/value pair?

a. An integer resource
b. A menu resource
c. A Boolean resource
d. A layout resource

c. A Boolean resource - Boolean resources are appropriately tagged with the tag and represent a name/value pair. The name attribute is how you refer to the specific Boolean value programmatically.

Computer Science & Information Technology

You might also like to view...

Which of the following is a utility that removes a program, as well as any associated entries in the system files?

A. application remover B. application purger C. uninstaller D. antiapp utility

Computer Science & Information Technology

If no class description is included in the declaration statement of a local variable, the variable is automatically assigned to the ____ class.

A. auto B. static C. extern D. register

Computer Science & Information Technology