A(n) ________ is a programmer-defined name in VBA that stores a value which can change while an application is running

A) conditional compiler constant B) symbolic constant
C) intrinsic constant D) variable


D

Computer Science & Information Technology

You might also like to view...

What is the problem with this code?

``` int temp = 90; float *temp_ptr = &temp; ``` A. The address operator is in the wrong place. B. You can’t declare a pointer that way. C. Compile error - Cannot convert int to float. D. Compile error – Cannot convert from int * to int

Computer Science & Information Technology

Before using a dial-up access number to connect to the Internet, verify that it is a local telephone number; if it is not, you will incur long-distance charges.

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

Computer Science & Information Technology

Which of these is the main work area in Microsoft Office PowerPoint?

A) New Project B) View C) Slide D) Document

Computer Science & Information Technology

The ___ lists newly discovered security advisories right on its home page.

A. Microsoft Institute B. FreeBSD Project C. SANS Institute D. U.S. Department of Energy's Cyber Incident Response Capability

Computer Science & Information Technology