Why don’t we need to know and memorize the IP addresses for our favorite websites?

Answers

Answer 1
Answer:

Because we have the domain name system (DNS). It registers friendly names, e.g., google.com that represent IP addresses. Your computer will consult a DNS service to query the IP address for a domain name you enter, and under-the-hood the connection is made to the IP address.


Related Questions

If a line is 4’ and you scaled it using 1/8” =1’ what would the size of the line be?
Have you been tempted to do something online that you wouldn't do ifpeople knew it was you?
What government agency initially began the work with computers that would eventually lead to the development of the Internet?a. The United States Department of Energyb. The National Aeronautics and Space Administrationc.The Federal Bureau of Investigationsd. The Central Intelligence Agency
What is the arc of technology it can't be a brand or app
Which type of file can be used to import data into a spreadsheet?

What is the difference between a rendering engine and a browser engine?A) A rendering engine controls the Back and Forward buttons and a browser engine stores user passwords.

B) A rendering engine coordinates user interface interactions and a browsing engine displays content on the screen.

C) A rendering engine enables a browser to save information and a browser engine handles networking requests.

D) A rendering engine displays content on the screen and a browser engine coordinates user interface interactions.

Answers

Answer:

D) A rendering engine displays content on the screen and a browser engine coordinates user interface interactions.

Explanation:

The rendering engine will deal with all the HTML code and will generate an output based on its own rules for interpreting the code.  That's why different rendering engines will have different renditions of the same given HTML code. You can notice that in the acceptance of HTML5 and CSS3 tags, which are not universal yet.

The browser engine will deal with the user interface and all other features that make a browser a browser, relying on the rendering engine for the display.

That duality allows different browsers to use the same rendering engine, thus have similar outputs.

Answer:

d hope this helped

Explanation:

What is true about royalty free images?

Answers

Answer:

I think the answer is D

Explanation:

Answer:

A.

Explanation:

Write a program to enter a number and test if it is greater than 45.6.if the number entered is greater than 45.6 the program needs to out the phrase Greater than 45.6

Answers

Answer:

#include<stdio.h>                        //header file

int main()                                      //main function

{

float num;                                   // variable declaration

printf("Enter a number to test:\n");   // getting variable for test

scanf("%f", &num);

if (num>45.6)                                    //Testing weather greater or smaller

printf("\n %f is greater than 45.6", num);  // Result if greater

else

printf("\n %f is not greater than 45.6", num);  // Result if smaller or equal

return 0;

}

Explanation:

  • First of all , a variable will be declared in float (data type ).
  • User will input data in variable.
  • The variable will be compared using logical operator with 45.6
  • If it is greater, A phrase will be passed that number is greater than 45.6
  • Else if the number will not greater the phrase will say that the number is not greater than 45.6

1. Describe an application where a series circuit might work better than a parallel circuit

Answers


If you have a light bulb and you want to be able to switch it on and
off, then you must connect the switch and the light bulb in series
across the battery.

If you connect the switch and light bulb in parallel across the battery,
then the light bulb will shine all the time, and PLUS ... when you flip the
switch to ' ON ', sparks will shoot out of the switch, the wires will get hot
and smoking, and the battery will instantly empty itself. 

So this is an application where the series circuit might work better than
the parallel one.


Another example could be Christmas tree lights. You have sometimes hundreds of lights wired in series. If they were in parallel the wire would then have to go to each light meaning potentially hundreds of different wires

You can change the color of the value of a cell or the background color of the cell but not both.true or false?

Answers

This is false. You can change both the color of the value of a cell as well as the background color of the cell. The value of a cell is what is written inside it, for example numbers or letters. The background color of the cell is what is behind the text. There are two different buttons for these functions, and you can choose to change one, both, or neither of them. Normally, the default will be a white background with black letters or numbers, although there are many other options. Thus, the font of the value of a cell can differ from the color of the background.

Answer:

false

Explanation:

When writing a personal narrative, what point of Veiw would be best to use

Answers

First person point of view
First person point and view is your answer