McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Electronics and Communication Engineerin...
→
Computer Graphics
→
floating point algorithm in DDA algorith...
Q.
floating point algorithm in DDA algorithm is……..
A.
time efficient
B.
time consuming
C.
fast
D.
slow
Answer» B. time consuming
1.5k
0
Do you find this helpful?
1
View all MCQs in
Computer Graphics
Discussion
No comments yet
Login to comment
Related MCQs
the advantage of Bresenham's algorithm over conventional DDA algorithm is …….?
if a line is to be drawn from (0,0) to (4,6) using DDA line drawing algorithm, the third point to be plotted is …….
the end point accuracy of DDA line drawing algorithm is ……..
In winding number method , constructed horizontal line between point Q and point P intersects two edges of the polygon with winding no. +1 and -1. Tell whether point Q is inside or outside and what is the net winding ? Note : Q is the point to be tested for inside test.P is point outside the polygon.
In winding number method , constructed horizontal line between point Q and point P intersects edge of the polygon with winding no. +1 . Tell whether point Q is inside or outside and what is the net winding ? Note : Q is the point to be tested for inside test. P is point outside the polygon.
a line connecting the points (1,1) and (5,3) is to be drawn, using the DDA algorithm. Find the values of x and y increments.
in DDA line drawing algorithm, Δx or Δy, whichever is ………, is chosen as one raster unit.
sign function makes the DDA line drawing algorithm work in ………….quadrants.
when a line is to be drawn from (0,0) to (6,6) using DDA line drawing algorithm, the initial values for x and y are……..
the DDA line drawing algorithm is …….. Dependent.