You can save a custom theme and use it with other documents

Indicate whether the statement is true or false


TRUE

Computer Science & Information Technology

You might also like to view...

Which one of the following statements declares a named constant named GRAVITY with an initialization value of 9.8?

a. double GRAVITY = 9.8 const; b. const double GRAVITY = 9.8; c. double const GRAVITY = 9.8; d. double GRAVITY const = 9.8;

Computer Science & Information Technology

?Case 21-1 Roger has been recently appointed as a team lead in an IT firm. He often needs to make PowerPoint presentations to discuss the team's progress, project related details, etc. Microsoft PowerPoint is used to present data in a crisp manner. Hence, the software allows a user to add images and other graphics to enhance the visual appeal. Roger creates a PowerPoint presentation to show the productivity of his team in last week. He uses the SmartArt tool to make the presentation. While reviewing his presentation, Roger decides to change the color of the SmartArt shapes by choosing from a predefined combination of colors set for the SmartArt. In this scenario, Roger should click the _____ tab to change the color of the SmartArt shapes.?

A. ?SmartArt Tools Design B. ?SmartArt Layout C. ?SmartArt Illustrations View D. ?SmartArt Preset

Computer Science & Information Technology

The same default settings in the normal template apply to any account or computer for a user

Indicate whether the statement is true or false

Computer Science & Information Technology

The C++ operator ____ is used to destroy dynamic variables.

A. destroy B. delete C. * D. ˜

Computer Science & Information Technology