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

SVG is a XML based format to draw vector images. It is used to draw two - dimentional vector images.

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.

Answer : D

Explanation

All of the above are correct.

Q 4 - Can we get a SVG document using javascript?

A - true

B - false

Answer : A

Explanation

In javascript functions, document represents SVG document and can be used to get the SVG elements.

Q 5 - Which of the following represents radius of the circle?

A - y

B - cy

C - r

D - None of the above

Answer : C

Explanation

r − radius of the circle.

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 - Which of the following command of path element creates a curve?

A - C

B - S

C - Q

D - T

Answer : A

Explanation

C command of path element creates a curve.

Q 8 - What is the default value of y-axis co-ordinate of top left of the rectangle?

A - 0

B - -1

C - Any arbitrary value.

D - None of the above.

Answer : A

Explanation

Default value is 0.

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