- SVG - Home
- SVG - Overview
- SVG - Shapes
- SVG - Text
- SVG - Stroke
- SVG - Filters
- SVG - Patterns
- SVG - Gradients
- SVG - Interactivity
- SVG - Linking
- SVG - Loaders
- SVG - Dialog
- SVG - Icons
- SVG - Clock
- SVG - Drag
- SVG - Key point
- SVG - Maps
- SVG - amChart
- SVG - Graph
- SVG - Flat Surface Shade
- SVG - Image Filter
- SVG - Text Effects
- SVG - Text With CSS Effects
- SVG - Arrow Effects
- SVG - Brand Effects
- SVG - Gooey Effects
- SVG - Gradients Effects
- SVG - Playful Effects
- SVG - Scroll Effects
- SVG - Side Show Effects
- SVG - Tab Effects
- SVG - Raphael.js Effects
- SVG - Velocity.js Effects
- SVG - Walkway.js Effects
- SVG - zPath.js Effects
- SVG - Vague.js Effects
- SVG - Transformation Effects
- SVG - Full Screen Overlay Effects
- SVG - Lazylinepainter.js Effects
- SVG - Demo Game
- SVG - Real Time SVG AD
- SVG Useful Resources
- SVG - Questions and Answers
- SVG - Quick Guide
- SVG - Useful Resources
- SVG - Discussion
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.
Q 1 - Which of the following is an advantage of using SVG?
A - Good printing quality at any resolution.
Answer : C
Explanation
Both of the above options are correct.
Q 2 - Which of the following attribute of text tag of SVG represents the y axis cordinates of glyphs?
Answer : B
Explanation
'y' attribute of text tag of SVG represents the y axis cordinates of glyphs.
Q 3 - Which of the following stroke property used to create dashed lines?
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?
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 width of the rectangle?
Answer : C
Explanation
width − width of the rectangle.
Q 6 - Which of the following represents x-axis radius of the ellipse?
Answer : C
Explanation
rx - x-axis radius of the ellipse.
Q 7 - Which of the following command of path element creates an elliptical arc?
Answer : A
Explanation
A command of path element creates an elliptical arc.
Answer : B
Explanation
SVG images give good printing quality at any resolution.
Answer : A
Explanation
m command of path element move from one point to another point.
Answer : B
Explanation
q command of path element creates a quadratic bezier curve.