By default, Word 2013 saves your file as a Word document with a(n) _____ extension.
A. .pdf
B. .txt
C. .rtf
D. .docx
Answer: D
You might also like to view...
Assume you are working with the people and stores tables in the maxdb database described in this chapter. Write a query that sets up the aliases q and n for the people and stores tables, respectively. Have the query join the tables using the store column in the people table with the number column in the stores table. From left to right, have the query display the name of the city the person works in, the name of the person, and the person’s hire date. Sort the output by city name.
What will be an ideal response?
The Quickoffice spreadsheet editor, ________, offers some of the same functionality as Excel
Fill in the blank(s) with correct word
What is the result of the following code? Assume the Form contains a MainMenu con- trol, with a MenuItem named mnuitmColor. Also assume the Form contains a Label called lblMystery.
private void mnuitmColor_Click( object sender, System.EventArgs e ) { ColorDialog dlgColorDialog = new ColorDialog(); DialogResult result; dlgColorDialog.FullOpen = true; result = dlgColorDialog.ShowDialog(); if ( result == DialogResult.Cancel ) { return; } 1 lblMystery.BackColor = dlgColorDialog.Color; } // end method mnuitmColor_Click
Match the following table components to their brief descriptions:
I. header row II. total row III. first column IV. banded row V. banded column A. formats even columns differently than odd columns B. last row in a table C. known as the stub D. formats even rows differently than odd rows E. used for column headings