Describe the steps involved in saving a document for the first time. Include a definition the term filename.
What will be an ideal response?
When you save a document for the first time, you give it a filename and choose the location to store it in. Follow these steps to save a document:1. First, click the Save button on the Quick Access toolbar or the Save command on the File tab to open the Save As dialog box. You can also press [Ctrl][S] to save the document.2. Choose a filename, which is the name of the document. The default filename is based on the first few words of the document, or you can type your own filename into the File name text box.3. Navigate to the drive and folder where you store your Data Files, using the navigation pane, Address bar, or folder window.4. Click Save.
You might also like to view...
When a member function is defined outside of the class declaration, the function name must be qualified with the class name, followed by
A) a semicolon(;). B) the scope resolution operator (::). C) the public access specifier. D) the private access specifier. E) a tilde (~).
Which NTFS permission allows a user to open and make changes to files but not delete them?
A. Modify B. Read & execute C. Write D. Full Control
What would the browser display if it executed the following script?
``` ``` a) Nothing, the script would generate an error. b) 1 c) 5 d) 10
A ________ query is utilized when we want the user to enter the criteria for a specific field each time the query is run
A) foreign B) primary C) parameter D) secondary