list1 = [12500, 35000, 12000, 40000, 55000,60000]
print(sum(list1)/len(list1))
We take the sum of all the elements in the list and divide the sum by the quantity of the elements. You can put however many elements in this list and you'll always get the average using the algorithm above.
Answer:Put on an ESD(Electrostatic discharge) strap.
Explanation: An ESD wrap which is also known as ground wrap is a sort of a wrap that is tied around the wrist to protect the person electronic equipment's static electricity. This wrap produces anti static energy which help in not producing any static charge while the technician touches the inner parts of the CPU of other internal parts of the system.
Answer:
Dots per Inch
Explanation:
Dots per Inch (DPI) in print is dependent on how you want your final image to look. It is the amount of resolution in picture. The logic is pretty simple. The more you are able to squeeze your dots per inch in an image, the more the image becomes crisp and sharp and vice versa. Consequently, it will result to a high resolution which will again translate to more sharpness.
Answer:
Option A i.e., snack = Fruit.orange;
Explanation:
It is the user-defined data type which is mainly used to initialize the names or titles to integral constants so in the following statement 'Fruit' is the enumerate data type function and its values are the followings given in the statement, 'snack' is the variable of the function 'fruit' that is an enum type, so the initialization is done by the following type in the Java Programming Language.
To me, the answer would be A menu that list options available in a particular program.
Because, It a list of instructions you can make your computer do like copy, paste, and print.