Answer:
Backup copy
Explanation:
system restore point is called a backup or backup copy of the system, this point keeps the inicial setting or configuration on the software, we usually use this tool when we're having some issues with the software, usually during the installation process of a new software, letting us to save the data and off course with this point created the user could revert the issues or fix the problems occuring in the configuration.
Home page usually refers to the page that initially displays if you type in http://www.example.com/ It's usally named index.html, index.shtml or the like.
Answer:
Good choice, as its one of the most secure wireless communications encryption methods, even though WPA2 would be the best
Explanation:
Answer:
C. Pipes
Explanation:
Pipes are medium of communication between two or more interrelated processes. It is used for communication between operating system components. It is also used in exchanging messages between components of large programs. It implements interprocess communications through an interface. It passes information from one program process to another.