- 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 - Mock Test
This section presents you various set of Mock Tests related to SVG Framework. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.
SVG Mock Test I
Q 1 - What SVG stands for?
Answer : B
Explanation
SVG stands for Scalable Vector Graphics.
Q 2 - Which of the following is true about SVG?
A - SVG is a XML based format to draw vector images.
Answer : C
Explanation
SVG is a XML based format to draw vector images. It is used to draw two - dimentional vector images.
Q 3 - Which of the following is true about SVG?
A - SVG is intended to display images over the web.
B - Being vector images, SVG image never loses quality no matter how they are zoomed out or resized.
Answer : D
Explanation
All of the above options are correct.
Q 4 - Which of the following is true about SVG?
B - Others image formats like raster images can also be clubbed with SVG images.
Answer : D
Explanation
All of the above options are correct.
Q 5 - Which of the following is an advantage of using SVG?
A - Use any text editor to create and edit SVG images.
B - Being XML based, SVG images are searchable, indexable and can be scripted and compressed.
Answer : D
Explanation
All of the above options are correct.
Q 6 - 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 7 - Which of the following is a disadvantage of using SVG?
A - Being text format size is larger then compared to binary formatted raster images.
Answer : C
Explanation
Both of the above options are correct.
Q 8 - Which of the following tag of SVG is used to draw a rectangle?
Answer : A
Explanation
rect tag of SVG is used to draw a rectangle.
Q 9 - Which of the following tag of SVG is used to draw a circle?
Answer : A
Explanation
circle tag of SVG is used to draw a circle.
Q 10 - 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 11 - Which of the following tag of SVG is used to draw a line?
Answer : B
Explanation
line tag of SVG is used to draw a line.
Q 12 - Which of the following tag of SVG is used to draw a close ended polygon?
Answer : A
Explanation
polygon tag of SVG is used to draw a close ended polygon.
Q 13 - Which of the following tag of SVG is used to draw a open ended polygon?
Answer : B
Explanation
polyline tag of SVG is used to draw a close ended polygon.
Q 14 - 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 15 - 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 16 - Which of the following attribute of text tag of SVG represents the x axis cordinates of glyphs?
Answer : A
Explanation
'x' attribute of text tag of SVG represents the x axis cordinates of glyphs.
Q 17 - 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 18 - Which of the following attribute of text tag of SVG represents shift along with x-axis?
Answer : C
Explanation
'dx' attribute of text tag of SVG represents the shift along with x-axis.
Q 19 - Which of the following attribute of text tag of SVG represents shift along with y-axis?
Answer : D
Explanation
'dy' attribute of text tag of SVG represents the shift along with y-axis.
Q 20 - Which of the following attribute of text tag of SVG sets the rotation to be applied to all glyphs?
Answer : A
Explanation
'rotation' attribute of text tag of SVG sets the rotation to be applied to all glyphs.
Q 21 - Which of the following attribute of text tag of SVG sets the rendering length of the text?
Answer : B
Explanation
'textlength' attribute of text tag of SVG sets the rendering length of the text.
Q 22 - Which of the following stroke property defines color of text, line or outline of any element?
Answer : A
Explanation
'stroke' property defines color of text, line or outline of any element.
Q 23 - Which of the following stroke property defines thickness of text, line or outline of any element?
Answer : B
Explanation
'stroke-width' property defines thickness of text, line or outline of any element.
Q 24 - Which of the following stroke property defines different types of ending of a line or outline of any element?
Answer : C
Explanation
'stroke-linecap' property defines different types of ending of a line or outline of any element.
Q 25 - Which of the following stroke property used to create dashed lines?
Answer : D
Explanation
'stroke-dasharray' property is used to create dashed lines.
Answer Sheet
Question Number | Answer Key |
---|---|
1 | B |
2 | C |
3 | D |
4 | D |
5 | D |
6 | C |
7 | C |
8 | A |
9 | A |
10 | B |
11 | B |
12 | A |
13 | B |
14 | C |
15 | A |
16 | A |
17 | B |
18 | C |
19 | D |
20 | A |
21 | B |
22 | A |
23 | B |
24 | C |
25 | D |