Home

Tuesday, May 12, 2026

Practical Final Exam Grade 7 2026

 

Class 7 – Computer Practical (HTML & MS Excel)

Time: 30 Minutes
Marks: 20


Part A: HTML (Moderate Level) – 10 Marks

Question 1 (10 Marks)

Using Notepad, create a webpage with the following requirements:

Structure (Compulsory)

  • Use <html>, <head>, <title>, <body>
  • Title: Student Profile Page

Design the Webpage with the following content:

  1. Add a main heading using <h1>
    → “My Profile” (Center aligned if taught)
  2. Write a short introduction (3–4 lines) about yourself:
    • Use <b> for your name
    • Use <i> for one sentence
  3. Add a horizontal line using <hr>
  4. Create a section: “My Subjects”
    • Use <h2>
    • Add a list of 4 subjects using <ul>
  5. Create another section: “My Hobbies”
    • Use <h2>
    • Add a numbered list using <ol>
  6. Use <br> where needed for spacing
  7. Change text color or background color (as taught)

Final Step

  • Save as: Class7_YourName.html
  • Open in browser to verify output

OR

Part B: MS Excel – 10 Marks

Question 2 (10 Marks)

Open Microsoft Excel and create:

Student

English

Math

Science

Ali

65

70

75

Sara

88

92

90

Ahmed

72

68

70


Tasks:

  • Enter data correctly
  • Add Total column → use SUM
  • Add Average column → use AVERAGE
  • Find:
    • Highest marks using MAX
    • Lowest marks using MIN
  • Apply formatting:
    • Bold headings
    • Center align all data
  • Save as: Class7_YourName.xlsx

Practical Final Exam Grade 7 2026

  Class 7 – Computer Practical (HTML & MS Excel) Time:  30 Minutes Marks: 20 Part A: HTML (Moderate Level) – 10 Marks Questi...