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

Explanation

All 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 defines thickness of text, line or outline of any element?

A - stroke

B - stroke-width

C - stroke-linecap

D - stroke-dasharray

Answer : B

Explanation

'stroke-width' property defines thickness of text, line or outline of any element.

Q 4 - Which of the following represents x-axis co-ordinate of top left of the rectangle?

A - x

B - rx

C - width

D - None of the above

Answer : A

Explanation

x − x-axis co-ordinate of top left of the rectangle. Default is 0.

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 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.

Q 7 - Which of the following command of path element closes the path?

A - A

B - Z

C - Q

D - T

Answer : B

Explanation

Z command of path element closes the path.

Q 8 - SVG integrates well with XSLT and DOM of HTML.

A - false

B - true

Answer : B

Explanation

SVG integrates well with XSLT and DOM of HTML.

Q 9 - What is the default value of y-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