Answer:
B) Punctuation
Explanation:
Punctuation are greatly used in different programming languages for different purposes. In the Java, C++ and C# Programming languages for example, two popular punctuation marks are the comma (,) and semi-colon (;). The comma is used for separating elements of a list and arrays, while the semi-colon indicates end of an executable statement or line of code. Other popular punctuation marks used in programming are periods (dot), question marks, parenthesis angle brackets and braces each implementing a specific grammatical syntax in the language.
 
        
             
        
        
        
The system will move in the direction of the stronger torque
        
             
        
        
        
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:
Lossy image formats will remove data during compression as a trade off for lower storage occupation. Lossless data formats will not remove data during compression, resulting in higher quality but also higher storage occupation.
Graphic Artists will almost always use lossless due to it delivering the highest quality image possible.
 
        
             
        
        
        
The aspect Of the program that causes uncontrollable amounts of work in process is that Teams do not do a good job of task switching. 
<h3>What is task switching?</h3>
Task switching or task interleaving is known to often take place if a task is voluntarily or involuntarily stopped so as to listen  to another task.
In the case above, The aspect Of the program that causes uncontrollable amounts of work in process is that Teams do not do a good job of task switching.
Learn more about task switching  from
brainly.com/question/12977989
#SPJ1