The nonprinting characters that Word automatically adds to a document to control how it is viewed and printed are called _____.

A. paragraphs
B. keyboard shortcuts
C. formatting marks
D. none of the above


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is correct regarding presence and behavior of constructor is correct. Assume that the class name is C.

a. To use the declaration, C x; requires a default constructor must be present. b. To invoke the default constructor, the syntax must be C x(); c. A constructor is called automatically when you declare an object of class type, but any constructor can be called after declaration to set all the member variables to a known state. d. An explicit call to a constructor creates an anonymous object, which can be assigned. e. In spite of the fact that a constructor appears to be a member function, a constructor may not be called as if it were a member function

Computer Science & Information Technology

Please briefly describe the following three ways of connecting to the Internet: Cable Internet service, digital subscriber line, and dial-up Internet service.

What will be an ideal response?

Computer Science & Information Technology

Jenny is working on a database that stores invoices. She needs to include the current day, month, and year, which will be derived from the computer system, on each new invoice. She should use the ________ function for this purpose

A) DatePart B) DateDiff C) Date D) DateArithmetic

Computer Science & Information Technology

Although information encrypted using ____ is technically not secure, it is considered secure in practice because of the large amount of computation necessary to find the prime factors of the encoding key.

DES AES SSL RSA

Computer Science & Information Technology