Answer:
Add an entry to the HOSTS file
Explanation:
A file that is used to add the host name along with their IP addresses is called Host file. In this file all the IP addresses are mapped with their respective host names. Whenever some user tries to access some website, he may use the name of website to access it. The website have both name and IP address of the server, both of these information stored in host file. On GUI the user only see the information of Host name.
If some user only access the IP address of the website instead of the host name. The technician should add the name and IP address of the host in Host file. He should follow the following steps to resolve the problem.
- Access the host file by following the given path of file in Windows operating system.
- open the host file
- edit the file with new host name and relevant IP address
- save the changes
Answer : True
Explanation: Vectors can hold, data of the same type and can automatically expand accordingly and change it’s size. The date stored in vectors should be linear.
- The syntax for vector is vector<int>v;
- Mostly this is used in C++ as an alternative to arrays
- If you want to use vector in your program then define it in the header first i.e.
#include <vector>
- Push back is a function, that is used to insert an element into the vector
- Pop back removes the element from the vector
The parts of the presentation that he should design first is Slide master
Slide master is a slide that enables you to do the following:
•Modify your presentation to suit your taste
•It enables you to make a partial or minor change on the slide layout of your presentation
•Slide master help you to create a perfect and special presentation.
•With Slide master you can easily modify your slide text color.
Inconclusion The parts of the presentation that he should design first is Slide master.
Learn more about Slide master here:
brainly.com/question/12600334