Once you have saved the document shown in the accompanying figure for the first time, clicking the ____ button saves changes without opening up a dialog box.

A. New
B. Save
C. Print
D. Close

Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements represents a valid SELECT statement?

a) SELECT columnName FROM tableName WHERE criteria b) SELECT tableName FROM columnName WHERE criteria c) SELECT criteria FROM tableName WHERE columnName d) FROM columnName SELECT tableName WHERE criteria e) None of the above.

Computer Science & Information Technology

Which of the following statements is correct?

a. Generics can help detect type errors at compile time, thus make programs more robust. b. Generics can make programs easy to read. c. Generics can avoid cumbersome castings. d. Generics can make programs run faster.

Computer Science & Information Technology