BCA/Integrated (BCA+MCA) IV (Fourth) Semester Examination 2015-16
This document is an exam for a Computer Graphics course. It contains 8 questions testing students' knowledge of various computer graphics topics:
1) The first question asks students to briefly answer parts a through h, which cover topics like the definition of computer graphics, key frame systems, frame buffers, transformations, animation techniques, aspect ratio, and boundary fill algorithms.
2) The second question asks about display devices and their types, as well as different input techniques used in computer graphics.
3) The third question calculates the storage needed to store pixels with 4 and 8 bits per pixel for two different raster display resolutions.
4) The fourth question covers Bresenham's and DDA
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
56 views2 pages
BCA/Integrated (BCA+MCA) IV (Fourth) Semester Examination 2015-16
This document is an exam for a Computer Graphics course. It contains 8 questions testing students' knowledge of various computer graphics topics:
1) The first question asks students to briefly answer parts a through h, which cover topics like the definition of computer graphics, key frame systems, frame buffers, transformations, animation techniques, aspect ratio, and boundary fill algorithms.
2) The second question asks about display devices and their types, as well as different input techniques used in computer graphics.
3) The third question calculates the storage needed to store pixels with 4 and 8 bits per pixel for two different raster display resolutions.
4) The fourth question covers Bresenham's and DDA
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2
BCA/Integrated (BCA+MCA) IV (Fourth) Semester
Examination 2015-16
Course Code:BCA407/ICA407 Paper ID: 0834404
Computer Graphics
Time: 3 Hours Max. Marks: 70
Max Marks: 75 Note: Attempt any six questions in all. Q. No. 1 is compulsory. 1. Answer any five of the following (limit your answer to 50 words). (4x5=20) a) What is computer Graphics? List three application areas of Computer Graphics. b) What is key frame system? Explain. c) What is frame buffer? d) Explain difference between geometric & co-ordinate transformation. e) Explain 3-D Transformation. f) Explain computer assist & computer generated animation. g) Explain aspect ratio & persistence period. h) Explain boundary fill algorithm.
2. a) What are display devices? Explain types of display
device. (5) b) Explain different input techniques used in computer graphics. (5)
3. Consider two raster systems with resolution 1024 X 1024 &
1280 X 1024. What is the size of the raster in bytes needed to store 4 bits per pixel. How much storage it required to store 8 bit per pixel? (10)
4. a) Explain Bresenham’s line drawing algorithm. (5)
b) Write and explain DDA line drawing algorithm. (5) 5. What is scaling? Prove that two scaling transformation are commute i.e. S1.S2 = S2.S1. (10)
6. a) Write and explain Cyrus Back line clipping algorithm. (5)
b) Write and explain Cohen Sunderland line drawing algorithm. (5)
7. What is animation? Discuss two animation functions. (10)
8. Write short notes on any two of the following: (2x5=10)
a) Resolution b) Aspect Ratio c) Curve and Text Clipping