Answer:
Libraries
Explanation:
Document itself is a folder and is not a heading by the way.
Local simply means on the machine you are working and does not have default folders.
Desktop is name of screen which is used as a gateway for using windows.
So, they cannot be correct answers.
The primary function of a " Domain name server (DNS" is to translate the URL or web address a user enters in a web browser, into the correct corresponding IP address.
Answer:
Go to internet, click use as LAN under the cable section and click yes to confirm
In psuedocode it would be:
length = input()
width = input()
area = length * width
print(area + " sq ft");