Test-1 Graphic

  1. What parameters are needed to define a point?
  2. How you will decide the location of point on stage of length L and Width W,
    1. inside or outside of stage
    2. on the border, if on border which side of border ?
    3. on the corner
  3. What parameters are needed to define straight line? ( Assume line to be a straight line)
  4. How you will decide that a point is on
      1. one side of line,
      2. on other side of line
      3. on the straight line
      4. on the extended line
      5. on the midpoint of line
  1. How you will decide that line is
    1. completely in the stage of length L and Width W,
    2. completely outside the stage
    3. partly inside and partly outside
    4. along the border
    5. if on the border which side of border?
  2. How you will decide two lines are parallel
  3. How you will decide two lines are segments of one line
  4. How you will determine intersection of lines
  5. What parameters are needed to define a circle?
  6. How you will decide that circle is
    1. completely in the stage,
    2. completely outside the stage
    3. partly inside and partly outside
    4. touching  the border
    5. if touching  the border which side of border?
  7. How you will decide that point is in the circle, on the circumference or on the outside of circle.
  8. If a circle is moving towards a line how you will detect when it touches the line, when its centre lies on line.
  9. If two circles of radius r1 and r2 are moving towards each other how you will detect when they touch each other? How many stages are there when such happens when one circle crosses other circle.
  10. When the circle on the stage will be touching two adjacent lines in the corner
  11. Which circle will occupy exactly half the area of the stage with length L and width W
  12. If a circle of radius W/2 is moving on the stage what max distance it can travel within the stage.