- 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 tag of SVG is used to draw a ellipse?
Answer : B
Explanation
ellipse tag of SVG is used to draw a ellipse.
Q 2 - Which of the following tag of SVG is used to draw a free flow path?
Answer : C
Explanation
path tag of SVG is used to draw a free flow path.
Q 3 - Which of the following is a valid SVG filter?
Answer : D
Explanation
All of the above are valid SVG filters.
Answer : A
Explanation
In javascript functions, document represents SVG document and can be used to get the SVG elements.
Q 5 - Which of the following represents height of the rectangle?
Answer : C
Explanation
height − height of the rectangle.
Q 6 - Which of the following command of path element moves cursor from one point to another point?
Answer : A
Explanation
M command of path element move from one point to another point.
Q 7 - When commands of Path element takes absolute path?
A - When commands are in Upper case
Answer : A
Explanation
When commands are in Upper case, these represents absolute path.
Q 8 - What is the default value of x-axis co-ordinate of center of the circle?
Answer : A
Explanation
Default value is 0.
Q 9 - Which of the following is used to pass points to draw a polyline?
Answer : A
Explanation
points − List of points to make up a polyline.
Answer : A
Explanation
c command of path element creates a curve.