A3
A3
3
4
Consider three different raster systems with resolutions of 640 by 400, 1280 by 1024
and 2560 by 2048. What size frame buffer (in byte) is needed for each of these
systems to store 12 bits per pixel? How much storage is required for each system if
24 bits per pixel are to be stored?
Answer:
Screen Resolution = (8*10)*100=800*1000 pixels
Answer:
Answer:
9
we know that
pixel on screen : length on monitor
when aspect ration is 1 then
Considering the Length
1280 pixels = 12 inches
⇒ 1 pixel = 12/1280 = 0.009375 inches
Considering the width
1024 pixels = 9.6 inches
⇒ 1 pixel = 9.6/1024 = 0.009375 inches
So
Diameter of point on screen = 0.009375 inches
10:
How much time is spent scanning across each row of pixels during, screen refresh on
a raster system with a resolution of 1280 by 1024 refresh rate of 60 frames per
second?
Answer:
Time / Row = 1 / (60 * 1280) = 0.00001302 seconds
11
12