The answer is 1) JPEG 2) TIFF 3) BMP.
<span>The best option that should be considered when preparing these images to.be used for the web :
</span>1) JPG (jpeg) - Used to compress web images to a small file size without
sacrificing quality
2) TIFF (tiff) - Used for professional print images to save in a uncompressed
file format at high resolution.
3) BMP - Used for either web or print because of the ability to save high
quality images ether compressed or uncompressed.
Answer:
day=int(input(“Enter today’s day numerically: ”))
if(day ==15 or day ==30):
print(“It’s payday!”)
if(day !=15 and day !=30):
print(“Sorry, not a payday.”)
Explanation:Good luck!
Answer: "hierarchy" .
_____________________________________________________