Briefly explain the ways of closing a file and its significance in Microsoft Office 2016.?
What will be an ideal response?
Answers will vary.Although you can keep multiple files open at one time, you should close any file you are no longer working on to conserve system resources and prevent changes to the file. You can close a file by clicking the Close command in Backstage view or by clicking the Close button in the upper-right corner of the title bar. Note, however, that if the file is the only file open in that application, clicking the Close button also exits the application.??If you try to close a file that you have modified but have not saved, a dialog box opens, asking whether you want to save your changes. If the file has been saved at least once, clicking Save in this dialog box saves the changes to the file, closes the file, and then exits the application. If the file is not named, clicking Save opens the Save As dialog box so that you can name the file, choose a save location, and save it. The application would then close after you click Save in the Save As dialog box. If you do not want to save the file, you click Do not Save.Please see the section "Working with Office Files" for more information.
You might also like to view...
Write a method called evenlyDivisible that accepts two integer parameters and returns true if the first parameter is evenly divisible by the second, or vice versa, and false otherwise. Return false if either parameter is zero.
What will be an ideal response?
Java’s concurrency APIs include the fork/join framework, which helps programmers parallelize algorithms. The fork/join framework particularly well suited to divide-and-conquer-style algorithms, like the ________ sort.
a. insertion sort b. selection sort c. merge sort d. bubble sort
An object in a form or report such as a label or text box is called a(n) ________
A) placeholder B) grid C) icon D) control
When importing data into an Access database, the imported data ________
A) will always overwrite the data in the current table B) may overwrite the current data in the table depending on the settings you specify during the import process C) will always append the data to the end of the current table D) will never overwrite the current data