PDA

View Full Version : cs602 help



Awais
05-02-2010, 05:13 AM
Question 1:
Suppose you want to play a game having screen resolution 1024 x 768 at 60 Hz and
bit depth is 24 bits. Now you need to find that how much data needed to move every
second.
Question 2:
Make a comparison between Bresenham and DDA line drawing algorithms.
Question 3:
Find the nature of the curve for the following equations.
1. x2 / 25 = ( y2 / 9 ) + 9
2. x2 = 2y
3. y2 = 5 + 2x
4. y2 / 4 = 1 – ( x2 / 16 )
5. ( y + 7 )2 + ( x + 5 )2 = 49


Question no 1:
1024 x 768 x 24 bit x 60 = 1132,462,080 bits

1132,462,080 bits = 141,557,760 bytes

141,557,760 bytes = 138,240 kilo bytes
= 135 Mega Bytes

I think this assignment comes from 5 or 6 lecture please study these lectures for question no 2