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

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

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

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

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

Computer Graphics. The Two-Dimensional Viewing. Somsak Walairacht, Computer Engineering, KMITL

2D Image Synthesis. 2D image synthesis. Raster graphics systems. Modeling transformation. Vectorization. u x u y 0. o x o y 1

Unit 3 Transformations and Clipping

3D Rendering Pipeline (for direct illumination)

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI

CHETTINAD COLLEGE OF ENGINEERING & TECHNOLOGY CS2401 COMPUTER GRAPHICS QUESTION BANK

Part 3: 2D Transformation

SRM INSTITUTE OF SCIENCE AND TECHNOLOGY

(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.

CS2401 COMPUTER GRAPHICS ANNA UNIV QUESTION BANK

Clipping & Culling. Lecture 11 Spring Trivial Rejection Outcode Clipping Plane-at-a-time Clipping Backface Culling

Two-Dimensional Viewing. Chapter 6

OpenGL Graphics System. 2D Graphics Primitives. Drawing 2D Graphics Primitives. 2D Graphics Primitives. Mathematical 2D Primitives.

CSCI 4620/8626. Computer Graphics Clipping Algorithms (Chapter 8-5 )

Clipping and Scan Conversion

SE Mock Online Test 1-CG

Computer Graphics Solved MCQs -Part 2 MCQs Questions

Aptitude Test Question

UNIT 2. Translation/ Scaling/ Rotation. Unit-02/Lecture-01

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

Computer Graphics Geometry and Transform

The Traditional Graphics Pipeline

Chapter 8: Implementation- Clipping and Rasterization

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

COMP3421. Vector geometry, Clipping

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

Write C++/Java program to draw line using DDA and Bresenham s algorithm. Inherit pixel class and Use function overloading.

U.C. Berkeley, EECS, Computer Science TAKE HOME EXAM. Your Class Computer Account: DO NOT OPEN THIS INSIDE SODA HALL -- WAIT UNTIL YOU ARE ALONE!

The Traditional Graphics Pipeline

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

2D rendering takes a photo of the 2D scene with a virtual camera that selects an axis aligned rectangle from the scene. The photograph is placed into

Computer Science 474 Spring 2010 Viewing Transformation

Chapter 5. Projections and Rendering

UNIT 2 2D TRANSFORMATIONS

2D Graphics Primitives II. Additional issues in scan converting lines. 1)Endpoint order. Want algorithms to draw the same pixels for each line

Lab Manual. Computer Graphics. T.E. Computer. (Sem VI)


The Traditional Graphics Pipeline

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

Computer Graphics. Attributes of Graphics Primitives. Somsak Walairacht, Computer Engineering, KMITL 1

Realtime 3D Computer Graphics Virtual Reality

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

The University of Calgary

Computer Graphics (CS 543) Lecture 9 (Part 2): Clipping. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Viewing Transformation. Clipping. 2-D Viewing Transformation

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Clipping. Concepts, Algorithms for line clipping. 1 of 16. Andries van Dam. Clipping - 10/12/17

Lahore University of Management Sciences. CS 452 Computer Graphics

Einführung in Visual Computing

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

Course Title: Computer Graphics Course no: CSC209

EXAMINATIONS 2017 TRIMESTER 2

Computer Graphics: Two Dimensional Viewing

Computer Graphics. Chapter 4 Attributes of Graphics Primitives. Somsak Walairacht, Computer Engineering, KMITL 1

CMSC 435/634: Introduction to Graphics

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

Announcements. Midterms graded back at the end of class Help session on Assignment 3 for last ~20 minutes of class. Computer Graphics

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

Clipping Points Consider a clip window which is rectangular in shape. P(x, y) is a point to be displayed.

1 Attempt any three of the following: 1 5 a. What is Computer Graphics? How image is to be display on Video Display Device?

521493S Computer Graphics Exercise 1 (Chapters 1-3)

CS 130 Final. Fall 2015

VISIBILITY & CULLING. Don t draw what you can t see. Thomas Larsson, Afshin Ameri DVA338, Spring 2018, MDH

Answer Key: Three-Dimensional Cross Sections

Output Primitives. Dr. S.M. Malaek. Assistant: M. Younesi

Manipal Institute of Technology Manipal University Manipal

CSE528 Computer Graphics: Theory, Algorithms, and Applications

2D Object Definition (1/3)

Course Number: Course Title: Geometry

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

Topic #1: Rasterization (Scan Conversion)

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

Advantages: Disadvantages: Q.1 Explain raster scan display with its advantages and disadvantages?

Lahore University of Management Sciences. CS 452 Computer Graphics

Topics and things to know about them:

Computer Graphics Geometry and Transform

Topic 0. Introduction: What Is Computer Graphics? CSC 418/2504: Computer Graphics EF432. Today s Topics. What is Computer Graphics?

COURSE DELIVERY PLAN - THEORY Page 1 of 6

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

Identifying those parts of a scene that are visible from a chosen viewing position, and only process (scan convert) those parts

Graphics (Output) Primitives. Chapters 3 & 4

The point (x, y) lies on the circle of radius r and center (h, k) iff. x h y k r

Conic Sections. College Algebra

COMP371 COMPUTER GRAPHICS

CS 184, Fall 1996 Midterm #1 Professor: unknown

CSE328 Fundamentals of Computer Graphics

Computer Graphics. - Rasterization - Philipp Slusallek

Graphics Hardware and Display Devices

2D Viewing. Viewing Pipeline: Window-Viewport Transf.

EF432. Introduction to spagetti and meatballs

Binghamton University. EngiNet. Thomas J. Watson. School of Engineering and Applied Science. Computer Graphics. State University of New York.

CSCI 4620/8626. Coordinate Reference Frames

CS337 INTRODUCTION TO COMPUTER GRAPHICS. Describing Shapes. Constructing Objects in Computer Graphics. Bin Sheng Representing Shape 9/20/16 1/15

CS 591B Lecture 9: The OpenGL Rendering Pipeline

Computer graphics 2 Marks 1. Define Computer graphics.

Pre-Calculus. 2) Find the equation of the circle having (2, 5) and (-2, -1) as endpoints of the diameter.

CHAPTER 1 Graphics Systems and Models 3

Transcription:

#1 Rotating a point requires The coordinates for the point The rotation angles Both of above Page No 175 None of above #2 In Trimetric the direction of projection makes unequal angle with the three principal axes True Page No 192 False #3 We can draw the circle Pentane Hexanes Trident Octants Page No 61 #4 transformation produces shape distortions as if objects were composed of layers that are caused to slide over each other. Rotation Translation Reflection Shear Page No 124 #5 is the process of describing an object or scene so that we can construct an image of it Rendering Modeling Page No 159 Meshing None of above CS602 MCQ,s for mid term Page 1

#6 Boundary Filling Algorithm can work for complex polygons. True False (Not Sure) #7 Concave polygons are superset of polygons, having fewer restrictions than polygons. Hybrid, Complex Concave, Complex Convex, Convex Page No. 79 Complex, Complex #8 Incomplete #9 A unit vector has zero magnitude. True False Page No.169 #10 Each hyperbola consists of two. Vertices Nodes Branches Page No. 70 Points CS602 MCQ,s for mid term Page 2

#1 Parity is a concept used to determine which lie within a polygon. Edge Vertices Pixels Page No.80 Points #2 Various curve functions are useful in. Object modeling Graphics applications Animation path specifications All of the given Page No.69 #3 Polygons are basically concave polygons that may have self-intersecting edges Complex Page No.79 Hybrid Convex Convex and Hybrid #4 Concave polygons are a superset of polygons, having fewer restrictions than polygons. Hybrid, Complex Concave, Complex Convex, Convex Page No.79 Complex, Complex #5 There are basic types of polygon. 2 3 Page No.81 4 5 #5 Both Boundary Filling and Flood filling algorithms are as compared to scan CS602 MCQ,s for mid term Page 3

line filling algorithm. Better (not sure) Worse Almost same Good #5 We can draw eight points corresponding to each (x, y) point calculation in drawing algorithm. Sutherland Mid Clipping Midpoint Circle Page No.61 Sutherland Clipping #6 The horizontal refresh ------------------------------ Is no longer used in any system Is distracting and can cause eye fatigue Eye into thinking the horizontal refresh rate is faster #7 Computer graphics is very helpful in producing graphical representations for scientific visualization. True Page No.9 False #8 In video text memory, are used to display a character. 2 bytes Pages No.43 4 bytes 8 bytes 16 bytes CS602 MCQ,s for mid term Page 4

# 3 of 10 ( Start time: 05:54:29 AM ) Twice the radius of circle is called as. 1. Area 2. Diameter Page No.59 3. 2*Pi Radian 4. Circumference # 5 of 10 ( Start time: 05:56:14 AM ) Both Boundary Filling and Flood filling algorithms are non-recursive techniques. 1. True 2. False # 7 of 10 ( Start time: 05:58:54 AM ) We can take transpose of any matrix. True False # 9 of 10 ( Start time: 06:01:03 AM ) is the set of points that are equidistant from its origin. 1. Line 2. Parabola 3. Circle 4. Ellipse CS602 MCQ,s for mid term Page 5

Locations can be translated or "transformed" from one coordinate system to another. True Page No.158 False Vectors can be multiplied in a way Dot product Cross product Both of above None of given Process of moving points in space is called Rendering Modeling Meshing None of above Transformation Page No.173 Sutherland-Hodgeman clipping algorithm clips any polygon against a concave clip polygon True False Page No.243 In Trivial acceptance/reject test there are four bits of nine regions, Bit 4 represents condition. Outside half plane of left edge, to the left of left edge X < Xmin Page No.138 Outside half plane of right edge, to the right of right edge X > Xmax Outside half plane of bottom edge, below bottom edge Y < Ymin Outside half plane of top edge, above top edge Y > Ymax In Trivial acceptance/reject test there are four bits of nine regions, Bit 1 represents condition. Outside half plane of left edge, to the left of left edge X < Xmin CS602 MCQ,s for mid term Page 6

Outside half plane of right edge, to the right of right edge X > Xmax Outside half plane of bottom edge, below bottom edge Y < Ymin Outside half plane of top edge, above top edge Y > Ymax Page No.138 In Trivial acceptance/reject test there are four bits of nine regions, Bit 2 represents condition. Outside half plane of left edge, to the left of left edge X < Xmin Outside half plane of right edge, to the right of right edge X > Xmax Outside half plane of bottom edge, below bottom edge Y < Ymin Page No.138 Outside half plane of top edge, above top edge Y > Ymax In Trivial acceptance/reject test there are four bits of nine regions, Bit 3 represents condition. Outside half plane of left edge, to the left of left edge X < Xmin Outside half plane of right edge, to the right of right edge X > Xmax Page No.138 Outside half plane of bottom edge, below bottom edge Y < Ymin Outside half plane of top edge, above top edge Y > Ymax The process of subdivision an entity or surface into one or more non-overlapping primitives. Rendering Modeling Meshing None of above Page No. 162 Shortcoming of Sutherland-Hodgeman Algorithm is concave polygons may be displayed with extensors lines True Page No.150 False CS602 MCQ,s for mid term Page 7

A * B = A * B * cos(?) where? is the angle between the two vectors Cross Product Dot Product Page No.171 is used to move a point, or a set of points, linearly in space Transformation Translation Page No.173 Scaling None of above Save a line with both endpoints inside all clipping boundaries. Trivial Accept Page No.137 Total inside Trivial Reject Total outside uses a divide and conquer strategy. Sutherland Hodgman clipping Algorithm Page No.244 Pipeline clipping Weiler-Atherton algorithm None of above No.01: Each number that makes up a matrix is called an of the matrix. Element Page No.101 Variable Value Component No.02: Which one of the following step is not involved to write pixel using video BIOS services. CS602 MCQ,s for mid term Page 8

Setting desired video mode Using BIOS service to set color of a screen pixel Calling BIOS interrupt to execute the process of writing pixel. Using OpenGL service to set color of a screen pixel Page No.45 No.03: Shadow mask methods can display a range of colors. Small Wide Page No.29 Random Crazy No.04 Using Cohen-Sutherland line clipping, it is impossible for a vertex to be labeled 1111. True (Not Sure) False No.05 Intensity of the electron beam is controlled by setting levels on the control grid, a metal cylinder that fits over the cathode. Amplitude Current Voltage Page No.26 Electron Sutherland-Hodgeman clipping algorithm clips any polygon against a concave clip polygon True Page No141 False ( x^2 / a^2 ) + ( y^2 / b^2 ) = 1 is an equation of. CS602 MCQ,s for mid term Page 9

Parabola Hyperbola Ellipse Page No.65 Circle # 8 of 10 ( Start time: 08:11:02 PM ) Total Marks: 1 When scaling factor Sx and Sy are assigned the same value, scaling is produced that maintains relative object proportions. Uniform Page No.116 Unequal Multiform # 1 of 10 ( Start time: 08:17:06 PM ) Total Marks: 1 Boundary Filling Algorithm can work for complex polygons. True False (Not Sure) Rotation performed around a fixed point called. x point rotation y point rotation Point of origin Piviot point rotation Page No.114 # 4 of 10 ( Start time: 08:30:06 PM ) Total Marks: 1 A two dimensional rotation is applied to an object by repositioning it along a path in the XY plane CS602 MCQ,s for mid term Page 10

Straight Circular Oval Ellipse # 3 of 10 ( Start time: 08:53:28 PM ) Total Marks: 1 DDA abbreviated for. Discrete data analyzer Digital data analyzer Digital differential analyzer Page No.54 Different Analog differential analyzers # 4 of 10 ( Start time: 08:54:33 PM ) Total Marks: 1 A scaling transformation alters the of an object. Shape Position Size Page No.13 Rotation # 5 of 10 ( Start time: 08:42:53 PM ) Total Marks: 1 By preserving the original shape of an object with a scaling is called scaling. parallel vertical horizental none of given (Not Sure) CS602 MCQ,s for mid term Page 11

CS602 MCQ,s for mid term Page 12