Class 7 Computer
Class 7 Computer
Aapke notebook syllabus ke base par Chapter 1: Computer Security aur Chapter
2: HTML ke liye topic-wise question-answer aur worksheet neeche bana raha hoon.
Worksheet: Chapter 1
MCQs:
1. Which one is NOT a computer virus?
a) Worm
b) Trojan
c) Firewall
d) Spyware
2. Firewall is used to:
a) Clean files
b) Protect network
c) Increase RAM
d) Share files
True/False:
1. Antivirus is used to create viruses.
2. Cyber crime is legal and safe.
3. Firewall protects the computer from unauthorized access.
4. Data backup is not necessary.
Worksheet: Chapter 2
Fill in the blanks:
1. The <br> tag is used for __________.
2. HTML comments are written as __________.
3. <h1> is the __________ heading tag.
4. Text can be aligned using the __________ attribute.
True/False:
1. <h6> is the largest heading.
2. <hr> tag creates a new paragraph.
3. Comments are visible on the webpage.
4. Background colors can be added using the bgcolor attribute.
Bilkul! Yahaan main **HTML (HyperText Markup Language)** ke complete notes *basic
se advanced level tak* clear aur simple tarike se de raha hoon — bina class mention kiye, sirf
concepts par focus hai.
**Hindi:** HTML ek markup language hai jiska use webpages banane ke liye hota hai.
**Explanation in Hindi:**
- `<!DOCTYPE html>` – Yeh batata hai ki document HTML5 mein hai.
- `<html>` – Yeh pura HTML document hota hai.
- `<head>` – Isme title aur settings hoti hain.
- `<body>` – Jo user ko browser par dikhega, woh sab yahan hota hai.
**Example:**
```html
<p>This is line one.<br>This is line two.</p>
<hr>
```
**Hindi:** Image ka path `src` mein diya jata hai, aur `alt` se alternate text set hota hai.
## **HTML Worksheet**
1. What is HTML?
2. Write the basic structure of an HTML page.
3. Name any three formatting tags and explain their use.
4. How do you create a link in HTML?
5. Write a simple HTML code to create a list of three fruits.