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 attribute of text tag of SVG represents the x axis cordinates of glyphs?

A - x

B - y

C - dx

D - dy

Answer : A

Explanation

'x' attribute of text tag of SVG represents the x axis cordinates of glyphs.

Q 3 - Which of the following is a valid SVG filter?

A - feBlend

B - feColorMatrix

C - feComponentTransfer

D - All of the above.

Answer : D

Explanation

All of the above are valid SVG filters.

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 is used to round the corner of the rounded rectangle along y-axis?

A - y

B - ry

C - height

D - None of the above

Answer : B

Explanation

ry − used to round the corner of the rounded rectangle.

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

A - M

B - L

C - H

D - V

Answer : D

Explanation

V command of path element creates a vertical line.

Answer : A

Explanation

When commands are in Upper case, these represents absolute path.

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 x-axis co-ordinate of center of the ellipse?

A - 0

B - -1

C - Any arbitrary value.

D - None of the above.

Answer : A

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