Answer:
1. False
2. False
3. True
4. False
Explanation:
1. Folders are the containers to store files
2. The delete option deletes the file
3. Files are moved to recycle bin after being deleted, and can be permanently deleted from recycle bin
4. "MS-DOS was the main operating system for IBM PC compatible personal computers during the 1980s, from which point it was gradually superseded by operating systems offering a graphical user interface (GUI), in various generations of the graphical Microsoft Windows operating system."
<em>source for #4: Wikipedia</em>
Answer:
True.
Explanation:
The statement written in the question is True.We can use one memory location and use it with different values.
For example:- When we are using a loop be it for,while or do-while.The counter that we use for iteration is one and we use that counter to run the loop.We are using a single memory location and we are updating the count in that memory location many times.
for(int i=0;i<1000;i++)
{
//body.
}
We are using i's memory location and changing it 1000 times.
I’m not to sure what this is asking, if by selecting word- it means the word is already left-click selected, so it would be option 3. If not, then it would be option 2 I believe
Answer:
The answer is : When there is a need to copy a formula and have the references update based on the new location
Explanation:
<em>I often use this function in any spreadsheet document. Imagine, you have thousands of data in a single sheet. And you inserted one row or column. Normally, you have to update EACH CELL's formula. Imagine the work load and the effort you need to exert. But when the single cell updates all the cell's reference, formula will be affected and you don't need to re update all the cells. It saves you time and effort and worries.</em>
Answer:
Telecommunications are the means of electronic transmission of information over distances. The information may be in the form of voice telephone calls, data, text, images, or video. Today, telecommunications are used to organize more or less remote computer systems into telecommunications networks.
Explanation: