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 tag of SVG is used to draw a line?

A - linear

B - line

C - Both of the above.

D - None of the above.

Answer : B

Explanation

line tag of SVG is used to draw a line.

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 - Are mouse events, keyboard events supported in SVG?

A - true

B - false

Answer : A

Explanation

Yes! SVG elements support mouse events, keyboard events.

Q 5 - Which of the following represents x-axis co-ordinate of the center of the ellipse?

A - x

B - cx

C - rx

D - None of the above

Answer : B

Explanation

cx − x-axis co-ordinate of the center of the ellipse.

Q 6 - Which of the following represents y-axis co-ordinate of the end point of a line?

A - x1

B - y1

C - x2

D - y2

Answer : D

Explanation

y2 − y-axis co-ordinate of the end point. Default is 0.

Q 7 - Which of the following command of path element creates a smooth quadratic Bezier curve?

A - C

B - S

C - Q

D - T

Answer : D

Explanation

T command of path element creates a smooth quadratic Bezier curve.

Q 8 - What is the default value of x-axis co-ordinate of center of the circle?

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