Computer Graphics - Graphics Operations

11. A cube of side 1 unit is placed such that the origin coincides with one of its vertices and the three axes run along three of its edges. The vertex diagonally opposite to (1, 0, 1) is

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


12. A rectangle is bound by the lines x = 0; y = 0; x = 5 and y = 3. The line segment joining (-1, 0) and (4, 5), if clipped against this window will connect the points

  • Option : B
  • Explanation :
    The equation of the line joining (-1, 0) and (4, 5) is x - y + 1 = 0. This cuts the window boundaries x = 0 and y = 3 at the points (0, 1) and (2,3) respectively.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


13. A rectangle is bound by the lines x = 0; y = 0; x = 5 and y= 3.
The line segment joining (1, 1) and (4, 2) if clipped against this window will connect the points

  • Option : C
  • Explanation :
    A point (x, y) will be inside the window, if 0 < x < 5 and 0 < y < 3. So, the points (1, 1) and (4, 2), both lie within the window. So, it is already clipped
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


14. A rectangle is bound by the lines x = 0; y = 0; x = 5 and y = 3
The line 2x - y + 4 = 0, if clipped against this window will connect the points

  • Option : D
  • Explanation :
    This line cuts the x-axis at (-2,0) andy-axis at (0,4). So, it lies totally outside the window and so cannot be clipped.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *


15. Find the incorrect statement(s).

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *