Sei sulla pagina 1di 19

Project Work Of Computer Science XI 2072

ORIENT COLLEGE
BASUNDHARA-KATHMANDU

Project work of Experimental Study of Computer

Submitted By: Submitted To:


Nitesh Pokharel Sir Rabindra Joshi
Roll NO: 48

signature signature
Date of Submission:
ORIENT COLLEGE 1
Project Work Of Computer Science XI 2072

Letter of Certification
This is to Certify That Mr. Nitesh Pokharel students Of Orient College grade XI has
Sincerely Performed his lab work and actively participate in the preparation of the
project report under my Suspension and guidance based on computer science.

I will further support him in computer activities and wish success in his future

Signature:-…………………………….
(Mr. Rabindra Joshi)
Department of computer Science.

ORIENT COLLEGE 2
Project Work Of Computer Science XI 2072

Acknowledgement
We must take this opportunity to acknowledge our sciencerly gratitude to the
ORIENT COLLAGE for providing this type of quality education in the field of
computer science whish help students to broaden the concept of computer
science.
I can’t remain aloof from thanking Mr. rabindra joshi sir who encouraged
me to perform various computer activities.
I am grateful for my project supervisor
Mr. Rabindra Joshi sir and all the entire computer member of orient college for
their suggestion, guidance, and motivation in my work.
Again I want to thank my project supervisor Mr.Rabindra Joshi for extending my
ideas and field of imagination and making me realize to approach a project in such
a way that it can be usable in any form or way.

Thank’s

ORIENT COLLEGE 3
Project Work Of Computer Science XI 2072

Table of Content
1. Word Processor and Features of word processor…………………………………….05
2. Sample Bio-data……………………………………………………………………………………….06
3. Sample Application……………………………………………………………..……………………07
4. Spread-sheet and it’s features………………………………………………………….………08
5. Sample making of Discount bill…………………………………………………………………09
6. Sample making of Mark-sheet………………………………………………………………….10
7. Sample Discount bill…………………………………………………………………………………11
8. Sample Mark-sheet………………………………………………………………………………….12
9. Sample pie-chart……………………………………………………………………………………..13
10. Introduction of web page………………………………………………………………………14
11. Sample web page…………………………………………………………………………………..15
12. Code used for making web project…………………………………………………………16-17
13. Conclusion……………………………………………………………………………………………….18

ORIENT COLLEGE 4
Project Work Of Computer Science XI 2072

1. Word processer:-
Concept of Word processer
Word processor is an application software that helps for writing, editing, formatting
a document. Moreover it also helps for designing and presenting the document in
attractive format. We can inserts pictures, tables, shapes, graphs, objects, etc. It
also provides the features like labels, mailings, grammar, spell checking, modules,
macro, equations and mail merge. MS Word is the most popular word processor
developed by Microsoft Company.

1.1 Features of Word processor


 We can use Word processor for creating, saving and closing, printing a
documents.
 We can use Word processor for formatting text, paragraphs, table and page.
 We can use Word processor for drawing pictures, charts and graphs.
 We can use Word processor for inserting symbols, objects, word art, clip art,
graphics, etc.
 We can use Word processor for automating the work by using macros.
 We can use Word processor for sending multiple mails by using mail merge
tool.
 We can use Word processor for checking spelling and thesaurus.
 We can use Word processor for working with text boxes and frames.

ORIENT COLLEGE 5
Project Work Of Computer Science XI 2072

Sample of bio-data
NITESH POKHAREL
Personal Information
Father’s Name : Khadendra Pokharel
Mother’s Name : Indira Pokharel
Date of Birth : Jestha 31, 2056
Permanent Address : Lalnandi-4, Sarlahi
Temporary Address : Basundhara, Kathmandu
Marital Status : Single
Nationality : Nepali
Religion : Hindu
Contact No : 9844238033

Qualifications:
 Passed S.L.C. exam From the government of Nepal
 Passed (10+2) exam from H.S.E.B. of Nepal government
 Passed Bachelor From T.U
Experiences:
General Knowledge of computer on MS world, Excel, power point

ORIENT COLLEGE 6
Project Work Of Computer Science XI 2072

2. Sample Application

Date:-2072/12/12
To
The Principal,
The Insight Vision H.S. School
Dhumbarahi, Kathmandu

Sub:-An application for the post of an English teacher.


Respected Sir/Madam,
Through the advertisement published in the daily (The
Kantipur) dated 2072/12/11. I came to know that your reputed school is in need of
an English teacher. I would like to apply for the same.
I am a young energetic
and active boy/girl of 25. As for my qualification I have passed M.A. from T.U. in
first division. And I have been working for New Leera H.S. School for two years. If
you provide me an opportunity to work for your school, I will leave no stone
unturned regarding my duty. I have here with, attached the photocopies of my
certificates and bio-data.
Hoping for the positive response.

Yours Faithfully
Name:- Nitesh pokharel
Address:- Dhapasi-1, Kathmandu

ORIENT COLLEGE 7
Project Work Of Computer Science XI 2072

2. Spread sheet
Concept and use of spread sheet
Spreadsheet is a computer application software which helps for handling,
manipulating and analyzing data. Moreover it helps for data presentational using
charts and it also helps for decision making for the managers. It is used for preparing
mark sheet, salary sheet, bill, etc. It is electronic documents having multiple rows
and multiple columns where we can put data for further manipulation and
analysis.MS Excel is the most popular application software developed by the
Microsoft Company.

2.1 features of spread sheet


 Spread sheet allows us for keeping records in the worksheet and workbook.
 Spread sheet allows us for sorting, filtering and conditional formatting of
given data.
 Spread sheet provides various mathematical, statistical and logical formulas
for data manipulations.
 Spread sheet provides various charts for presenting data.
 Spread sheet offers the features for data validation and data entry rules.
 Spread sheet helps for analyzing data using pivot table and pivot chart.

ORIENT COLLEGE 8
Project Work Of Computer Science XI 2072

5. Sample Making of Discount bill


We can make simple discount bill using Excel. One Sample of Discount bill is given
below.

For making this bill following codes are used:


 Total = Product(C3:D3)
 Discount =IfE3>=15,E3*0.1,0)
 Sub Total =(E3-F3)
 Grand Total =SUM(G3:G10)

ORIENT COLLEGE 9
Project Work Of Computer Science XI 2072

6. Sample Making of Mark Sheet


We can make Mark sheet using Excel. One sample of Mark sheet is given below.

For making this Mark Sheet following codes are used:


 Total =sum(C4:G4)
 Percentage =total mark obtained/no of sub(i.e H4/5)
 Results =if(and(C4>40,D4>40,E4>40,F4>40,G4>40),”Pass”,”fail”)
ORIENT COLLEGE 10
Project Work Of Computer Science XI 2072

7. Sample Discount Bill

Shyam General Store


Basundhara, Kathmandu
Bill no………………………… Date………………………………

S.N Particulars Price


Quantity Total Discount Sub total
1 Rice 20 5 100 10 90
2 Dal 25 3 75 7.5 67.5
3 Sugar 60 2 120 12 108
4 Soap 15 5 75 7.5 67.5
5 Tooth Brush 10 2 20 2 18
6 Tooth paste 12 1 12 0 12
7 Noodels 10 1 10 0 10
8 Chocolates 2 10 20 2 18
9 Biscuits 20 4 80 8 72
10 Oil 70 2 140 14 126
Grand Total………………………………………………………………………………………………. 589

ORIENT COLLEGE 11
Project Work Of Computer Science XI 2072

8. Sample Mark Sheet

Orient College
Basundhara, Kathmandu
Students Examination Result
Subjects
S.N Name English Nepali Account Economics Computer Science Total Percentage Results
1 Ramesh Darnel 42 65 56 62 80 305 61 pass
2 Aseem Sapkota 55 65 57 64 82 323 64.6 pass
3 Durga Gautam 46 67 59 63 44 279 55.8 pass
4 Yushma Dhakal 40 78 70 65 76 329 65.8 pass
5 Prakriti Poudel 78 53 85 70 85 371 74.2 pass
6 Nitesh Pokharel 86 42 90 86 92 396 79.2 pass
7 Sapana Masrangi 56 85 78 55 32 306 61.2 Fail
8 Guru Sharan Mahto 54 75 56 60 78 323 64.6 pass
9 Prabina Bomjan 18 86 65 68 56 293 58.6 Fail
10 sabin Silwal 40 54 43 66 80 283 56.6 pass

9. Sample Pie-chart
ORIENT COLLEGE 12
Project Work Of Computer Science XI 2072

No of Tourist visited in Different Development Region


Development Regions No. of Tourist
Eastern Development Region 200
Western Development Region 175
Central Development Region 65
Mid-Western Development Region 220
Far-Western Development Region 180

No of Tourist visited in Different


Development Region No. of Tourist

Eastern Development
Region
21% 24%
Western Development
Region
Central Development
Region
Mid-Western
26% 21% Development Region
Far-Western
8% Development Region

ORIENT COLLEGE 13
Project Work Of Computer Science XI 2072

10. Introduction of web page


WEB PAGE
Web page is a document on the worldwide web, consisting
of an HTML file and any related file for script and graphics and often
hyperlinked to other document on the web. Web pages can either be
static pages show the same content each time they are viewed. Dynamic
pages have content that can change each time they are accessed .These
pages are typically written in scripting languages such as PHP, PERL, AS, or
JSP .The scripts in the pages run functions on the server that return things
like the data and time and database information .All the information is
returned as HTML code, so when the page gets to the browser. All the
browser has to do is translate the HTML.

ORIENT COLLEGE 14
Project Work Of Computer Science XI 2072

11. Sample Web Page

ORIENT COLLEGE 15
Project Work Of Computer Science XI 2072

12. Code used for making web project


<html>
<head>
<title>Orient College</title>
</head>
<body bgcolor="#141F05">
<table border="1" width="900">
<tr><td colspan="2"><img src="images/nitehg.jpg" width="900"
height="300"></td></tr>
<tr><td colspan="2" bgcolor="#2E1807"><font size="4"
color="#E9F0DF"
face="tahoma">college&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p;&nbsp;services&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
p; phone </font></td></tr>
<tr bgcolor="#F7E9DF"><td rowspan="3" width="500">
<h3>welcome to orient college</h3><p>Established in 2003 and locted ideally
at Narayan Gopal Chowk , Maharajganj ,in a peaceful and academic
environment with spacious physical infrastructure ,Orient Collegehas been a
popular name among parents and students in a very short span of time. This
college is run by a well known team of educationists, academicians, eminent
book writers, social workers and scholars who have professional experience and
dedication of more than 18 years. Due to the dedication of its associate, Orient
is gradually fronting to the limelight with its motto, \"Education for Excellence\"
in words and spirit. Orient family is committed in maintaining academic ethos in
brining out the potential of Nepalese youth to shoulder the process of nation
building, to meet the nation\'s requirement and to compete… Read More
<h3>academic program</h3><p> level ProgrammesThe University of
Cambridge Local Examination Syndicate (UCLES) was established in 1857. Since

ORIENT COLLEGE 16
Project Work Of Computer Science XI 2072

then, UCLES International Examinations have developed steadily with


worldwide recognizition. Every year, more than one million… Read More</p>

</p></td><td width="400" valign="top"><h3>Sign


In</h3><table><tr><td>Name:</td><td><input type="text"
size="20"></td></tr><tr><td>Password:</td><td><input type="password"
size="20"></td></tr><tr><td><input type="submit"
value="Submit"></td><td><input type="button"
value="Cancel"></td></tr></table></td></tr>
<tr bgcolor="#F7E9DF"><td width="400"><marquee scrollamount="5"
behavior="alternate"><img src="images/logo1.jpg" width="300"
height="300"><img src="images/banner2.jpg" width="300"
height="300"></marquee></td></tr>
<tr bgcolor="#F7E9DF"><td width="400"><h3>event list</h3><ol
type="1"><li>Admission open in July 1<sup>st</sup></li><li>Tournament
begins in Dec 15<sup>th</sup></li></ol></td></tr>
<tr><td colspan="2" bgcolor="#2E1807"><font size="2" color="white"
face="arial"><p align="center">&copy right reserved in Aims Visa
Support<br>Powered by: Nitesh pokharel</p></font></td></tr>
</table>
</body>
</html>

ORIENT COLLEGE 17
Project Work Of Computer Science XI 2072

13. Conclusion

Finally I would like to grant my sincere thanks to our computer department of


Orient college for providing me such an opportunity to reflect my talent. This
project has been really effective in improving my computer skills. I thank
Rabindra joshi sir for the same.
This project work also includes learning
objectives. The readers can achive after they have completely studied it. So this
project helps to remind the main conclusion of the text as well as main point of
the topics.
Despite my several effort their might be some shortcomings please forgive me for
that, I will try to overcome those in the days to come.

Thank You!!!

ORIENT COLLEGE 18
Project Work Of Computer Science XI 2072

ORIENT COLLEGE 19

Potrebbero piacerti anche