A prebuilt set of formatting borders, effects, and layouts applied to a picture

A) Picture designs B) Picture styles C) Artistic effects


C

Computer Science & Information Technology

You might also like to view...

What does the following program do?

``` // Printing.cpp #include using namespace std; int main() { for (int i{1}; i <= 10; i++) { for (int j{1}; j <= 5; j++) { cout << '@'; } cout << endl; } } ```

Computer Science & Information Technology

Where is the Move Tool located?

A. Layers panel B. Status bar C. Tools panel D. Selection panel

Computer Science & Information Technology

The expression sum = sum + 10 can be written as ____.

A. sum =+ 10 B. sum += 10 C. sum = sum ++ 10 D. sum ++ 10

Computer Science & Information Technology

Security enhancement and cost savings are the two major reasons for identity management.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology