Explanation:
It's placed near the door. When a visitor presses the button, the bell rings inside alerting you that someone is at the door.
It could be interchangeable with the word program
Answer:HUMAN RESOURCES AND PROCEDURE COMPONENTS
Explanation: Information systems are known to contain five components, these components help to describe the various aspects and importance of Information systems.
They Include The DATABASE AND DATA WAREHOUSE components(act as the store for all data), The COMPUTER HARDWARE(the physical components of the information systems such as computer harddrive etc)
THE COMPUTER SOFTWARE( the software which includes all the non physical and intangible assets of the information system),
THE HUMAN RESOURCES AND PROCEDURES COMPONENT( which gives instructions to the users).
THE TELECOMMUNICATIONS.
#First we define the variables to house the temperatures
#temp is an empty array that will be used to store the temperature
Temp = []
#The months is defined as stated below
months = 12
#Ask the user for the temperature input and unit if possible
print("Kindly enter the temperature here")
#the program enter loop to get the temperatures.
for x in range(months):
InitTemp = str(input("Kindly add the unit behind the number .eg C for celcius"))
Temp.append(InitTemp)
j=0
for x in range(len(Temp)):
j=j+1
print("The Temperature is", " ", Temp[x], "for the ", j, "Month" )
#there is an attached photo for the flowchart
Answer:
graph
Explanation:
I don't know anything else that would be a visual representation of data.