A template is saved as a file with the ____ extension.

A. .tmp
B. .swf
C. .lbi
D. .dwt

Answer: D

Computer Science & Information Technology

You might also like to view...

By default, Word documents are set with ________ margins at the top, bottom, left, and right

A) .5-inch B) .25-inch C) .75-inch D) 1-inch

Computer Science & Information Technology

Consider the following statements:struct supplierType  {  string name;  int supplierID; };struct paintType  {  supplierType supplier;  string color;  string paintID; };  paintType paint;What is the data type of paint.supplier?

A. string B. paintType C. supplierType D. struct

Computer Science & Information Technology