An <u>extranet</u> is like an intranet except that, it shares its resources with users from a distant location.
<h3>What is an intranet?</h3>
An intranet simply refers to an internal organizational network which is exclusively designed and developed to be used privately. Also, it is used for providing the employees of an organization with easy access to data and information.
In Computer networking, the end users of an extranet have the ability to access a company's entire intranet from a distant location.
Read more on intranet here: brainly.com/question/2580626
#SPJ1
There are about 15,000,006
Moderno = mordern, if It does than yes!
Answer:
Una computadora es una herramienta muy básica para hacer tareas repetitivas de forma más eficiente. Una computadora no es capaz de analizar un problema y obtener una solución.
Explanation:
Answer:
The complete program is as follows:
m_str = input('Input m: ')
mass = float(m_str)
e = mass * 300000000**2
print("e = ",e)
Explanation:
This is an unchanged part of the program
m_str = input('Input m: ')
This converts m_str to float
mass = float(m_str)
This calculates the energy, e
e = mass * 300000000**2
This is an unchanged part of the program
print("e = ",e)