Logo educatepk.com
MCQs & Books free for all subjects and educational help  
Subscribe email alerts:
MCQs Online
MCQs on Computer Graphics
Books
MCQs on Computer Graphics

MCQs & Quiz Computer Graphics



Q No.1 of 2

A line connecting the points (1, 1) and (5, 3) is to be drawn, using the DDA algorithm. Find the value of x and y increments.


Option 1

x-increment =1 ;  y-increment=1


Option 2

x-increment =0.5 ;  y-increment=1


Option 3

x-increment=1 ;  y-increment=0.5


Option 4

none of the these


Q No.2 of 2

Let the maximum number of pixels is a line be M. The number of subdivisions at most necessary using the mid-point subdivision method of clipping is


Option 1

N= log2 M


Option 2

N=2M


Option 3

n= 2M


Option 4

None of the these



Correct Answers