Question:

Number of bytes required to store an 8-bit uncompressed image of size 512 × 512 pixels is __________________ (in integer).

Show Hint

To find the number of bytes required for an image, multiply the width, height, and the number of bytes per pixel (8 bits = 1 byte).
Updated On: Dec 1, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Correct Answer: 262144

Solution and Explanation

To calculate the number of bytes required to store an image, we need to consider the following: - The image size is 512 × 512 pixels. - Each pixel in the image uses 8 bits (1 byte). Thus, the total number of bytes required to store the image is: \[ \text{Total bytes} = \text{Width} \times \text{Height} \times \text{Bytes per pixel} = 512 \times 512 \times 1 = 262144 \, \text{bytes} \] Final Answer: \[ \boxed{262144} \]
Was this answer helpful?
0
0

Questions Asked in GATE GE exam

View More Questions