SVG - Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to SVG Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Q 1 - Which of the following tag of SVG is used to draw a ellipse?

A - circle

B - ellipse

C - Both of the above.

D - None of the above.

Answer : B

Explanation

ellipse tag of SVG is used to draw a ellipse.

Q 2 - Which of the following attribute of text tag of SVG sets the rotation to be applied to all glyphs?

A - rotation

B - y

C - dx

D - dy

Answer : A

Explanation

'rotation' attribute of text tag of SVG sets the rotation to be applied to all glyphs.

Answer : D

Explanation

All of the above are correct.

Q 4 - Can we get a SVG document using javascript?

A - true

B - false

Answer : A

Explanation

In javascript functions, document represents SVG document and can be used to get the SVG elements.

Q 5 - Which of the following represents height of the rectangle?

A - y

B - ry

C - height

D - None of the above

Answer : C

Explanation

height − height of the rectangle.

Q 6 - Which of the following represents x-axis radius of the ellipse?

A - x

B - cx

C - rx

D - None of the above

Answer : C

Explanation

rx - x-axis radius of the ellipse.

Q 7 - Being vector images, SVG image never loses quality no matter how they are zoomed out or resized.

A - true

B - false

Answer : A

Explanation

Being vector images, SVG image never loses quality no matter how they are zoomed out or resized.

Q 8 - Size can be big even for small SVG image.

A - true

B - false

Answer : A

Explanation

Size can be big even for small SVG image.

Q 9 - What is the default value of y-axis co-ordinate of start point of the line?

A - -1

B - 0

C - Any arbitrary value.

D - None of the above.

Answer : B

Explanation

Default value is 0.

Q 10 - s command of path element creates a smooth curve.

A - true

B - false

Answer : A

Explanation

s command of path element creates a smooth curve.

svg_questions_answers.htm
Advertisements