Important Questions: Computer Multimedia and Animation
UNIT 1 - HTML & CSS Basics (10 hours)
2 Marks Questions:
- Define HTML.
- What is the use of <div> tag?
- Mention any two types of CSS.
- Define ID selector with an example.
5 Marks Questions:
- Explain any five HTML5 semantic tags.
- Write a short note on CSS syntax and types.
- Differentiate between inline and block elements.
- List and explain any five CSS properties with examples.
8 Marks Questions:
- Explain the structure of an HTML document with example.
- Discuss different types of CSS with examples.
- Explain HTML forms with various input elements and attributes.
UNIT 2 - Animation and Transitions (09 hours)
2 Marks Questions:
- Define animation.
- What is interpolation in animation?
- Mention two examples of transitions in CSS.
- What is a keyframe?
5 Marks Questions:
- Explain start and end states in animation.
- Write a note on transition properties in CSS.
- Explain the role of @keyframes in CSS animations.
8 Marks Questions:
- Discuss CSS animation with examples. Explain animation properties.
- Explain transitions in detail with syntax and examples.
- Explain how to animate HTML elements using CSS3.
UNIT 3 - SVG Basics (08 hours)
2 Marks Questions:
- What is SVG?
- Write the syntax to draw a circle in SVG.
- Mention any two differences between SVG and Canvas.
- What is the use of <polyline> tag?
5 Marks Questions:
- Write HTML code to draw a rectangle and ellipse using SVG.
- Explain embedding and viewing SVG in HTML5.
- Describe gradients in SVG with examples.
8 Marks Questions:
- Explain various SVG shapes with suitable examples.
- Discuss SVG transformations using HTML5.
- Compare and contrast between SVG and Canvas.
UNIT 4 - HTML5 Canvas (08 hours)
2 Marks Questions:
- What is the use of getContext() in Canvas?
- Mention two methods to draw shapes on Canvas.
- Define quadratic curve.
5 Marks Questions:
- Explain how to draw lines and arcs using Canvas.
- Write a note on rendering context in HTML5 Canvas.
- Explain the process of using images in Canvas.
8 Marks Questions:
- Write and explain HTML5 Canvas code to draw shapes and curves.
- Describe browser support, rendering context, and examples for Canvas.
- Explain how to draw a house using HTML5 Canvas with code.
UNIT 5 - Canvas Styling and Animation (07 hours)
2 Marks Questions:
- Define translation in Canvas.
- Mention two Canvas text styling properties.
- What is composition in Canvas?
5 Marks Questions:
- Explain scaling and rotation in Canvas.
- Discuss saving and restoring canvas states.
- Write a note on pattern and shadow in Canvas.
8 Marks Questions:
- Explain various transformations in Canvas with code.
- Describe HTML5 Canvas animation techniques in detail.
- Discuss styles and colors, text and fonts, and composition with examples.