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

Explanation

SVG stands for Scalable Vector Graphics.

Q 2 - Which of the following tag of SVG is used to draw a open ended polygon?

A - polygon

B - polyline

C - path

D - None of the above.

Answer : B

Explanation

polyline tag of SVG is used to draw a close ended polygon.

Answer : C

Explanation

Both of the above are correct.

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 co-ordinate of the start point of a line?

A - x1

B - y1

C - x2

D - y2

Answer : A

Explanation

x1 − x-axis co-ordinate of the start point. Default is 0.

Answer : B

Explanation

When commands are in Lower case, these represents relative path.

Q 8 - Others image formats like raster images can also be clubbed with SVG images.

A - true

B - false

Answer : A

Explanation

Others image formats like raster images can also be clubbed with SVG images.

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

A - true

B - false

Answer : A

Explanation

h command of path element creates a horizontal line.

svg_questions_answers.htm
Advertisements