Answer:
Yes, we can.
Explanation:
We can combine with the arithmetic and the concatenation operators to provide augmented assignment operations in the programming language Python.
This mean we can abbreviate expressions like n = n + 1 
For example:
n += 10 this is equal to n = n + 10
n += "example" this is equal to n = n + "example"
In this example we have 
variable = variable operator expression equal to variable operator = expression.
These arguments are often used in Python's loops.
 
        
             
        
        
        
Answer:
Probably "compress", but these days the common answer is "upload to cloud".
Explanation:
Compressing the files is an easy way to reduce their size, unless most of the size is in already compressed, high-entropy formats (like mp3, jpeg or mp4).
The common compression format is .ZIP - you've probably seen it countless times, but other ways like RAR, 7Z are also popular, while Linux users mostly deal with tar.gz, tar.bz2 or tar.xz
On the other hand, the standard practice these days is to upload the presentation to a cloud service, like GSheets or Office PowerPoint 365, which gets rid of the limits of email filesize, while providing a convenient web-app way to view the presentation without downloading (and it doesn't clutter their inbox space or hard drives)! Alternatively, one other way to email any large file (not just a presentation) includes uploading it to some service like DropBox, GDrive or anything similar.
 
        
                    
             
        
        
        
Solution:
In the game Singularity, broken objects can be restored to their original condition by reversing time. This is an example of which time element of player adjustment.
Thus the required answer is player adjusted.
 
        
                    
             
        
        
        
Answer:
For listening sake
To listen to information from the computer 
They receive audio input from the computer's sound card and produce audio output in the form of sound waves.
 
        
             
        
        
        
Answer:
C.
Explanation:
A line graph can show how both the movie and the novel are compared to each other. It can give a visual of both mediums of the story rather than one or the other. Hope this helped :)