CS2401 COMPUTER GRAPHICS ANNA UNIV QUESTION BANK

Similar documents
SRM INSTITUTE OF SCIENCE AND TECHNOLOGY

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY CS2401 COMPUTER GRAPHICS QUESTION BANK


OXFORD ENGINEERING COLLEGE (NAAC Accredited with B Grade) DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING LIST OF QUESTIONS

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

COURSE DELIVERY PLAN - THEORY Page 1 of 6

End-Term Examination

Course Title: Computer Graphics Course no: CSC209

CHAPTER 1 Graphics Systems and Models 3

COMPUTER GRAPHICS, MULTIMEDIA AND ANIMATION, Second Edition (with CD-ROM) Malay K. Pakhira

CS1354 GRAPHICS AND MULTIMEDIA DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK SUB CODE / SUBJECT: CS1354 GRAPHICS AND MULTIMEDIA.

Introduction to Computer Graphics

Fatima Michael College of Engineering & Technology

KRISTU JYOTI COLLEGE OF MANAGEMENT & TECHNOLOGY QUESTION BANK BCA SEMESTER III Computer graphics Part A (2 marks questions)

Interactive Computer Graphics A TOP-DOWN APPROACH WITH SHADER-BASED OPENGL

KINGS GRAPHICS AND MULTIMEDIA DEPARTMENT OF COMPUTER SCIENCE AND ENGG. OUTPUT PRIMITIVES Part-A (2-MARKS)

BHARATHIDASAN ENGINEERING COLLEGE,NATTRAMPALLI

QUESTION BANK 10CS65 : COMPUTER GRAPHICS AND VISUALIZATION

SRI VENKATESWARA COLLEGE OF ENGINEERING. COURSE DELIVERY PLAN - THEORY Page 1 of 6

COURSE DELIVERY PLAN - THEORY Page 1 of 6

(a) rotating 45 0 about the origin and then translating in the direction of vector I by 4 units and (b) translating and then rotation.

GLOBAL EDITION. Interactive Computer Graphics. A Top-Down Approach with WebGL SEVENTH EDITION. Edward Angel Dave Shreiner

Aptitude Test Question

CS 130 Final. Fall 2015

INFORMATION TECHNOLOGY HANDLED & PREPARED BY Dr. N.KRISHNARAJ,A.P(Sel.G) MS. R. THENMOZHI, AP (Sel.G)

SAZ4C COMPUTER GRAPHICS. Unit : 1-5. SAZ4C Computer Graphics

Manipal Institute of Technology Manipal University Manipal

птта,.л^яшнря i #*% I C!# % л«*у1 W\ I I "в С^ Ш* I jy* #*% **% ^^ I g"% C"" Prentice Hall Upper Saddle River, NJ PEARSON

COURSE DELIVERY PLAN - THEORY Page 1 of 6

Computer Graphics. Apurva A. Desai

Points and lines, Line drawing algorithms. Circle generating algorithms, Midpoint circle Parallel version of these algorithms

Lahore University of Management Sciences. CS 452 Computer Graphics

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A.

CS602 MCQ,s for midterm paper with reference solved by Shahid

Course Title. Computer Graphics. Course Code CE313. Theory : 03. Practical : 01. Course Credit. Tutorial : 00. Credits : 04. Course Learning Outcomes

Spring 2012 Final. CS184 - Foundations of Computer Graphics. University of California at Berkeley

CS602 Midterm Subjective Solved with Reference By WELL WISHER (Aqua Leo)

3D Polygon Rendering. Many applications use rendering of 3D polygons with direct illumination

Institutionen för systemteknik

CS 464 Review. Review of Computer Graphics for Final Exam

The University of Calgary

ME COMPUTER AIDED DESIGN COMPUTER AIDED DESIGN 2 MARKS Q&A

3D Graphics Pipeline II Clipping. Instructor Stephen J. Guy

The Traditional Graphics Pipeline

Part 3: 2D Transformation

Mathematical Tools in Computer Graphics with C# Implementations Table of Contents

Pipeline Operations. CS 4620 Lecture Steve Marschner. Cornell CS4620 Spring 2018 Lecture 11

Computer Graphics: Programming, Problem Solving, and Visual Communication

For each question, indicate whether the statement is true or false by circling T or F, respectively.

The Traditional Graphics Pipeline

Line Drawing. Introduction to Computer Graphics Torsten Möller / Mike Phillips. Machiraju/Zhang/Möller

0. Introduction: What is Computer Graphics? 1. Basics of scan conversion (line drawing) 2. Representing 2D curves

Cs602-computer graphics MCQS MIDTERM EXAMINATION SOLVED BY ~ LIBRIANSMINE ~

Lahore University of Management Sciences. CS 452 Computer Graphics

CS452/552; EE465/505. Clipping & Scan Conversion

Pipeline Operations. CS 4620 Lecture 14

The exam begins at 2:40pm and ends at 4:00pm. You must turn your exam in when time is announced or risk not having it accepted.

CS602- Computer Graphics Solved MCQS From Midterm Papers. MIDTERM EXAMINATION Spring 2013 CS602- Computer Graphics

R. C. TECHNICAL INSTITUTE, SOLA

The Traditional Graphics Pipeline

CMSC427 Final Practice v2 Fall 2017

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Computer Graphics

CS GAME PROGRAMMING Question bank

Computer Graphics I Lecture 11

Illumination and Shading

Chapter 5. Projections and Rendering

Renderer Implementation: Basics and Clipping. Overview. Preliminaries. David Carr Virtual Environments, Fundamentals Spring 2005

Topics and things to know about them:

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

Syllabus CS476 COMPUTER GRAPHICS Fall 2009

CS184 : Foundations of Computer Graphics Professor David Forsyth Final Examination

Line Drawing. Foundations of Computer Graphics Torsten Möller

Rendering. Converting a 3D scene to a 2D image. Camera. Light. Rendering. View Plane

Midterm Exam! CS 184: Foundations of Computer Graphics! page 1 of 13!

Module Contact: Dr Stephen Laycock, CMP Copyright of the University of East Anglia Version 1

graphics pipeline computer graphics graphics pipeline 2009 fabio pellacini 1

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI

Three-Dimensional Viewing Hearn & Baker Chapter 7

Deceleration 141 Deep Sensation 218 Design Considerations 191 Device Coordinate System 12 Diffuse Reflection 119 Digital to Analog Converter 12

Pipeline Operations. CS 4620 Lecture 10

Roll No. :... Invigilator's Signature : GRAPHICS AND MULTIMEDIA. Time Allotted : 3 Hours Full Marks : 70

Lesson Plan. Name of Faculty: Sana Bharti. Discipline: MCA. Semester: 4 th. Subject: Data Mining and Warehousing (MCA-16-43)

Z- Buffer Store the depth for each pixel on the screen and compare stored value with depth of new pixel being drawn.

03 Vector Graphics. Multimedia Systems. 2D and 3D Graphics, Transformations

Lets assume each object has a defined colour. Hence our illumination model is looks unrealistic.

CS184 : Foundations of Computer Graphics Professor David Forsyth Final Examination (Total: 100 marks)

Computer Graphics Solved MCQs -Part 2 MCQs Questions

Lecture 7 of 41. Viewing 4 of 4: Culling and Clipping Lab 1b: Flash Intro

Graphics and Interaction Rendering pipeline & object modelling

Graphics Hardware and Display Devices

FROM VERTICES TO FRAGMENTS. Lecture 5 Comp3080 Computer Graphics HKBU

The Viewing Pipeline Coordinate Systems

CS230 : Computer Graphics Lecture 4. Tamar Shinar Computer Science & Engineering UC Riverside

Einführung in Visual Computing

COMP30019 Graphics and Interaction Rendering pipeline & object modelling

Lecture outline. COMP30019 Graphics and Interaction Rendering pipeline & object modelling. Introduction to modelling

CS451Real-time Rendering Pipeline

3D Rasterization II COS 426

3D Rendering Pipeline (for direct illumination)

CEng 477 Introduction to Computer Graphics Fall 2007

Transcription:

CS2401 Computer Graphics CS2401 COMPUTER GRAPHICS ANNA UNIV QUESTION BANK CS2401- COMPUTER GRAPHICS UNIT 1-2D PRIMITIVES 1. Define Computer Graphics. 2. Explain any 3 uses of computer graphics applications. 3. What are the advantages of DDA algorithm? 4. What are the disadvantages of DDA algorithm? 5. Define Scan-line Polygon fill algorithm. 6. What are Inside-Outside tests? 7. Define Boundary-Fill algorithm. 8. Define Flood-Fill algorithm. 9. Define attribute parameter. Give examples. 10. What is a line width? What is the command used to draw the thickness of lines. 11. What are the three types of thick lines? Define. 12. What are the attribute commands for a line color? 13. What is color table? List the color codes. 14. What is a marker symbol and where it is used? 15. Discuss about inquiry functions. 16. Define translation and translation vector. 17. Define window and view port. 18. Define viewing transformation. 19. Give the equation for window to viewport transformation. 20. Define view up vector. 21. What is meant by clipping? Where it happens? 22. What is point clipping and what are its inequalities? 23. What is line clipping and what are their parametric representations? 24. How is translation applied? 25. What is referred to as rotation? 26. Write down the rotation equation and rotation matrix. 4. What is called scaling transformation? 27. Write the matrix representation for scaling, translation and rotation. 28. Draw the block diagram for 2D viewing transformation pipeline. 29. Mention the equation for homogeneous transformation. 30. What is known as composition of matrix? 9 31. Write the composition transformation matrix for scaling, translation and Rotation. 32. Discuss about the general pivot point rotation? 33. Discuss about the general fixed point scaling. 34. Explain window, view port and window - to - view port transformation

35. Mention the three raster functions available in graphics packages. 36. What is known as region codes? 37. Why Cohen Sutherland line clipping is popular? 38. Mention the point clipping condition for the liang-barsky line clipping. 39. What is called as an exterior clipping? 40. How is the region code bit values determined? 41. Why liang-barsky line clipping is more efficient than Cohen Sutherland line Clipping? 42. Differentiate uniform and differential scaling. 1. Consider a line from (0,0) to (6,7).Using simple DDA algorithm,rasterize thisline. 2. Consider a line from (0,0) to (6,6).Using simple DDA algorithm,rasterize thisline. 3. Consider a line from (0,0) to (6,7).Using simple DDA algorithm,rasterize this line. 4. Applying Bresenham s algorithm to draw a line from (4,4) and end point is (-3,0). 5. Plot a circle at origin having centre as (0,0) and radius=8 using Bresenham s circle algorithm. 6. Plot a circle using mid point algorithm whose radius=3 and center is at (0,0). 7. The input ellipse parameters are rx=8 and ry=6.using midpoint ellipse method,rasterize this ellipse. 8. Explain in detail about line attributes with neat diagram. 9. Explain soft fill procedures. 10. Explain the three primary color used in graphics and explain how other colors are achieved? 11. Explain in detail about color and grey scale levels? 12. Explain color and grey scale levels. 13. Explain the area fill attributes and character attributes. 14. Explain character attributes in detail. 15. Briefly discuss about basic transformations. 16. Explain matrix representations. 17. Discuss about composite transformations. 18. Explain about reflection and shear. 19. Explain the following transformation with the matrix representations.give suitable diagram for illustration,i translation.ii scaling.iii rotation. 20. How the rotation of an object about the pivot point is performed? 21. How window-to-viewport coordinate transformation happens. 22. Explain clipping with its operation in detail. 23. Explain cohen- sutherland line clipping. 24. Discuss the logical classifications of input devices. 25. Explain the details of 2d viewing transformation pipeline. 26. Explain point, line, curve, text, exterior clipping? 1. What is a parallel projection? UNIT-II THREE-DIMENSIONAL CONCEPTS

2. Differentiate parallel and perspective projection. 3. What are quadric surfaces? 4. Define superquadrics. 5. What are blobby objects? 6. Define the term spline curve. 7. Write about depth cueing. 8. What is viewing operation? 9. What is meant by projection? 10. What is meant by view reference coordinate systems? 11. What is projected reference point? 12. What is center of projection? What is the other name of it? 13. Where do we use front plane and back plane? 14. What is the necessary of using near plane and far plane? 15. What is called axonometric and isometric projections? 16. Draw the three dimensional transformation pipeline. 17. Explain vanishing point and principal vanishing point. 18. Mention the classifications of visible surface detection algorithm 19. Explain about octree method. 20. Compare cavaliar and cabinet projections. 1. Discuss the three-dimensional composite transformation. 2. Differentiate parallel and perspective projection. 3. What are the functions available for 3-d transformation functions? 4. Explain the 3-d transformation for translation, rotation, scaling? 5. Write the matrix representation for 3-d transformation? 6. Explain the pipeline for transforming a view of a world-coordinate scene to device coordinates. 7. Describe the different types of rotation position in 3-d? 8. Compare the parallel and perspective projections? 9. What is a 3-d projection? Explain with a neat diagram. UNIT-III GRAPHICS PROGRAMMING 1. Discuss the properties of light. 2. Define chromaticity, complementary colors, color gamut and primary colors. 3. What is color model? 4. Define hue, saturation and value. 5. Explain XYZ color model. 6. Explain RGB color model. 7. Explain YIQ color model. 8. Explain CMY color model. 9. Explain HSV color model.

10. Give the procedure to convert HSV & RGB color model. 11. What is the use of chromaticity diagram? 12. What is illumination model? 13. What are the basic illumination models? 14. What is called as lightness? 15. Explain the conversion of CMY to RGB representation. 16. What is animation? 17. Define Morphing. 18. What are the steps involved in designing an animation sequence? 19. How to draw dots using OPENGL? 20. How to draw lines using OPENGL? 21. How to draw convex polygons using OPENGL? 22. What is the command used in OPENGL to clear the screen? 23. What are the various OPENGL datatypes? 1. Explain about HSV Color Model. 2. Write short notes about a) YIQ Color Model. b)cmy Color Model. 3. Explain about HLS Color Model. 4. Explain RGB color model and CMY color model. 5. Devise an algorithm for conversion between HSV and RGB models. 6. Define animation sequences. What are the various steps involved in animation sequence? 7. Describe Morphing with an example. 8. What are Keyframe systems? Explain. 9. Describe the various ways in which the motions of objects can be specified in an animation system. 10. Explain the various primitives and attributes in OPENGL. 11. How to draw a 3-D object using OPENGL? Explain it with an example. UNIT-IV RENDERING 1. What is a shading model? 2. What is diffuse reflectivity? 3. Define Phong model. 4. What is flat shading? 5. What is Gouraud shading? 6. What is Fast Phong shading? 7. What is meant by Texture Mapping? 8. What are the rendering techniques for shaded images? 1. Describe about flat and smooth shading.

2. Write briefly about adding texture to faces and shadows of objects. 3. Write in detail about the rendering techniques for shadow images. UNIT- V FRACTALS 1. What is a fractal? 2. What are the characteristics of a fractal object? 3. How to classify the fractals? 4. What are self squaring fractals? 5. What are self-inverse fractals? 6. Define Julia set. 7. What are Mandelbrot sets? 8. What is Ray tracing? 9. What is texture mapping? PARTB 1. How to create image by iterated functions? 2. Describe in detail about Ray tracing methods. 3. Write in detail about Transparency. 4. Explain the various Boolean operations on objects.