The Compatibility Checker should be run before saving your presentation to an earlier format of PowerPoint

Indicate whether the statement is true or false


TRUE

Computer Science & Information Technology

You might also like to view...

What is the value in n after line 4 is run?

``` 1 string s, t; 2 s = “Get up and go to school!”; 3 t = “NO!”; 4 int n = s.size(); 5 int w = s.at(3); 6 int x = s.at(12); 7 s += t; 8 cout << s; ``` A. 23 B. 24 C. 3 D. -1

Computer Science & Information Technology

The ____is the point of the selected object that remains fixed during the transformation.

A. anchor point B. point of origin C. control point D. point station

Computer Science & Information Technology

The ________ element links a CSS file to a Web page

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ____ is shading in which one color blends into another or varies from one shade to another.

A. gradient B. glow C. reflection D. bevel

Computer Science & Information Technology