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

Answer : B

Explanation

SVG stands for Scalable Vector Graphics.

Q 2 - Which of the following tag of SVG is used to draw a free flow path?

A - polygon

B - polyline

C - path

D - None of the above.

Answer : C

Explanation

path tag of SVG is used to draw a free flow path.

Answer : D

Explanation

SVG uses <filter> element to define filters. <filter> element uses an id attribute to uniquely identify it.Filters are defined within <def> elements and then are referenced by graphics elements by their ids.

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

A - x

B - rx

C - width

D - None of the above

Answer : C

Explanation

width − width of the rectangle.

Q 6 - Which of the following command of path element creates a line?

A - M

B - L

C - H

D - V

Answer : B

Explanation

L command of path element creates a line.

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 - SVG images are highly scalable as they never loses quality no matter how they are zoomed out or resized.

A - false

B - true

Answer : B

Explanation

SVG images are highly scalable as they never loses quality no matter how they are zoomed out or resized.

Q 9 - What is the default value of x-axis co-ordinate of end 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 - v command of path element creates a horizontal line.

A - true

B - false

Answer : B

Explanation

v command of path element creates a vertical line.

svg_questions_answers.htm
Advertisements