Home / CSE MCQs / SVG ::

CSE MCQs :: SVG

  1. The rx and the ry attributes _______ the corners of the rectangle
  2. A.
    bends
    B.
    clears
    C.
    sharps
    D.
    rounds

  3. Which of the following stroke property defines different types of ending of a line or outline of any element?
  4. A.
    stroke
    B.
    stroke-width
    C.
    stroke-linecap
    D.
    stroke-dasharray

  5. SVG defines the graphics in _______ format
  6. A.
    PHP
    B.
    XML
    C.
    ASP
    D.
    HTML

  7. Which of these are not used to embed the SVG files to HTML?
  8. A.
    embed
    B.
    object
    C.
    frame
    D.
    iframe

  9. If standalone="no" means that the SVG document has a reference to an external file.
  10. A.
    False
    B.
    True
    C.
    Can't say
    D.
    None of these

  11. Which of the following is attribute of SVG line?
  12. A.
    x
    B.
    y
    C.
    x1
    D.
    All of the mentioned

  13. Which of the following is used to pass points to draw a polygon?
  14. A.
    points
    B.
    d
    C.
    path
    D.
    None of the above

  15. Which of the following element is used to create a circle?
  16. A.
    cir
    B.
    round
    C.
    circle
    D.
    ellipse

  17. The x1 attribute defines the ______ of the line on the x-axis
  18. A.
    end
    B.
    middle
    C.
    start
    D.
    Some point

  19. If cx and cy are omitted, the circle's center is set to:
  20. A.
    (100,100)
    B.
    to the bottom
    C.
    (0,0)
    D.
    to the right