Answer: Option (e) is correct
Explanation:
Intranet is the private network that is created for sharing information and data ,handle computing facilities, sharing files etc through internet service within a organization. Members of the company can access this technology for performing activities on the network.
- Other options are incorrect because numerous networks are not linked ,does not share information outside organization, does not act as information system's base and neither is linked with mainframe technology.
- Thus,the correct option is option(e).
3.4 lesson practice quiz edhesive
:
Write a program to check if user inputs "yellow"
Answer:
In Python:
col = input("Enter Color: ")
if col == "yellow":
print("True")
else:
print("False")
Explanation:
This prompts the user for color
col = input("Enter Color: ")
This checks if color is yellow
if col == "yellow":
If true, this prints true
print("True")
If otherwise, this prints false
else:
print("False")
Wedding photographer
you are taking pictures of large groups of all kinds of people from 2 different sides of a family
could you add me as best answer if this is correct?
Jane is looking to improve her company’s reputation through brand marketing/ social media marketing.
<h3>What Brand marketing? </h3>
This is known to be a process of setting up and growing a relationship through a brand and consumers.
Fanbase is known to be a free and monetized social network that gives anyone the right to make money through content.
Learn more about Brand marketing from
brainly.com/question/25754149