VBA is considered to be a(n) ____ programming language because instructions are executed on objects in the database.

A. markup
B. object-oriented
C. compiler
D. assembly

Answer: B

Computer Science & Information Technology

You might also like to view...

Suppose a loop should execute while x is less than the sum of two integers, a and b. The loop could be written as:while(x < a + b)// loop bodyAlthough this code fragment will run, it is not particularly efficient. In what way is it inefficient, and how could you improve the loop's performance?

What will be an ideal response?

Computer Science & Information Technology

____________________ uses a specific file or an image that simulates a material, such as cork, granite, marble, or canvas.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology