Sometimes called ________, nonprinting characters are not displayed on the screen by default
A) formatting marks
B) paragraph formatting
C) views
D) PDFs
A
Computer Science & Information Technology
You might also like to view...
What is the effective cryptographic key length provided by the Triple DES (3DES) algorithm when used with two independent keys?
a. 112 bits b. 128 bits c. 168 bits d. 336 bits
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