SlideShare a Scribd company logo
1 of 5
Download to read offline
Code No: V3125/R07                                             Set No. 1
                     III B.Tech I Semester Supplementary Examinations, May 2010
                                       COMPUTER GRAPHICS
                 ( Common to Computer Science & Engineering, Information Technology
                                and Electronics & Computer Engineering)
                Time: 3 hours                                           Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks



                  1. Explain the construction of the following devices with suitable sketches and their
                     operating characterstics

                      (a) Raster- refresh devices
                     (b) Vector- refresh devices.                                                   [8+8]

                  2. (a) Write an algorithm for generating the intermediate points using Bresenham?s
                         algorithm when two-end points are given as input.
                     (b) Write an algorithm for polyline function which calls the above algorithm, given
                         any number (n) of input points. A single point to be plotted when n=1. [8+8]
                  3. (a) Describe the transformation that rotates an object point Q(x,y), θ0 about a
                         fixed center of rotation p(h,k).
                     (b) Magnify the triangle with vertices A(0,0), B(1,1) and C(5,2) to twice its size,
                         while keeping C(5,2) fixed.                                               [8+8]
                  4. (a) Illustrate with suitable examples how the three Categories of lines are processed
                         using Cohen-Sutherland line clipping algorithm.
                     (b) What is the significance of dot products in decision making is Cyrun-Beck
                         algorithm?                                                         [8+8]
                  5. If the equation for a plane surface is expressed in the form Ax+By+Cz+D=0.
                     Explain the procedure to calculate the parameters A, B, C and D using Cramer’s
                     rule if the three successive polygon vertices are given as input.         [16]
                  6. Explain how the shearing of an object with respect to the three coordinate axes are
                     implemented. What are the corresponding input values for the shearing parameters.
                                                                                                   [16]
                  7. (a) Illustrate the procedure for implementing area-sub division method.
                     (b) Explain how the BSP-tree method is implemented for visible surface detection.
                                                                                                [8+8]
                  8. List the general-purpose animation languages. Explain the characteristics any are
                     language.                                                                    [16]




                                                  1 of 1
Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
Code No: V3125/R07                                             Set No. 2
                     III B.Tech I Semester Supplementary Examinations, May 2010
                                       COMPUTER GRAPHICS
                 ( Common to Computer Science & Engineering, Information Technology
                                and Electronics & Computer Engineering)
                Time: 3 hours                                           Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks



                  1. (a) List and explain the applications of Computer Graphics.
                     (b) With a neat cross- sectional view explain the functioning of CRT devices.
                                                                                                [8+8]

                  2. (a) Write an algorithm for generating the intermediate points using Bresenham?s
                         algorithm when two-end points are given as input.
                     (b) Write an algorithm for polyline function which calls the above algorithm, given
                         any number (n) of input points. A single point to be plotted when n=1. [8+8]

                  3. (a) Describe the transformation which reflects an object about an arbitrary line
                         L.
                     (b) What is the relationship among rotation (Rθ ) , inverse rotation (R−θ ) and
                                               1
                         coordinate rotation (Rθ ).                                            [8+8]

                  4. (a) What are the basic transformation techniques used in Window-to-Viewport
                         transformation? Derive the viewing transformation matrix.
                     (b) What is the significance of 4-bit region code is Cohen-Sutherland algorithm?
                                                                                                [8+8]

                  5. (a) Define the B-spline geometry vector GBS and B-spline basis matrix MBS .
                     (b) Compute the B-spline blending functions.                                   [8+8]

                  6. Find the matrix for mirror reflection with respect to the plane passing through the
                     origin and having a normal vector whose direction is N = I + J + K.           [16]

                  7. (a) Illustrate the procedure for implementing area-sub division method.
                     (b) Explain how the BSP-tree method is implemented for visible surface detection.
                                                                                                [8+8]

                  8. Explain the procedure to simulate the linear, two-dimensional motion of a filled
                     circle inside a given rectangular area. The circle is to be given an initial velocity
                     and the circle is to rebound from the walls with the angle of reflection equal to the
                     angle of incidence.                                                             [16]




                                                  1 of 1
Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
Code No: V3125/R07                                             Set No. 3
                     III B.Tech I Semester Supplementary Examinations, May 2010
                                       COMPUTER GRAPHICS
                 ( Common to Computer Science & Engineering, Information Technology
                                and Electronics & Computer Engineering)
                Time: 3 hours                                           Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks


                  1. (a) Distinguish the operating charactersitcs of raster refresh systems and vector
                         refresh systems.
                     (b) Explain the functioning of LCDs. What are its advantages?                  [8+8]
                  2. (a) Write on algorithm for scan-converting a line using mid-point algorithm.
                     (b) Modify the mid-point algorithm for scan-converting lines to write pixels with
                         varying intensities as a function of line slope.                        [8+8]
                  3. (a) What is the general form of the matrix for rotation about a point P(h,k).
                     (b) Perform a 450 rotation of a triangle A(0,0), B(1,1) and C(5,2) about the origin.
                                                                                                   [8+8]
                  4. (a) Illustrate with suitable examples how the three Categories of lines are processed
                         using Cohen-Sutherland line clipping algorithm.
                     (b) What is the significance of dot products in decision making is Cyrun-Beck
                         algorithm?                                                         [8+8]
                  5. Explain the procedure to design two-dimensional cubic-Bezier curve shapes that
                     have second order piece-wise continuity.                                  [16]
                  6. Consider a line from the origin of a right-handed coordinate system to the point P(x,
                     y, z). Find the transformation matrix needed to rotate the line in to the positive
                     z-axis. Follow the below mentioned sequence to achieve the desired transformation
                     matrix:
                      (a) Rotate about the x-axis into the (x, y) plane,
                     (b) Then rotate about the y-axis into the z-axis.                                [16]
                  7. (a) Explain the possible relationships between polygon surfaces while implement-
                         ing area-subdivision method. How to handle these cases.
                     (b) Illustrate with an example a scence consisting of three or more planes and
                         explain how the BSP tree is constructed to represent the scene.      [8+8]
                  8. (a) List and explain about the steps of animation.
                     (b) What are the various types of interpolation used in animation.             [8+8]




                                                  1 of 1
Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
Code No: V3125/R07                                            Set No. 4
                     III B.Tech I Semester Supplementary Examinations, May 2010
                                       COMPUTER GRAPHICS
                 ( Common to Computer Science & Engineering, Information Technology
                                and Electronics & Computer Engineering)
                Time: 3 hours                                           Max Marks: 80
                                      Answer any FIVE Questions
                                    All Questions carry equal marks



                  1. List the operating characterstics of

                      (a) Raster refresh systems
                     (b) Vector refresh systems
                      (c) Plasma panel
                     (d) LCDs.                                                                [4×4=16]

                  2. (a) Show graphically that an ellipse has four-way symmetry by plotting four points
                         on the ellipse:
                         x = a cos θ + h, y = b sin θ + k where a =2, b=1, h=0 and k=0.
                     (b) When 8-way symmetry of circle is used to obtain a full circle from pixel coor-
                         dinates generated from first octant, does overstrike occur? Where?        [8+8]

                  3. (a) Prove that a uniform scaling (sx = sy ) and a rotation form a commutative pair
                         of operations, but that, in general, scaling and rotation are not commutative.
                     (b) Derive the transformation matrix for rotation about origin.              [8+8]

                  4. (a) Explain how to determine whether a polygon vertex is inside or outside the
                         window edge. What is the significance of this routine in determining whether
                         a polygon edge intersects the window edge.
                     (b) Justify that the Sutherland - Hodgeman algorithm is not suitable for clipping
                         when the clipping polygon is a concave window.                          [8+8]

                  5. (a) Classify the reflections. What are the characteristics of each? Illustrate with
                         suitable figures.
                     (b) Describe the Phong illumination model.       Explain the parameters used in
                         phong’s model.                                                        [8+8]

                  6. Explain how the shearing of an object with respect to the three coordinate axes are
                     implemented. What are the corresponding input values for the shearing parameters.
                                                                                                   [16]

                  7. (a) If the camera viewing direction is V and the surface normal of plane is N, how
                         to determine whether the surface visible with respect to viewing direction or
                         not.
                     (b) Explain the depth-buffer method for elimination of hidden surfaces.         [16]

                                                  1 of 2
Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
Code No: V3125/R07                                       Set No. 4
                  8. What are the steps in design of animation sequence? Describe about each step
                     briefly.                                                                 [16]




                                                  2 of 2
Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.

More Related Content

What's hot

Different Approach of VIDEO Compression Technique: A Study
Different Approach of VIDEO Compression Technique: A StudyDifferent Approach of VIDEO Compression Technique: A Study
Different Approach of VIDEO Compression Technique: A StudyEditor IJCATR
 
Fundamentals of Image Processing & Computer Vision with MATLAB
Fundamentals of Image Processing & Computer Vision with MATLABFundamentals of Image Processing & Computer Vision with MATLAB
Fundamentals of Image Processing & Computer Vision with MATLABAli Ghanbarzadeh
 
Image proceesing with matlab
Image proceesing with matlabImage proceesing with matlab
Image proceesing with matlabAshutosh Shahi
 
GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004Rohit Garg
 
BALANCING BOARD MACHINES
BALANCING BOARD MACHINESBALANCING BOARD MACHINES
BALANCING BOARD MACHINESbutest
 
212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Umlguestd436758
 
[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...
[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...
[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...Susang Kim
 
Basics of Image Processing using MATLAB
Basics of Image Processing using MATLABBasics of Image Processing using MATLAB
Basics of Image Processing using MATLABvkn13
 
HOSVD-visualization
HOSVD-visualizationHOSVD-visualization
HOSVD-visualizationKeyvan Sadri
 
改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞alen yan
 
Image processing with matlab
Image processing with matlabImage processing with matlab
Image processing with matlabminhtaispkt
 
FPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODERFPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODERIJCSEA Journal
 
Wave File Features Extraction using Reduced LBP
Wave File Features Extraction using Reduced LBP Wave File Features Extraction using Reduced LBP
Wave File Features Extraction using Reduced LBP IJECEIAES
 
VEHICLE RECOGNITION USING VIBE AND SVM
VEHICLE RECOGNITION USING VIBE AND SVM VEHICLE RECOGNITION USING VIBE AND SVM
VEHICLE RECOGNITION USING VIBE AND SVM cseij
 

What's hot (17)

Different Approach of VIDEO Compression Technique: A Study
Different Approach of VIDEO Compression Technique: A StudyDifferent Approach of VIDEO Compression Technique: A Study
Different Approach of VIDEO Compression Technique: A Study
 
Computation Assignment Help
Computation Assignment Help Computation Assignment Help
Computation Assignment Help
 
Fundamentals of Image Processing & Computer Vision with MATLAB
Fundamentals of Image Processing & Computer Vision with MATLABFundamentals of Image Processing & Computer Vision with MATLAB
Fundamentals of Image Processing & Computer Vision with MATLAB
 
Image proceesing with matlab
Image proceesing with matlabImage proceesing with matlab
Image proceesing with matlab
 
GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004GATE Computer Science Solved Paper 2004
GATE Computer Science Solved Paper 2004
 
BALANCING BOARD MACHINES
BALANCING BOARD MACHINESBALANCING BOARD MACHINES
BALANCING BOARD MACHINES
 
212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml
 
[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...
[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...
[Paper] GIRAFFE: Representing Scenes as Compositional Generative Neural Featu...
 
Basics of Image Processing using MATLAB
Basics of Image Processing using MATLABBasics of Image Processing using MATLAB
Basics of Image Processing using MATLAB
 
HOSVD-visualization
HOSVD-visualizationHOSVD-visualization
HOSVD-visualization
 
改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞改进的固定点图像复原算法_英文_阎雪飞
改进的固定点图像复原算法_英文_阎雪飞
 
G04654247
G04654247G04654247
G04654247
 
Image processing with matlab
Image processing with matlabImage processing with matlab
Image processing with matlab
 
FPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODERFPGA DESIGN FOR H.264/AVC ENCODER
FPGA DESIGN FOR H.264/AVC ENCODER
 
Getting started with image processing using Matlab
Getting started with image processing using MatlabGetting started with image processing using Matlab
Getting started with image processing using Matlab
 
Wave File Features Extraction using Reduced LBP
Wave File Features Extraction using Reduced LBP Wave File Features Extraction using Reduced LBP
Wave File Features Extraction using Reduced LBP
 
VEHICLE RECOGNITION USING VIBE AND SVM
VEHICLE RECOGNITION USING VIBE AND SVM VEHICLE RECOGNITION USING VIBE AND SVM
VEHICLE RECOGNITION USING VIBE AND SVM
 

Similar to C g.2010 supply

Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
C O M P U T E R O R G A N I Z A T I O N J N T U M O D E L P A P E R{Www
C O M P U T E R  O R G A N I Z A T I O N  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  O R G A N I Z A T I O N  J N T U  M O D E L  P A P E R{Www
C O M P U T E R O R G A N I Z A T I O N J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...guestd436758
 
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...guestd436758
 
05211201 Advanced Data Structures And Algorithms
05211201 Advanced Data Structures  And  Algorithms05211201 Advanced Data Structures  And  Algorithms
05211201 Advanced Data Structures And Algorithmsguestac67362
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
Remotesensingandgisapplications
RemotesensingandgisapplicationsRemotesensingandgisapplications
Remotesensingandgisapplicationsimaduddin91
 
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...guest3f9c6b
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}guest3f9c6b
 
C O N T R O L S Y S T E M S J N T U M O D E L P A P E R{Www
C O N T R O L  S Y S T E M S  J N T U  M O D E L  P A P E R{WwwC O N T R O L  S Y S T E M S  J N T U  M O D E L  P A P E R{Www
C O N T R O L S Y S T E M S J N T U M O D E L P A P E R{Wwwguest3f9c6b
 
212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Umlguestac67362
 
Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)
Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)
Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)FellowBuddy.com
 

Similar to C g.2010 supply (20)

Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
Computer Graphics Jntu Model Paper{Www.Studentyogi.Com}
 
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
Digital Ic Applications Jntu Model Paper{Www.Studentyogi.Com}
 
C O M P U T E R O R G A N I Z A T I O N J N T U M O D E L P A P E R{Www
C O M P U T E R  O R G A N I Z A T I O N  J N T U  M O D E L  P A P E R{WwwC O M P U T E R  O R G A N I Z A T I O N  J N T U  M O D E L  P A P E R{Www
C O M P U T E R O R G A N I Z A T I O N J N T U M O D E L P A P E R{Www
 
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
Computer Organization Jntu Model Paper{Www.Studentyogi.Com}
 
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...R05010303  C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
R05010303 C O M P U T E R P R O G R A M M I N G A N D N U M E R I C A L M E ...
 
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...05211201  A D V A N C E D  D A T A  S T R U C T U R E S   A N D   A L G O R I...
05211201 A D V A N C E D D A T A S T R U C T U R E S A N D A L G O R I...
 
05211201 Advanced Data Structures And Algorithms
05211201 Advanced Data Structures  And  Algorithms05211201 Advanced Data Structures  And  Algorithms
05211201 Advanced Data Structures And Algorithms
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
Embedded Systems Jntu Model Paper{Www.Studentyogi.Com}
 
Paper
PaperPaper
Paper
 
Remotesensingandgisapplications
RemotesensingandgisapplicationsRemotesensingandgisapplications
Remotesensingandgisapplications
 
Daa q.paper
Daa q.paperDaa q.paper
Daa q.paper
 
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S  J N T U  M O D E L...
D E S I G N A N D A N A L Y S I S O F A L G O R I T H M S J N T U M O D E L...
 
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}Control Systems Jntu Model Paper{Www.Studentyogi.Com}
Control Systems Jntu Model Paper{Www.Studentyogi.Com}
 
C O N T R O L S Y S T E M S J N T U M O D E L P A P E R{Www
C O N T R O L  S Y S T E M S  J N T U  M O D E L  P A P E R{WwwC O N T R O L  S Y S T E M S  J N T U  M O D E L  P A P E R{Www
C O N T R O L S Y S T E M S J N T U M O D E L P A P E R{Www
 
212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml212101 Object Oriented Analysis Design Through Uml
212101 Object Oriented Analysis Design Through Uml
 
Ads
AdsAds
Ads
 
Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)
Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)
Computer Graphics and Multimedia Techniques Paper (RTU VI Semester)
 
2013-June: 5th Semester CSE / ISE Question Papers
2013-June: 5th  Semester CSE / ISE Question Papers2013-June: 5th  Semester CSE / ISE Question Papers
2013-June: 5th Semester CSE / ISE Question Papers
 
5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers5th Semester CS / IS (2013-June) Question Papers
5th Semester CS / IS (2013-June) Question Papers
 

Recently uploaded

UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationNeilDeclaro1
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 

Recently uploaded (20)

UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

C g.2010 supply

  • 1. Code No: V3125/R07 Set No. 1 III B.Tech I Semester Supplementary Examinations, May 2010 COMPUTER GRAPHICS ( Common to Computer Science & Engineering, Information Technology and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. Explain the construction of the following devices with suitable sketches and their operating characterstics (a) Raster- refresh devices (b) Vector- refresh devices. [8+8] 2. (a) Write an algorithm for generating the intermediate points using Bresenham?s algorithm when two-end points are given as input. (b) Write an algorithm for polyline function which calls the above algorithm, given any number (n) of input points. A single point to be plotted when n=1. [8+8] 3. (a) Describe the transformation that rotates an object point Q(x,y), θ0 about a fixed center of rotation p(h,k). (b) Magnify the triangle with vertices A(0,0), B(1,1) and C(5,2) to twice its size, while keeping C(5,2) fixed. [8+8] 4. (a) Illustrate with suitable examples how the three Categories of lines are processed using Cohen-Sutherland line clipping algorithm. (b) What is the significance of dot products in decision making is Cyrun-Beck algorithm? [8+8] 5. If the equation for a plane surface is expressed in the form Ax+By+Cz+D=0. Explain the procedure to calculate the parameters A, B, C and D using Cramer’s rule if the three successive polygon vertices are given as input. [16] 6. Explain how the shearing of an object with respect to the three coordinate axes are implemented. What are the corresponding input values for the shearing parameters. [16] 7. (a) Illustrate the procedure for implementing area-sub division method. (b) Explain how the BSP-tree method is implemented for visible surface detection. [8+8] 8. List the general-purpose animation languages. Explain the characteristics any are language. [16] 1 of 1 Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
  • 2. Code No: V3125/R07 Set No. 2 III B.Tech I Semester Supplementary Examinations, May 2010 COMPUTER GRAPHICS ( Common to Computer Science & Engineering, Information Technology and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) List and explain the applications of Computer Graphics. (b) With a neat cross- sectional view explain the functioning of CRT devices. [8+8] 2. (a) Write an algorithm for generating the intermediate points using Bresenham?s algorithm when two-end points are given as input. (b) Write an algorithm for polyline function which calls the above algorithm, given any number (n) of input points. A single point to be plotted when n=1. [8+8] 3. (a) Describe the transformation which reflects an object about an arbitrary line L. (b) What is the relationship among rotation (Rθ ) , inverse rotation (R−θ ) and 1 coordinate rotation (Rθ ). [8+8] 4. (a) What are the basic transformation techniques used in Window-to-Viewport transformation? Derive the viewing transformation matrix. (b) What is the significance of 4-bit region code is Cohen-Sutherland algorithm? [8+8] 5. (a) Define the B-spline geometry vector GBS and B-spline basis matrix MBS . (b) Compute the B-spline blending functions. [8+8] 6. Find the matrix for mirror reflection with respect to the plane passing through the origin and having a normal vector whose direction is N = I + J + K. [16] 7. (a) Illustrate the procedure for implementing area-sub division method. (b) Explain how the BSP-tree method is implemented for visible surface detection. [8+8] 8. Explain the procedure to simulate the linear, two-dimensional motion of a filled circle inside a given rectangular area. The circle is to be given an initial velocity and the circle is to rebound from the walls with the angle of reflection equal to the angle of incidence. [16] 1 of 1 Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
  • 3. Code No: V3125/R07 Set No. 3 III B.Tech I Semester Supplementary Examinations, May 2010 COMPUTER GRAPHICS ( Common to Computer Science & Engineering, Information Technology and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. (a) Distinguish the operating charactersitcs of raster refresh systems and vector refresh systems. (b) Explain the functioning of LCDs. What are its advantages? [8+8] 2. (a) Write on algorithm for scan-converting a line using mid-point algorithm. (b) Modify the mid-point algorithm for scan-converting lines to write pixels with varying intensities as a function of line slope. [8+8] 3. (a) What is the general form of the matrix for rotation about a point P(h,k). (b) Perform a 450 rotation of a triangle A(0,0), B(1,1) and C(5,2) about the origin. [8+8] 4. (a) Illustrate with suitable examples how the three Categories of lines are processed using Cohen-Sutherland line clipping algorithm. (b) What is the significance of dot products in decision making is Cyrun-Beck algorithm? [8+8] 5. Explain the procedure to design two-dimensional cubic-Bezier curve shapes that have second order piece-wise continuity. [16] 6. Consider a line from the origin of a right-handed coordinate system to the point P(x, y, z). Find the transformation matrix needed to rotate the line in to the positive z-axis. Follow the below mentioned sequence to achieve the desired transformation matrix: (a) Rotate about the x-axis into the (x, y) plane, (b) Then rotate about the y-axis into the z-axis. [16] 7. (a) Explain the possible relationships between polygon surfaces while implement- ing area-subdivision method. How to handle these cases. (b) Illustrate with an example a scence consisting of three or more planes and explain how the BSP tree is constructed to represent the scene. [8+8] 8. (a) List and explain about the steps of animation. (b) What are the various types of interpolation used in animation. [8+8] 1 of 1 Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
  • 4. Code No: V3125/R07 Set No. 4 III B.Tech I Semester Supplementary Examinations, May 2010 COMPUTER GRAPHICS ( Common to Computer Science & Engineering, Information Technology and Electronics & Computer Engineering) Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks 1. List the operating characterstics of (a) Raster refresh systems (b) Vector refresh systems (c) Plasma panel (d) LCDs. [4×4=16] 2. (a) Show graphically that an ellipse has four-way symmetry by plotting four points on the ellipse: x = a cos θ + h, y = b sin θ + k where a =2, b=1, h=0 and k=0. (b) When 8-way symmetry of circle is used to obtain a full circle from pixel coor- dinates generated from first octant, does overstrike occur? Where? [8+8] 3. (a) Prove that a uniform scaling (sx = sy ) and a rotation form a commutative pair of operations, but that, in general, scaling and rotation are not commutative. (b) Derive the transformation matrix for rotation about origin. [8+8] 4. (a) Explain how to determine whether a polygon vertex is inside or outside the window edge. What is the significance of this routine in determining whether a polygon edge intersects the window edge. (b) Justify that the Sutherland - Hodgeman algorithm is not suitable for clipping when the clipping polygon is a concave window. [8+8] 5. (a) Classify the reflections. What are the characteristics of each? Illustrate with suitable figures. (b) Describe the Phong illumination model. Explain the parameters used in phong’s model. [8+8] 6. Explain how the shearing of an object with respect to the three coordinate axes are implemented. What are the corresponding input values for the shearing parameters. [16] 7. (a) If the camera viewing direction is V and the surface normal of plane is N, how to determine whether the surface visible with respect to viewing direction or not. (b) Explain the depth-buffer method for elimination of hidden surfaces. [16] 1 of 2 Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.
  • 5. Code No: V3125/R07 Set No. 4 8. What are the steps in design of animation sequence? Describe about each step briefly. [16] 2 of 2 Please purchase PDF Split-Merge on www.verypdf.com to remove this watermark.