Which of the following is NOT a SmartArt graphic type?

A) Matrix B) Object C) Picture D) Relationship


B

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. Based on whether an operator is implemented as a member function or as a non-member function, the operator is used differently in expressions. b. When an operator function is implemented as a member function, the leftmost (or only) operand must be an object (or a reference to an object) of the operator's class. c. Operator member functions of a specific class are called (implicitly by the compiler) only when the left operand of a binary operator is specifically an object of that class, or when the single operand of a unary operator is an object of that class. d. Another reason why you might choose a non-member function to overload an operator is to enable the operator to be commutative.

Computer Science & Information Technology

Which of the following statements is false?

a. Thread synchronization is necessary only for shared mutable data, i.e., data that may change during its lifetime. b. With shared immutable data that will not change, it’s not possible for a thread to see old or incorrect values as a result of another thread’s manipulation of that data. c. When you share immutable data across threads, declare the corresponding data fields final to indicate that the values of the variables will not change after they’re initialized. This prevents accidental modification of the shared data, which could compromise thread safety. d. Labeling object references as final indicates that the referenced object is immutable.

Computer Science & Information Technology

If you import a flattened bitmap image from Fireworks, ____.

A. you cannot edit content on individual layers in Flash B. you can edit content on individual layers directly in Flash C. you must edit content on individual layers in Illustrator D. none of the above

Computer Science & Information Technology

To identify yourself as the author of a document, modify this

A) Print settings B) Word Options C) Page field D) Document Properties

Computer Science & Information Technology