While working with style formatting for a Microsoft Word document,when you change the text or paragraph formatting of a single instance, such as by applying bold or changing the alignment, you are applying _____.?

A. ?ancillary formatting
B. ?derivative formatting
C. ?secondary formatting
D. ?direct formatting


Answer: D

Computer Science & Information Technology

You might also like to view...

If you have a 1000-element balanced binary search tree, what is the maximum number of comparisons that may be needed to find an element in the tree?

a. 500 b. 20 c. 10 d. 8

Computer Science & Information Technology

Suppose that your HOME directory is /users/steve. Assuming that you just logged in to the system and executed the following commands:

$ docs=/users/steve/documents $ let=$docs/letters $ prop=$docs/proposals Write the commands in terms of these variables to: a. List the contents of the documents directory. b. Copy all files from the letters directory to the proposals directory. c. Move all files whose names contain a capital letter from the letters directory to the current directory. d. Count the number of files in the memos directory.

Computer Science & Information Technology

A(n) ____ is a virtual location that gathers filenames from different locations and shows them as a single collection.

A. cloud B. library C. collection D. virtual space

Computer Science & Information Technology

MembersThe tblMembers table contains six fields. The LastName, FirstName, and MemberType fields contain text. The MemberID, JoinDate, and Fee fields contain numbers. The MemberType field contains one of the following letters: F for Family membership, A for one Adult membership, Y for one Youth membership, and S for one Senior membership. Write a SQL SELECT statement that selects the MemberID, LastName, and FirstName fields for members having a last name that begins with the letter J.

What will be an ideal response?

Computer Science & Information Technology