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

Explanation

Both of the above are correct.

Q 4 - Can we write javascript functions in SVG images?

A - true

B - false

Answer : A

Explanation

Yes! SVG supports JavaScript/ECMAScript functions. Script block is to be in CDATA block consider character data support in XML.

Q 5 - Which of the following represents y-axis co-ordinate of the center of the circle?

A - y

B - cy

C - height

D - None of the above

Answer : B

Explanation

cy − y-axis co-ordinate of the center of the circle. Default is 0.

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.

Answer : A

Explanation

When commands are in Upper case, these represents absolute path.

Q 8 - SVG images give good printing quality at any resolution.

A - false

B - true

Answer : B

Explanation

SVG images give good printing quality at any resolution.

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

A - true

B - false

Answer : A

Explanation

v command of path element creates a vertical line.

svg_questions_answers.htm
Advertisements