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 text?

A - text

B - polyline

C - path

D - None of the above.

Answer : A

Explanation

text tag of SVG is used to draw a text.

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 4 - Which of the following element of SVG is used to create links?

A - text

B - a

C - Link

D - None of the above

Answer : B

Explanation

<a> element is used to create hyperlink. 'xlink:href' attribute is used to pass the IRI (Internationalized Resource Identifiers) which is complementary to URI (Uniform Resource Identifiers).

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 moves cursor from one point to another point?

A - M

B - L

C - H

D - V

Answer : A

Explanation

M command of path element move from one point to another point.

Q 7 - SVG images supports interactivity and animation.

A - false

B - true

Answer : B

Explanation

SVG images supports interactivity and animation.

Q 8 - SVG images give good printing quality at any resolution.

A - false

B - true

Answer : B

Explanation

SVG images give good printing quality at any resolution.

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 - t command of path element creates a smooth quadratic bezier curve.

A - false

B - true

Answer : B

Explanation

q command of path element creates a smooth quadratic bezier curve.

svg_questions_answers.htm
Advertisements