Practical File Computer Applications Class 10 for 2024-25
Practical File Computer Applications Class 10 for 2024-25
2024-25
SUBMITTED BY:
SUBJECT TEACHER(CS):
CLASS: [CLASS]
ROLL NO:
ACKNOWLEDGEMENT
, ,
supervision.
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
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>
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 & 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>
<td>
<td>
</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>
</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.&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:
<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:
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.