Write short notes on :-
(a) Operating system
(c) Container tags
(b) Sprite
(d) Empty tags
Answers
Answered by
2
Answer:-
(a) Operating system -
- A system software that deals with computer hardware and software resources and also supports by providing common services for computer programs.
- An operating system is a computer program that handles the computer hardware.
- It equips a base for application programs and plays as an emissary between the user and the computer hardware.
(b) Sprite -
- Sprite is a two-dimensional animation or an image that is integrated to a larger screen.
- Sprite is basically an animation.
- Sprite is basically used to lower the amount of files to be downloaded for the webpage or website.
(c) Empty tag -
- Empty tag is a tag which has opening and closing tag.
Example:
- <html>...</html>
- <body>...</body>
- <p>...</p>
- <head>...</head>
(d) Container tag -
- Container tag is a tag which has only opening tag.
Example:-
- <br>
- <area>
- <base>
- <img>
Similar questions