Answer:
1. Through cooperation. 
2. Understanding the market and the organization. 
Explanation:
Information Technology can transform the way business processes in an organization only if there is cooperation in the company. The cooperation is that everyone is to agree on the change that it is going to cause.
An information Technologist can change the way business process if he or her understand the maker of the company and the company. 
The major point is this:
1. The company must cooperate.
2. Everybody must accept change for it to grow higher. 
3. Understand the market of the company and 
4. understand the company and how they operate and then change and replace the parts that need replacement. 
 
        
             
        
        
        
Answer:
The variable used is elevenplus
Explanation:
Given
The above code segment
Required
The variable in the code
In Python, variables are used to take inputs, and they are used to storing values.
On the first line of the program, elevenplus is used to get input for age.
Up till the end of the program, no other variable is introduced.
<em>Hence, the variable in the program is </em><em>elevenplus</em>
 
        
             
        
        
        
Answer:
Yes
Explanation:
The teacher always answers all queries if she/he is online and the question u ask is understandable
 
        
                    
             
        
        
        
Answer:
Explanation:
The following code is written in Java. It creates a program that asks the user how many cookies they want to make. Then it adjusts the original recipe based on the ratio of the original amount of cookies it makes to the amount the user wants. Finally, passing the output of the new adjusted recipe to the user. Due to technical difficulties, I have added the code as a txt file attached below.
 
        
             
        
        
        
Answer:
The main difference between GUI and CLI is that the Graphical User Interface (GUI) allows the user to interact with the system using graphical elements such as windows, icons, menus while the Command Line Interface (CLI) allows the user to interact with the system using commands. 
Explanation: