Answer:
The answer is explained below
Explanation:
They are many features in photoshop that allow for nondestructive editing of images, these are:
- Dialog box: It also for the user to undo an activity to the last change
 - Layer: It contain data that can be adjusted to change the appearance of an image.
 - Mask: It protect a designated portion from changes you want to make.
 - Smart Objects: It allows for the editing of an image without altering or damaging the original image
 - Revert: It allows you to go back to the original image as it was when you opened the document.
 - Crop: After cropping an image you can choose to hide the cropped part instead of deleting it.
 
 
        
             
        
        
        
Hi! Did you forget to add something to this?
        
                    
             
        
        
        
Answer:
    Open the presentation that you want to add a slide to.
    In the pane that contains the Outline and Slides tabs, click Slides, and then click where you want to add a slide.
Explanation:
 
        
             
        
        
        
Answer:
The memory with variable names str1, str2, and str3 all have equal and the same value after the first if-statement.
Explanation:
The str1 was first assigned a null value while the str2 and str3 were assigned the string value "Karen" with the String class and directly respectively. On the first if-statement, the condition checks if the str1 is null and assigns the value of the variable str2 to str1, then the other conditional statement compares the values of all the string variables.