recategorized by
4,898 views
0 votes
0 votes

Given an image of size $1024 \times 1024$ pixels in which intensity of each pixel is an $8$-bit quality. It requires _______ of storage space if the image is not compressed.

  1. One Terabyte
  2. One Megabyte
  3. $8$ Megabytes 
  4. $8$ Terabytes 
recategorized by

2 Answers

2 votes
2 votes

Each pixel needs to store 1 Byte( 8 bit)

Total 1024 x 1024 pixels

Total storage space = 1024 x 1024 x 1 = 2 10 x 2 10 x 1 = 2 20 = 1 MB

Answer B

0 votes
0 votes

Total memory requirements is 1024 * 1024 *8 bits. to convert it to byte we need to divide by 8 then to kb we need to divide by 1024 and then to mega byte again need to divide by 1024, resulting in 1 value. so the result is 1 Megabyte.

Answer:

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Aug 21, 2016
2,106 views
Which of the following is used for the boundary representation of an image object?Quad TreeProjectionsRun length codingChain codes
1 votes
1 votes
1 answer
2
go_editor asked Jul 24, 2016
2,368 views
MPEG involves both spatial compression and temporal compression. The spatial compression is similar to JPEG and temporal compression removes _____ frames.TemporalVoiceSpa...
0 votes
0 votes
3 answers
3
makhdoom ghaya asked Jul 4, 2016
4,266 views
Which of the following color models are defined with three primary colors ? RGB and HSV color modelsCMY and HSV color modelsHSV and HLS color modelsRGB and CMY color mode...