You are on page 1of 14

project work

[Document subtitle]

MARCH 2, 2020
ASHIRWAD COLLEGE
Samakhusi, Kathmandu, Nepal
ASHIRWAD COLLEGE
Samakhusi, KTM, Nepal

Sample Project Work Report


Subject: Computer Science
Name: Niraj Tamang
Grade- XI, 2020
Content
1. Acknowledgment
2. Web Page Designing
3. Word Processor
4.
5.
6.
7.
8.
ACKNOWLEDGMENT

I am greatly thankful for the cooperation and


Help from college authorities and the
Computer lab staffor the successful completion of
this investigatory project.
Without their help and proper
Guidance my project might not have
Completed.
Web Page Designing

1. Introduction to HTML
Hypertext Markup Language (HTML) is the most commonly used markup language to
develop web pages. A web page is simply electronic document written using HTML tags. A
markup language provides away to discribe the structure and the behaviour of information
on aweb page. Hypertext is type of text which connects to the other documents.

2. Creating Paragraph
HTML tags for creating paragraph.
<HTML>
<HEAD>
<TITLE>Introduction and evolution of computer</TITLE>
<HEAD/>
<body bg color=” “>
<h1 align=”justify”>Generation of computer</h1>
<p align=”justify”>If we see the...........</p>
<p1 align=”justify”>When computer..........</p1>
<p2 align=”justify”>There are..........</p2>
<h2 align=”right”>First Generation of..........</h2>
<p3 align=”justify”>First generation computers were..........</p3>
</BODY>
</HTML>
-Creation of paragraph

3. Creating table
HTML tags for creating table.
<HTML>
<HEAD>
<TITLE>Creating table</TITLE>
</HEAD>
<BODY><Table border=”1”>
<TR>
<TH>S.No</TH>
<TH>Particulars</TH>
<TH>Quantity</TH>
<TH>Rate</TH>
<TH>Total</TH>
<TR>
<TD>1</TD>
<TD>tools</TD>
<TD>2</TD>
<TD>250</TD>
<TD>500</TD>
</TR>
<TR>
<TD>2</TD>
<TD>table</TD>
<TD>3</TD>
<TD>1000</TD>
<TD>3000</TD>
</TR>
<TR>
<TD>3</TD>
<TD>bike</TD>
<TD>3</TD>
<TD>50000</TD>
<TD>3</TD>
</TR>
<TR><TD colspan=”4” grand total></TD>
<TD>153500</TD></TR>
</TABLE></BODY></HTML>
-Creation of table

4.Creating chapters
HTML tags.
<HTML>
<HEAD>
<TITLE>Chapter 1</TITLE>
</HEAD>
<BODY><Table border=”1”>
<TR><TD colspan=”2” width=”750”>
<h1 align=”center”>chapter 1</h1></TD></TR>
<TR>
<TD valign=”top” width=”250”>
<table border=”0”>
<TR>
<TD><a href=”ch1.html”>chapter 1</a></TD></TR>
<TR>
<TD><a href=”ch2.html”>chapter 2</a></TD></TR>
<TR>
<TD><a href=”ch3.html”>chapter 3</a></TD></TR></TABLE>
<TR>
<TD width =”500” valign=”top”>type about chapter 1
</TD></TR>
<TR>
<TD width =”500” valign=”top”>type about chapter 2
</TD></TR>
<TR>
<TD width =”500” valign=”top”>type about chapter 3
</TD></TR>
<TR>
<TD colspan=”2” width=”750”>
<marquee><email address/contact></marquee>
</TD></TR>
</TABLE>
</BODY>
</HTML>
-Creation of chapters
4. Creating form
HTML tags.
<HTML>
<HEAD>
<TITLE>Creating form</TITLE>
</HEAD>
<BODY>
<h1 align=”center”>admission form</h1>
<table border=”0”>
<FORM>

<TR>
<TD>Name:</TD>
<TD><input type=”text” size=”40” name=”Sname”></TD></TR>
<TR>
<TD>Address:</TD>
<TD><input type=”text” size=”40” name="add”></TD></TR>
<TR>
<TD>Password:</TD>
<TD><input type=”password” size=”30”></TD></TR>
<TR>
<TD>Gender:</TD>
<TD><input type=”radio” name="r1”>male
<input type=”radio” name="r1”>female
</TD>
</TR>
<TR>
<TD>language:</TD>
<TD><input type=”checkbox”>Nepali
<input type=”checkbox”>English
<input type=”checkbox”>Hindi
</TR></TD>
<TR>
<TD>Country:</TD>
<TD><select>
<option>China</option>
<option>Pakistsan</option>
<option selected>Nepal</option>
<option>America</option>
</select></TD></TR>
<TR>
<TD><input type=”reset” value=”reset”></TD></TR></TABLE></FORM></BODY></HTML>
Word Processor
Word processor is 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
insert images, tables, shapes, graphs, object etc.

-types of word processing


*MS Word
*Word Prefect
*Word Star
*Lotus Note

*MS Word
1.Mark Sheet
-Formulas for creating of mark sheet
1. Percentage(J7)

=IF(I8=””,””,I8/$I$1*100)

2. Division(K7)

=IF(J7=””””,””””,IF(J7>=$M$5,$O$5IF(J7>=$M$6,$O$6IF(J7>=$M$7,$O$7IF(J7>=$M$8,$O$8,$O$9)))))

3. Rank(L7)

=IF(J7=””””,””””,Rank(J7,$J$7:$J$11))

You might also like