How many colors can be used to store a 450×600 pixel image as much as possible if the video memory page size is 150 KB.

First, let’s convert kilobytes to bits. 150 kilobytes = 1200000 bits.

Next, you need to find the color depth of the palette used – i, Find it using the formula I = i * k, which implies that i = I / k.

i = 1200000/450 * 600 = 1200000/270000 = 4. (4) – round i down and get i = 4.

To find the maximum number of colors in the palette – N, use the formula N = 2 ^ i.

N = 2 ^ 4 = 16



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.