Answer: Economic 
Explanation: Economic impact can be explained as the effect of a certain action, policy or action on the economy of an organization, country measured in terms of business revenue, gain or profit, impact on manufactory or production cost, inflation, monetary value and so on. 
In the scenario above, the economic effect or impact of implementing information technology is highlighted in terms of lower cost of market participation, shrinkage in size of firms due to external participation and so on. 
 
        
             
        
        
        
Answer:
Explanation:
false. many elements means a complicated picture, not a simple one.
 
        
             
        
        
        
Answer:
shortNames = ['Gus', 'Bob','Zoe']
Explanation:
In this assignment, your knowledge of list is been tested. A list is data structure type in python that can hold different elements (items) of different type. The general syntax of a list is
listName = [item1, "item2", item3] 
listName refers to the name of the list variable, this is followed by a pair of square brackets, inside the square brackets we have items separated by commas. This is a declaration and initialization of a list with some elements.
The complete python code snippet for this assignment is given below:
<em>shortNames = ['Gus', 'Bob','Zoe']</em>
<em>print(shortNames[0])</em>
<em>print(shortNames[1])</em>
<em>print(shortNames[2])</em>
 
        
             
        
        
        
Answer:
output, process, input, and feedback
Explanation:
 
        
             
        
        
        
The  Match up of the levels of information with the content of the information that Matt has shared are:
The nice to know - Ted makes an announcement of the total annual profit of the company.
The  should know - Ted gives his team a brief of the email etiquette for them to follow.
The  must know - Ted informs his team about the office work hours and dress code.
<h3>What do you mean by information?</h3>
Information is known to be data or any form of stimuli that connote a given meaning in some context to its receiver.
Hence, The  Match up of the levels of information with the content of the information that Matt has shared are:
The nice to know - Ted makes an announcement of the total annual profit of the company.
The  should know - Ted gives his team a brief of the email etiquette for them to follow.
The  must know - Ted informs his team about the office work hours and dress code.
Learn more about information from
brainly.com/question/4231278
#SPJ1