- SVG Tutorial
- SVG - Home
- SVG - Overview
- SVG - Shapes
- SVG - Text
- SVG - Stroke
- SVG - Filters
- SVG - Patterns
- SVG - Gradients
- SVG - Interactivity
- SVG - Linking
- SVG Demo
- 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
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 - What SVG stands for?
Answer : B
Explanation
SVG stands for Scalable Vector Graphics.
Q 2 - Which of the following tag of SVG is used to draw text?
Answer : A
Explanation
text tag of SVG is used to draw a text.
Q 3 - Which of the following is true about SVG patterns?
A - SVG uses <pattern> element to define patterns.
B - Patterns are defined using <pattern> element.
C - Patterns are used to fill graphics elements in tiled fashion.
Answer : D
Explanation
All of the above are correct.
Answer : A
Explanation
Yes! SVG images can be made responsive to user actions. SVG supports pointer events, keyboard events and document events.
Q 5 - Which of the following is used to round the corner of the rounded rectangle along y-axis?
Answer : B
Explanation
ry − used to round the corner of the rounded rectangle.
Answer : B
Explanation
L command of path element creates a line.
Q 7 - Which of the following command of path element creates a smooth curve?
Answer : B
Explanation
S command of path element creates a smooth curve.
Q 8 - Others image formats like raster images can also be clubbed with SVG images.
Answer : A
Explanation
Others image formats like raster images can also be clubbed with SVG images.
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.