The Expand Appearance command is found on the ____ menu.
A. Effects
B. Object
C. Appearance
D. Edit
Answer: B
You might also like to view...
Which statement is false?
a) Pseudocode helps you “think out” a program before attempting to write it in a programming language such as C. b) Pseudocode programs consist purely of characters so programmers may conveniently type pseudocode programs into a computer using an editor program. c) A carefully prepared pseudocode program is only a beginning; it still takes a tremendous amount of work to convert a pseudocode program into a C program. d) Pseudocode consists only of action statements.
A systematic procedure for starting at the first node in a list, and visiting all nodes in the list by going from each node to its successor is called
A) a sweep B) a traversal C) travelling over the list D) All of the above