LONG ANSWER QUESTIONS
UNIT 1
1. Explain the basic tags of HTML with example.
2. Explain basic text formatting tags with example.
3. Create an HTML page with a heading, a paragraph, font and a horizontal line.
4. Explain ordered and unordered list with example
5. Explain definition list with necessary tags and example.
6. Explain nested list with example.
7. Explain the different attributes of table tag with example.
8. Explain colspan and rowspan with example.
9. How do you create frames ? Explain with attributes and example.
10. Explain the following form elements. i) password ii) checkbox iii) radio iv) file
11. Explain the features of HTML5 in detail.
12. Explain the different attributes of <input> tag with example.
13. Write an HTML form that takes a user’s name, password, gender, date of birth and address
as input.
14. Explain with an example adding external style sheet in html document.
15. Explain with an example to add inline style and internal style sheet in html document
16. Explain with an example to add internal style sheet in html document.
17. Explain id and class selector with example.
18. Explain the different text and font properties in CSS.
19. Explain the List properties with example.
20. Explain the features of CSS.
21. Explain the use of innerHTML and getElementById property in javascript.
22. Explain the Characteristics of Javascript.
23. Explain the method of adding JavaScript to HTML document with programming example.
24. Explain with example alert( ) and confirm( ) popup boxes in javascript.
25. Explain the 3 types of popup boxes in Javascript.
26. Explain the prompt method in JavaScript with a code.
27. Write a java script code to create a multiplication table using internal CSS.
UNIT 2
1. Explain the multimedia elements with example.
2. Write any 5 applications of multimedia.
3. Explain multimedia architecture in detail
4. Explain the different evolving technologies of multimedia system.
5. Explain the need for Data compression in multimedia.
6. Explain the characteristics of multimedia database management system.
7. Explain different objects of multimedia system.
8. Explain any 6 different types of media.
9. Explain Perception media and Representation media.
10. Explain the different characteristics of presentation spaces.
11. Explain Information Exchange Media and transmission media
12. Mention different presentation dimensions. Explain any three.
13. Explain the three types of presentation spaces.
14. What are the key properties of multimedia system.
15. Explain Discrete and Coninuous media.
16. Explain the concept of media independence in detail.
17. What are speech signal, and how are they used in multimedia applications?
18. Explain applications of speech signal in multimedia.
19. Explain the steps involved in speech transmission system.
20. What is CSS animation? Explain the following animation properties. i)animation-name ii)
animation-duration iii) animation- delay iv) animation-iteration-count.
21. What is keyframes in CSS? Explain the different properties of keyframes.
22. Explain keyframes in CSS animation with syntax and example.
23. Write a simple CSS code to implement simple animation.
24. Explain the different properties of transition with example.
25. How to add a CSS transition to the document? Explain with an example.
26. Differentiate between long hand and short hand CSS properties with example
27. Compare CSS animation and CSS transition with example.
28. Mention the different types of CSS transitions. Explain any two with example code.
UNIT 3
1. How to Embed SVG file in HTML 5? Explain with example code.
2. What is SVG? Explain any five features of SVG in detail.
3. Explain SVG Circle with necessary syntax and example.
4. Explain different attributes of SVG cirlce with example.
5. Write the SVG code to generate three circles with different radius, fill color, stroke.
6. Using SVG elements create 3 different rectangles with rounded corners.
7. How to create a SVG Rectangle? Explain with an example.
8. Explain SVG Line with necessary codes.
9. How to add SVG Line in the document? Explain with an example to add 2 vertical lines.
10. How to create a SVG ellipse? Explain with an example.
11. Explain the syntax of svg <ellipse> with attributes and example.
12. What is SVG? Write the code snippet using the element to create a star.
13. Explain SVG Polygon with necessary codes.
14. Explain SVG Polyline with an example.
15. Differentiate between SVG <polyline> and <polygon> with example.
16. What is the use of SVG gradients? Explain the types of Gradients with examples.
17. What is meant by linear gradient? Explain its types with an example
18. Explain radial gradient with a HTML code.
UNIT 4
1. What is the rendering context of a canvas? Explain with example.
2. Explain different features of Canvas in HTML5.
3. Explain the method of drawing a circle on a canvas with an example.
4. Explain the method of drawing a circle on a canvas with an example.
5. What are Beizer Curves? Explain with an example.
6. Write a note on Quadratic Curves with syntax and example.
7. Explain the method of drawing a line on a canvas with an example.
8. Compare Bezier curve and qudratic curve with example.
9. Explain how to embed an Image into the canvas with syntax and examples.
10. Explain the method create RadialGradient() with relevant syntax and example.
11. Explain drawing text on the Canvas, with examples.
12. Explain the following with syntax and exmaple a) fillText () b) strokeText() c)
shadowBlur()
13. Explain Save and Restore states in Canvas.
14. Write a HTML code to illustrate to canvas restore() method.
15. Explain the significance of canvas translate() method with relevant examples.
16. Explain canvas Rotation with relevant examples.
17. Explain canvas Scaling with relevant examples.