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 : C

Explanation

Both of the above options are correct.

Q 2 - Which of the following attribute of text tag of SVG represents the y axis cordinates of glyphs?

A - x

B - y

C - dx

D - dy

Answer : B

Explanation

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

Q 3 - Which of the following stroke property used to create dashed lines?

A - stroke

B - stroke-width

C - stroke-linecap

D - stroke-dasharray

Answer : D

Explanation

'stroke-dasharray' property is used to create dashed lines.

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 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 - Which of the following command of path element creates an elliptical arc?

A - A

B - S

C - Q

D - T

Answer : A

Explanation

A command of path element creates an elliptical arc.

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 - m command of path element move from one point to another point.

A - true

B - false

Answer : A

Explanation

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

Q 10 - q command of path element creates a quadratic bezier curve.

A - false

B - true

Answer : B

Explanation

q command of path element creates a quadratic bezier curve.

svg_questions_answers.htm
Advertisements