The ________ is an object tab with prebuilt commands used to create macros

A) Macro Form B) Macro Builder C) Macro Mask D) Macro Control


B

Computer Science & Information Technology

You might also like to view...

The difference between unary and binary operators is that binary operators

A. return 2 values. B. require two statements to execute. C. require two operands. D. can only be used with numeric variables.

Computer Science & Information Technology

In some programming languages, when a user presses Enter without typing anything, the input variable's value is set to a constant called NULL.

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

Computer Science & Information Technology

Why are other tunneling standards gaining ground on Intra-Site Automatic Tunnel Addressing Protocol (ISATAP)?

What will be an ideal response?

Computer Science & Information Technology

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

1. When a class declares an entire class as its friend, the friendship status is reciprocal. That is, each class's member functions have free access to the other's private members 2. By default, when an object is assigned to another, each member of one object is copied to its counterpart in the other object. 3. When a class contains a pointer to dynamically allocated memory, it a good idea to have the class overload the assignment operator. 4. If you overload the prefix ++ operator, the post fix ++ operator is automatically overloaded also. 5. If a function f is a friend of a class A, and the class A is a friend of a class B, then the function f is able to access private members of B.

Computer Science & Information Technology