MYbe show a picture next time so we can see what the problem is about ?
Answer:
4160000 bytes
Explanation:
One page = 52 lines of text
One line of text = 80 characters
=> One page = 80 x 52 = 4160 characters
Therefore, 500 pages of text will have 4160 x 500 characters = 2080000 characters.
Since 1 character takes up 2 bytes of computer memory, it impleies that a 500 page novel will take up 2080000 x 2 bytes = 4160000 bytes.
1. Portfolios, folders, or drives
2. To make small touch ups and enhance your photos
3. People can steal your photos
4. Because they are trying to capture a story in a photo, and others can change the original intent of their work.
Answer and Explanation:
The compression rate says by how much the text was compressed from the original as a percentage. Don't forget that the compressed version of the text is the compressed text size + dictionary size.
From the given picture:
compressed text size = 17 bytes
dictionary size = 26 bytes
compressed text size + dictionary size = 17 + 26 = 43 bytes
original test size = 58 bytes
compression rate as percentage = (43 / 58) * 100 = 74.14% ( rounded to two decimal )
Space savings = 100 - compression rate
= 100 - 74.14 = 25.86%
Is this a "good" compression rate? Why or why not?
Compression data is a heuristic problem. It’s hard to say the exact compression rate that is good or bad. If you feel satisfied by ~ 26% of compression, then it is a good compression rate.
The compression rate above frees up 26% space for you, so that you can put additional information
without losing information. In that way it is a good compression rate.