Answer:
hope it helps PLZ MARK ME BRAINLIEST,,!
Explanation:
 They stabilize your grpahic image.
 
        
             
        
        
        
Answer:
1. Both Steve Jobs and Steve Wozniak raised $1000 by selling personal items, so that they could start Apple.
2. Steve Wozniak worked for Hewlett Packard designing calculators before starting Apple.
4. Steve Jobs never learned to code and primarily focused on design.
Explanation:
I just took the test.
 
        
                    
             
        
        
        
Answer:
Explanation:
This would be considered a setter method. In most languages the parameter of the setter method is the same as the variable that we are passing the value to. Therefore, within the function you need to call the instance variable and make it equal to the parameter being passed. It seems that from the function name this is being written in python. Therefore, the following python code will show you an example of the Employee class and the set_age() method.
class Employee:
    age = 0
    
    def __init__(self):
        pass
    
    def set_age(self, age):
        self.age = age
As you can see in the above code the instance age variable is targeted using the self keyword in Python and is passed the parameter age to the instance variable.        
 
        
             
        
        
        
Answer:
C. The energy used to create and maintain technology
#Carry on learning po