Computer GraphicsTU Board 2079
Calculate the total memory required to store a 8 minute video in a SVGA system with 24 bit true color and 25 fps.
5This question was also asked in TU Board 2080. Read the worked answer →
Discussion
Loading…
More Computer Graphics questions
Explain Bresenham's line drawing algorithms. Compare it with DDA line algorithm. Draw a line from (2, 3) to (10, 8) by using Bresenham's algorithm.TU Board 208210What is a polygon mesh? Describe its types. Construct a polygon table and edge table for a cube of side 2 units placed with one vertex at origin.TU Board 208210Explain the Painter's algorithm for visible surface detection. Explain the BSP tree method used for visible surface determination. How does it divide the…TU Board 208210Explain the need for machine independent graphics languages. How do such standards benefit application developers?TU Board 20825Define 2D rotation in computer graphics. Derive the rotation matrix and calculate the new coordinates of a point (2, 3) after a rotation of 45° about the…TU Board 20825How is the transformation matrix computed when switching from one coordinate system to another? Illustrate with an exampleTU Board 20825