Answer: File History
Explanation: File history is the history that gets created in the form of back-up that keeps the record of the stored files. It is used in protecting the files that is present on the system like desktop, libraries,etc.
It creates the duplicate records in the storage for any future use and it can also be restored easily.File history also facilitates with feature of deleting the unnecessary history afterward when the user wants.
Answer:
In the View tab, you will find Zoom Option. Set the Zoom level to 100%.
Explanation:
You need to set the Zoom level to 100%, And you can do this, by setting the zoom level to 100%, from the scroll bar. Or you can move to view tab in the main menu, and then in the Ribbon, you need to select the zoom % and set it to 100 percent. You will then be able to see the entire page. And if you want, you can increase the Zoom level to even further, for getting an even more clearer picture.
Answer:
C. Plan worksheet objectives
Explanation:
Answer:
See Explanation
Explanation:
I'll assume the question is about the use of constants in QBasic because consonants do not have any special function or usage in QBasic.
In simple terms: In QBasic, constants are used to represent elements that do not change in value during program execution.
Take for instance, you intend to use in your program.
Its value is
So, 3.142 will always be a constant in your program. One of the ways it can be used in a program is:
10 LET PI = 3.142
<em>The above represents a numeric constant. QBasic also have string constants.</em>