What do you use to create a stand-alone macro?
A) Macro Designer
B) Macro Maker
C) Macro Editor
D) Named Data Macro
A
You might also like to view...
A string array is commonly used for:
a. Command-line arguments. b. Storing an extremely long string. c. Storing multiple copies of the same string. d. Displaying floating-point numbers to the screen.
If a loop does not have a way of stopping, it is called a(n) ____________.
a. runaway loop b. game loop c. infinite loop d. expressionless loop
Answer the following statements true (T) or false (F)
1. With top-down design, higher-level subtasks control the flow of the program while lower level subtasks do the actual work. 2. Top-down design decreases the programmer’s productivity. 3. Most modern programmers use a blend of traditional structured programming along with object-oriented design. 4. Visual Basic is an object-oriented language.
Look up the functions in the C++ string class, and list three of them here. Describe their purpose.
What will be an ideal response?