Lab Activity: Application Packages

Comprehensive Laboratory Work Guide

Grade XI • Computer Science ⏱️ ~25 min
Objectives Learning Goals & Outcomes

By the end of this lab activity, you will be able to:

Real-World Application: These skills are essential for office administration, business management, academic work, and any professional environment requiring document and data management.

Part 1 Word Processing Application
Q. No. 1. Basic Editing, Proofing, and Formatting Operations

Task: Open a word processing program (e.g., Microsoft Word) on your computer, type the following exact text into a new document, and perform the actions listed below.

Computer in Near Future

Futuristic computer technology

Today the computer has affected all aspects of people's lives. It has become a need in our daily activities. In this century, computer has changed the style of our daily activities. In near future, we shall totally depend on the computer. In the near future, the advancement in computer technology will occur in the following areas:

  • Hardware
  • Software
  • Communication and Networks
  • Robotizes

Hardware

In future the nanotechnology will be used to build molecular devices. The molecular devices will have an extra ordinary computing speed of power. The following hardware devices will be commonly used in near future:

  • Atomic Quantum Computer: In future the personal computer (PCs) will be replaced by quantum computer (Qcs). The speed of Qcs will be up to a billion times faster than today's Pentium IV computers. In these computers quantum mechanics will be used rather than digital technology.
  • Optical computers: In future the optical technology will be used in computer. Due to this technology the computing speed will increase and physical size of computers will also reduce.
  • Storage Device: In future the storage capacity will be in terabytes. The holographic video storage devices are also intercedes. Its storage capacity will be up to 1000 terabytes or more. Its life will be 50 years or more.
  1. Select the first paragraph and copy it to the very end of the document.
  2. Select the second paragraph ("Hardware..."), cut it, and paste it at the beginning of the document.
  3. Delete the current first paragraph.
  4. Use the Undo command repeatedly until the document returns to its original state (how it looked before Step 1).
  5. Use the Redo command once to re-apply the very last action.
  6. Check the entire document for spelling and grammar mistakes and correct them (e.g., *computere*, *live*, *phisical*, *storrage*).
  7. Use the Find and Replace feature to change all instances of the phrase "near future" to "future".
  8. Save the document with the filename: Computer in near future
Q. No. 2. Document Designing (Admission Notice)

Task: Create and design a professional one-page publication notice layout containing the following details:

Einstein Academy

Announces admission open for the Bachelor of Business Studies (BBS) programs

Affiliated to Tribhuvan University

Einstein College was established in 2001 AD, as a modern and dynamic education institution imparting quality education in an affordable and conducive environment.

Eligibility:

Passed level Preferred grade
10+2 At least 'D+' grade

Application Process:

The admission form is available at the college reception. The admission must be filled up and submitted along with following documents:

  1. Academic Transcript of grade 11 and 12
  2. Character Certificate
  3. Migration Certificate

Salient Features:

  • Founded & run by a team of veteran academicians with decades of working experience in Nepal & abroad, accompanied by a team of well-qualified, dynamic & dedicated faculty.
  • Excellent Academic Environment in a unique system at state-of-art facilities with scholarship scheme.
  • Outstanding BBS result and Top Ten +2, honored by NEB.

For Details Contact:

EINSTEIN ACADEMY

Thasikhel, Mahalaxmi Chowk, Ring Road, Lalitpur-14
Tel - 5170418, 5171139

Q. No. 3. Professional Resume Building

Task: Prepare a structured professional two-column resume template. Organize your layout to match professional standards including sections for: Contact Info, Career Objective, Technical Skills, Experience/Academic Background, Hobbies, and Languages.

View Modern Resume Sample (Professional Blueprint)

Kedar Pd. Bhandari

Computer Science Teacher & STEAM Specialist

📍 Lalitpur, Nepal 📞 +977 9803453593 ✉️ bkedarnp@gmail.com 🌐 bhandarikdr.github.io

Technical Skills

  • Languages: C/C++, Python, HTML5, CSS3, SQL
  • Tools: MS Office, Google Workspace, Git/GitHub
  • Core: Hardware Troubleshooting, STEAM Pedagogy

Education

MPhil in STEAM Education

Kathmandu University | 2025

B.Sc. in CSIT

Amrit Campus, TU | 2013

Languages

English (Fluent), Nepali (Native)

Professional Summary

Dedicated Educator & STEAM Specialist with over 10 years of experience. Expert in student-centered learning and pedagogy. Committed to bridging the digital divide through innovative teaching and continuous academic research.

Experience

Faculty of Computer Science

2020 – Present

Einstein Academy, Lalitpur

  • Modernized CS curriculum with activity-based learning.
  • Mentored students through technical projects.

Head of Computer Science

2018 – 2019

Yangrima Boarding School

  • Managed CS department and updated IT literacy program.
Q. No. 4. Advanced Report Formatting (Long Document Management)

Task: Create a formal student's final report following the strict formatting requirements below. This task tests your ability to manage long documents with consistent styling, sections, and automated features.

Part A: General Formatting Requirements

Part B: Heading Levels & Style Definitions

Part C: Document Structure

Your paper must include the following sections in order:

View Sample Formatting & Layout (Expand to check)
Title / Heading One

Video provides a powerful way to help you prove your point. When you click Online Video, you can paste the embed code for the video you want to add. You can also type a keyword to search online for the video that best fits your document. To make your document look professionally produced, Word provides header, footer, cover page, and text box designs that complement each other.

Heading Two

Video provides a powerful way to help you prove your point. When you click Online Video, you can paste in the embed code for the video you want to add. You can also type a keyword to search online for the video that best fits your document. To make your document look professionally produced, Word provides header, footer, cover page, and text box designs that complement each other.

Heading Three

Video provides a powerful way to help you prove your point. When you click Online Video, you can paste in the embed code for the video you want to add. You can also type a keyword to search online for the video that best fits your document. To make your document look professionally produced, Word provides header, footer, cover page, and text box designs that complement each other.

Heading Four. I could not write in any other way because this was not a dissertation in a conventional sense; this was the crystallization of my lived experiences. These experiences might be viewed as a science teacher's transformation and present reality for me.

Note: The same system will be followed throughout all chapters.

Part 2 Spreadsheets Application
Q. No. 1. Basic Inventory Calculations

Task: Create the worksheet layout below and enter the correct multiplication and sum formulas into Column D and Cell D6.

Cell A (ITEM) B (RATE) C (QTY) D (TOTAL)
1 ITEM RATE QTY TOTAL
2 Book 300 10 =B2*C2
3 Copy 100 20 =B3*C3
4 Pencil 10 100 =B4*C4
5 Pencil 50 50 =B5*C5
6 =SUM(D2:D5)
Q. No. 2. Commercial Bill / Invoice System

Task: Build a complete hardware sales invoice with dynamic parameters.

S.N. Particulars QTY Rate Amount Formula
1monitor512000= QTY * Rate
(e.g., =C2*D2)
2printer37000
3scanner63500
4keyboard10300

Required Calculations:

  • Total Amount: =SUM(E2:E13)
  • VAT (13%): =Total_Amount * 13%
  • Grand Total: =Total_Amount + VAT_Amount

Sub-Tasks:

Q. 2(a): Add a column labeled "Delivery Charge" (Column F). Assign a flat value of Rs. 50 to each line item row, then revise your formulas to incorporate it into the row's total amount.

Q. 2(b): Modify your VAT parameter cell from 13% to 15% and verify the dynamic updates across your Grand Total field.

Q. No. 3. Student Grading System & Advanced Logic Blocks

Task: Prepare a school terminal result ledger sheet supporting columns from A to M. Input records for 8 to 10 students and apply the following exact logical definitions:

TOTAL (Cell J2):
=SUM(D2:I2)

PERCENTAGE (Cell K2):
=J2/600*100

RESULT (Cell L2): (Pass marks criteria: >32 across all individual subjects)
=IF(AND(D2>32, E2>32, F2>32, G2>32, H2>32, I2>32), "PASS", "FAILED")

DIVISION (Cell M2):
=IF(K2>79, "DISTINCTION", IF(K2>59, "FIRST", IF(K2>44, "SECOND", "THIRD")))

*Subjects: D: English, E: Maths, F: Science, G: Computer, H: O.B.T, I: Social.

Q. No. 4. Data Visualization & Charts

Task: Input the following sample data array into an empty grid sheet and generate a combined Column-Line chart with legends mapping series performance metrics.

Category Series One Series Two
alpha12
beta34
gamma23
delta45
epsilon34
zeta56
Part 3 Presentation
Presentation Application Task

Requirement: Create a 10–12 slide deck using presentation software (e.g., PowerPoint).

Part 4 Databases Concept
Database Application Task (MS Access)

Objective: Design a relational database named Einstein_Academy.accdb to manage student and faculty information.

  1. Table Definitions: Create Student Details table with fields: StudentID (PK), FirstName, LastName, DateOfBirth, ContactNumber, EmailAddress.
  2. Relational Configurations: Link tables using primary/foreign keys with "Enforce Referential Integrity" enabled.
  3. Forms Design: Create an input form to log 5-10 student records.
  4. Queries: Build filters to fetch records (e.g., Marks > 70 or LastName = "Rai").
  5. Report Generation: Use Report Wizard to create printable layouts.
Challenge Practical Integration Task

Integration Challenge: Office Suite Workflow

Create a complete workflow demonstrating integration between office applications:

  1. Extract student data from your Access database into Excel
  2. Create a summary report in Word with embedded Excel charts
  3. Build a 5-slide presentation summarizing your findings
  4. Include data from all three applications in your final output
Assessment Prep Ready for the Interactive Assessment

What to Expect in the Assessment:

Key Points to Remember:

Practice Recommendations: