0% found this document useful (0 votes)
106 views

Practical File Computer Applications Class 10 for 2024-25

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views

Practical File Computer Applications Class 10 for 2024-25

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

A PRACTICAL RECORD FILE IS SUBMITTED FOR THE COMPUTER APPLICATIONS CLASS 10 SESSION

2024-25

CENTRAL BOARD OF SECONDARY EDUCATION

Heritage INternational School

SUBMITTED BY:
SUBJECT TEACHER(CS):
CLASS: [CLASS]
ROLL NO:
ACKNOWLEDGEMENT

I wish to express my deep sense of

gratitude and indebtedness to our learned teacher

, ,

for his invaluable help, advice and guidance

in the preparation of this project.

I am also greatly indebted to our principal

and school authorities for

providing me with the facilities and requisite

laboratory conditions for making this practical file.

I also extend my thanks to a number of

teachers ,my classmates and friends who helped me to

complete this practical file successfully.

[Name of Student with Signature]


CERTIFICATE

This is to certify that [ ]

, student of Class X,[ ]

has completed the PRACTICAL FILE during the

academic year [2024-25] towards partial fulfillment

of credit for the Computer Applications practical

evaluation of 2024-25 and submitted satisfactory

report, as compiled in the following pages, under my

supervision.

Total number of practical certified are : 10.

Internal Examiner External Examiner


Signature Signature

Date: School Seal Principal


Signature
No Practical Date Signature
1 Create an HTML Basic Web page using basic tags and
formatting tags. Write a paragraph with proper headings and
subheadings and relevant text with some images.
2 Prepare a list
3 Create a given table
4 Create a form
5 HTML Code for Links in HTML
6 CSS and HTML
7 Frames
8 A static web page
9 Write a blog using HTML pages discussing viruses, malware,
spam and antiviruses.
10 Create a web page discussing plagiarism. List some reported
cases of plagiarism and the consequent punishment meted out.
Explain the nature of the punishment in different countries as per
their IP laws.
[1] Create an HTML Basic Web page using basic tags and formatting tags. Write a
paragraph with proper headings and subheadings and relevant text with some images.

Type the following paragraph and apply the formatting as displayed in the paragraph:

Computer

As we know that computer has changed our life. Nowadays computers are essential in every
field, before globalization we were not aware of the importance of computers. But the
Internet is playing a major role because by using it we are very close to each other and
communicate anywhere.

Nowadays internet is like O2 for people. They cannot imagine their life without the internet.
Actually, it helps users to acquire new skills with a2 speed.

1. Computer fundamentals
2. Software
3. Internet
4. Hardware

Apply the following formatting:

1. Title of the document should be 6 points in Arial form with bold and italic styles.
2. Use the 4 points Times New Roman font for the rest of the text except numbered text.
3. “globalization“ is shown in bold letters.
4. "Internet" word is shown in italics letters.
5. "communicate" word should be underlined.
6. O2 should be shown as it is given.
7. Save the document as practical1.html
8. The "Internet" word in the list should have the effect which is shown in the text.
9. All numbered text must be numbered using list tags.
HTML Code:

<html>
<head>
<title>Practical 1</title>
</head>
<body>
<font size=6 face="Arial"><b><i>Computer</b></i></font>
<p><font face="Times New Roman" size=4>As we know that computer has
changed our life. Nowadays computers are essential in every field, before
<b>globalization</b> we were not aware of the importance of computers. But the
<i>Internet</i> is playing a major role because by using it we are very close to each
other and <u>communicate</u> anywhere.
<br>
Nowadays <i>internet</i> is like O<sub>2</sub> for people. They cannot imagine
their life without the internet. Actually, it helps users to acquire new skills with
a<sup>2</sup> speed. </p>
<ol><li>Computer fundamentals
<li>Software
<li><strike>Internet</strike>
<li>Hardware
</ol>
</body></html>

Practical Record file Computer Application Class 10 Downloaded from – www.tutorialaicsip.com


[2] Prepare a list as given below:

1. Educational Movies
o 3 Idiots
o Tare Jamin par
o Chalk n duster
o Pathshala
2. Educational Web series
o Kota Factory
o Lakho me ek
o Engineering Girls
3. Cultural Movies
o Family Drama
i. Hum sath sath hai
ii. Hum apke hai kaun
iii. Vivah
o Indian Culture
i. Lagaan
ii. Pardesh
<html>
<head>
<title>Practical 2</title>
</head>
<body>
<ol>
<li>Educational Movies
<ul type="circle">
<li>3 Idiots
<li>Tare Jamin par
<li>Chalk n duster
<li>Pathshala
</ul>
<li>Educational Web series
<ul type="circle">
<li>Kota Factory
<li>Lakho me ek
<li>Engineering Girls
</ul>
<li>Cultural Movies
<ul type="circle">
<li>Family Drama
<ol type='i'>
<li>Hum sath sath hai
<li>Hum apke hai kaun
<li>Vivah
</ol>
<li>Indian Culture
<ol type="i">
<li> Lagaan
<li> Pardesh
</ol>
</ul>
</ol>
</body>
</html>
[3] Create table given below:
<html>
<head>
<title>Practical 1</title>
</head>
<body>
<h2 align='center'>Telephone Bill</h2>
<table border=1 ALIGN='CENTER'>
<tr>
<td colspan=2 align='center'>Subscriber's Name &amp; Address
<td colspan=2 align='center'>Consumer No.
<td colspan=3 align='center'>P.O.Stamp
</tr>
<tr>
<td colspan=2 align='center'>B 21, Shreekirshna bunglow,<br>
Station Road, Chhani, Baroda-390001
<td colspan=2 align='center'>22121458542
<td>&nbsp;&nbsp;

<td>&nbsp;&nbsp;
<td>&nbsp;&nbsp;
</tr>
<tr>
<td align='center'>TELEPHONE NO.
<td align='center'>TYPE
<td colspan=2 align='center'>BILL DATE
<td colspan=2 align='center'>DUE DATE
<td align='center'>PAY BY DATE
</tr>
<tr>
<td align='center'> 0652356897
<td align='center'>GEN RES PERM
<td colspan=2 align='center'>01-AUG-2022
<td colspan=2 align='center'>18-AUG-2022
<td align='center'>25-AUG-2022
</tr>

<tr>
<td align='center'> OPENING <br> METER <br> READING
<td align='center'> CLOSING <BR> METER <BR> READING
<td align='center'> METERED <BR> CALLS
<td align='center'> DEBIT <BR> CALLS
<td align='center'> CREDIT <BR> CALLS
<td align='center'> FREE <BR> CALLS
<td align='center'> CHARGE-<BR>ABLE <BR> CALLS
</tr>
<tr>
<td align='center'>1052
<td align='center'>1297
<td align='center'>245
<td align='center'>0
<td align='center'>0
<td align='center'>150
<td align='center'>95

</tr>
<tr>
<td COLSPAN=4 ALIGN='CENTER'> DETAILS
<td align='center'> ITEM
<td align='center'> PERIOD
<td align='center'> AMOUNT
</tr>
<tr>
<td align='center'>Rate
<td align='center'>No. of calls
<td COLSPAN=2 align='center'>Charge
<td align='center'>Rent
<td align='center'>16/05/2022 to <BR>15/07/2022
<td align='center'>200.00
</tr>
<tr>
<td align='center'>0.8

<td align='center'>95
<td align='center'colspan=2>76
<td align='center'>Item
<td align='center'>16/05/2022 to <BR>15/07/2022
<td align='center'>76.00
</tr>
<tr>
<td colspan=2 rowspan=2 align='center'> SURCHARGE AFTER PAY BY
<BR> DATE
<td COLSPAN=2 align='center' rowspan=2>10
<td align='center'>TKP/PG
<td align='center' rowspan=2>16/05/2022 to<br> 15/072022
<td align='center' rowspan=2>0.0
</tr>
<tr>
<td align='center'> CALLS
</tr>
<tr>

<td COLSPAN=2>AMT ON/BEFORE PAY BY DATE


<td COLSPAN=2 align='center'>290
<td align='center'>ITX CALLS
<td align='center'>16/05/2022 to <br>15/07/2022
<td align='center'>0.00
</tr>
<tr>
<td COLSPAN=2>AMT AFTER PAY BY DATE
<td ALIGN='CENTER' colspan=2>300
<td align='center'>MISC
<td align='center'>TAX
<td align='center'>14.00
</tr>
<tr>
<td colspan=4>
<td align='center' colspan=2> Total
<td align='center'> 290

</tr>
<tr>
<td colspan=4>
<td colspan=3 ALIGN='CENTER'> PLEASE PAY BEFORE DUE DATE AND
<BR>AVOID DISCONNECTION
</tr>
<tr>
<td colspan=4 align='center'>E.&amp;O.E. PLEASE SEE OVERLEAF FOR
CODES/<BR>INSTRUCTIONS
<td colspan=3 ALIGN='CENTER'> Account Officer(T.R. Computer)
</tr>
</table>
</body>
</html>
[4] Create the following form in HTML:

For more updates subscribe to our newsletters:

<html>
<head>
<title>Practical 4</title>
</head>
<body>
For more updates subscribe to our newsletters:
<form>
First Name:<input type='text'><br>
Last Name:<input type='text'><br>
School:<input type='text'><br>
We must have a correct email to send you the newsletters:
<br>
Email:<input type='text' size=40><br>
How did you hear about us from:<br>
<input type='radio' name=s checked>Here on the web
<input type='radio' name=s>In a magazine
<input type='radio' name=s>Newpaper Story
<input type='radio' name=s>Other
<br>
Would you care to be on our regular mailing list?<br>
<input type='checkbox' checked>Yes, I love junk mail
<br>
Which games you like to play:<br>
<select size=2>
<option>Cricket
<option>Football
<option>Hockey
<option>Chess
<option>Tennis
</select>
<br>
Enter comments about this website:
<br>
<textarea rows=6 cols=80>
Enter comments about this website. Good or Bad
</textarea>
<br>
<input type='Submit'> <input type='Reset'>
</form>
</body>
</html>
[5] Links in HTML:
S.No Content
Develop following HTML pages with inter links to each other
1. home.html
1. 2. About_us.html
3. services.html
4. career.html
Code for home.html
<html>
<head>
<title>Gamipedia.com</title>
</head>
<body background='tic-tac.jpg' text='Yellow'>
<h1>Welcome to our Gaming Planet - Gamipedia </h1>
<br>
We have more than 500 games collection and still counting. Play and Enjoy!
<table>
<tr>
<td><a href="about us.html">About us</a>
<td><a href="services.html">Services</a>
<td><a href='Career.html'>Career</a>
</tr>
</table>
</body>
</html>
Output:

Code for About us:


<html>
<head>
<title>About us</title>
</head>
<body background='checkmate 2022.jpg' text="red">
<h1>No.1 Gaming Platform </h1>
<br>
We are no.1 online gamin platform. We are Indian gaming platform provides you with online gaming
experience and entertainment.
Our head office is situated at Surat, Gujarat. We are functioning from Surat, Gujarat.
</body>
</html>

Output:
Code for Services.html:
<html>
<head>
<title>Services</title>
</head>
<body bgcolor='black' text="red">
<h1>Our Services </h1>
<br>
We provides online and offline games for locals. Some games are for entertainment purpose,
some games are for knowledge.
</body>
</html>

[6] Make mystyle.css file having following type of specification and link this file in html
file:
1. Body : background ivory
2. Paragraph : 12point, arial, brown font
3. Heading : 14-24point, arial, red font
4. Horizontal Rule : color=green / background image
5. Table : backgroundcolor=pink; border=2; text-align=right; color=brown;
Code for CSS:
body{background:ivory}

p{font-face:'arial';font-size:12;font-color:'brown'}

h1{font-face:arial;font-size:20;color:red}

hr{color:green}

table{background:pink;border:2;text-align:right;color:brown}
Code for HTML file:
<html>
<head>
<title>StyleSheet</title>
<link rel="stylesheet" type="text/css" href='mystyle.css'>
</head>
<body>
<h1>External Style Sheet Demo</h1>
<hr size=5 color='green'>
<table border=1>
<tr>
<th>S.No
<th>Player Name
<th>Team
<tr>
<th>1
<th>Virat Kohli
<th>India
<tr>
<th>2
<th>Jos Butler
<th>England

</table>
</body>
</html>

Output:
[7] Create frames as per given the following structure. Ensure that the picture should
open in the right side frame after clicking accordingly on the anchor text Show Pics.

Code for main file:


<html>
<head>
<title> Frames </title>
<frameset rows="10%,*">
<frame src='heading.html'>
<frameset cols='50%,50%'>
<frame src="left.html">
<frameset rows='50%,50%'>
<frame src="left1.html" name='l1'>
<frame src="left2.html" name='l2'>
</frameset>
</head>
</html>
Code for heading:
<html>
<head>
<title> Frames </title>
<body>
<h1 align='center'>Fun facts about cricket<h1>
</body>
</head>
</html>
Code for left:
<html>
<head>
<title> Frames </title>
<body>
You’ve probably heard some of the jokes about how cricket matches last a long time. Even if
you’ve watched a cricket game unfold over a couple of days, though, you haven’t come
anywhere near close to watching the longest match ever recorded. That honour goes to the
England-South Africa Test match in 1939, which lasted an astonishing 12 days and still
concluded without a clear winner.
<a href='photos\image2.jpg' target='l1'>Show Pics</a>
<br>
<br>
You’d think that achieving a score of 111 runs would be something to celebrate, wouldn’t
you? However, many cricket players – especially those who are particularly superstitious –
regard this score as bad luck. 111 resembles the wickets and stumps in cricket, so many view
this score as a bad omen of things to come. Obviously, this has never been substantiated,
because there really is no such thing as a “bad omen”. Still, it’s pretty spooky, no?
<a href='photos\image1.jpg' target=l2>Show Pics</a>
</body>
</head>
</html>
[8] Design a static webpage that looks like your school home page.
Do yourself.
[9] Write a blog using HTML pages discussing viruses, malware, spam and antiviruses.
Do yourself.
[10] Create a web page discussing plagiarism. List some reported cases of plagiarism
and the consequent punishment meted out. Explain the nature of the punishment in
different countries as per their IP laws.
Do yourself.

You might also like