Answer:
Just go to view profile, and there should be an upload button where a picture would go
Explanation:
All these types of data are part of the enterprise systems. <span>Organizational data includes the organizational structure of the company and</span> rarely changes.
Master data includes customers, materials, and vendors and this type of data changes infrequently.
Transaction data is associated with the execution of tasks and activities. Transaction data changes most frequently.
Organizational data changes least frequently .
Answer:
A wand tool is to do that in an editing software.
hub transmits to all workstations
Switch transmits to specific workstations
Gateway is a connection between subnets
Router locates the correct destination for packets
#let the user input data
Hours = int(input(“enter how many hours were worked”))
Pay_rate = float(input(“Enter the pay rate”))
Pay_amount = Pay_rate * Hours
#calculate the wages
Print (Pay_amount)
#print the final answer