Before saving a ______ file, it is a good practice to save in layers in case you want to make further changes to the file.

A. merged
B. flattened
C. multi-layered
D. TIFF


Answer: B

Computer Science & Information Technology

You might also like to view...

Consider the class definition:

``` class IntPair { int first; int second; public: IntPair(int firstValue, int secondValue); // prefix operator++ here // postfix operator ++ here int getFirst( ) const; int getSecond( ) const; }; ``` a) Give declarations for prefix and postfix versions of operator++ b) Give definitions for prefix and postfix versions of operator++

Computer Science & Information Technology

Which of the following is NOT a typical component of a dialog box?

A) Spin arrows B) Text boxes C) Title bar D) Check boxes

Computer Science & Information Technology

In the accompanying figure, Item 2 points to the ____.

A. font B. style C. theme D. format

Computer Science & Information Technology

A blank document with no text may have several Styles applied to it

Indicate whether the statement is true or false

Computer Science & Information Technology