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

Q 2 - Which of the following tag of SVG is used to draw a free flow path?

A - polygon

B - polyline

C - path

D - None of the above.

Answer : C

Explanation

path tag of SVG is used to draw a free flow path.

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 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 command of path element creates a horizontal line?

A - M

B - L

C - H

D - V

Answer : C

Explanation

H command of path element creates a horizontal line.

Q 7 - Being vector images, SVG image never loses quality no matter how they are zoomed out or resized.

A - true

B - false

Answer : A

Explanation

Being vector images, SVG image never loses quality no matter how they are zoomed out or resized.

Q 8 - SVG images are highly scalable as they never loses quality no matter how they are zoomed out or resized.

A - false

B - true

Answer : B

Explanation

SVG images are highly scalable as they never loses quality no matter how they are zoomed out or resized.

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 - s command of path element creates a smooth curve.

A - true

B - false

Answer : A

Explanation

s command of path element creates a smooth curve.

svg_questions_answers.htm
Advertisements