The more layers in a file, the larger the file size, and therefore ____ layers is used to reduce file size.

A. consolidating
B. merging
C. flattening
D. drafting


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. In the UML, each class is modeled in a class diagram as a rectangle with three compartments. The top one contains the class’s name centered horizontally in boldface. The middle one contains the class’s attributes, which correspond to instance variables in Java. The bottom one contains the class’s operations, which correspond to methods and constructors in Java. b. UML represents instance variables as an attribute name, followed by a colon and the type. c. Private attributes are preceded by the keyword private in the UML. d. The UML models operations by listing the operation name followed by a set of parentheses. A plus sign (+) in front of the operation name indicates that the operation is a public.

Computer Science & Information Technology

Bulleted lists can present the steps in a process.

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

Computer Science & Information Technology

Which function will return the total number of periods on a $20000 loan at 5% interest and a $600 payment?

A) RATE B) NPER C) IPMT D) PPMT

Computer Science & Information Technology

XHTML is actually considered to be a(n) ____ of XML because it is written in XML.

A. test B. application C. ancestor D. parser

Computer Science & Information Technology