Once you duplicate a layer, you can rename it, remove or modify objects on it, and/or add new objects to it.

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


True

Computer Science & Information Technology

You might also like to view...

Which of the following initializer lists correctly initializes the indexed variables of an array named myDoubles?

a. double myDoubles[double] = {0.0, 1.0, 1.5, 2.0, 2.5}; b. double myDoubles[5] = new double(0.0, 1.0, 1.5, 2.0, 2.5); c. double[] myDoubles = {0.0, 1.0, 1.5, 2.0, 2.5}; d. array myDoubles[double] = {0.0, 1.0, 1.5, 2.0, 2.5};

Computer Science & Information Technology

________ is a compressed graphic file format for raster data, which can lose data

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ are central switching devices for communications lines in a star topology

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____________________ lists are often used with terms and definitions, such as in a dictionary or glossary.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology