9 Science Practicals
9 Science Practicals
Every Word project you create whether it’s a personal letter, a TV sitcom script, or a
thesis in microbiology begins and ends the same way. You start by creating a
document, and you end by saving your work.
If you want a new blank document, just like the one Word shows you when you start the
program. No problem here are the steps:
Save Documents
1. Uninstall any old versions of Office. Keeping any older versions of Office installed
can cause errors and problems with your files. To remove old installations. Open the
Control Panel and select Programs and Features (Windows Vista, 7, 8), or Add/Remove
Programs (Windows XP). Wait for the list to load and then select your old Office
installation. Click the Uninstall/Remove button and wait for the uninstallation process
to finish before installing Office 2010.
2. Insert your Office 2010 DVD. Alternatively, open the downloaded Setup file that you
received when you purchased Office 2010 online. Either method will follow the same
steps.
3. Enter the Product Key. This is the 25-character key found on the packaging that your
Office 2010 came in. If you purchased online, the key will be displayed in the order
confirmation window.
You do not need to enter the dashes in between groups of characters.
4. Accept the License Terms. In order to proceed with the installation, you need to check
the box indicating that you have read and agree to Microsoft’s terms of use.
5. Choose your installation. Clicking Install Now will install all of the Office products
included in the version that you purchased. Office will be installed to your default hard
drive (the same that Windows is installed on).
6. Choose Customize to specify which products you want to install. For example, if you
never use Excel and just need Word, use Customize to disable the Excel installation.
You can also use the Customize option to install Office to a different location on your
computer.
7. Wait for installation to complete. Once you have chosen your installation options,
Office will be automatically installed. The amount of time this takes will vary depending
on the version you are installing and the speed of your computer.
Once Office is finished installing, you can access each of the individual office programs from the Start
menu.
OBJECTIVE: INSTALLATION OF AVG ANTIVIRUS SOFTWARE
INSTRUCTIONS
✓ Click the name of your product to download the installation file: AVG Antivirus.
✓ Run the downloaded file to start the installation process.
✓ Follow the instructions on your screen.
✓ When prompted, enter your AVG license number.
✓ Complete the installation and restart your computer.
1. Click the button below to download the AVG Antivirus setup file, and save it to a
familiar location on your PC. Downloaded files are saved to your Downloads folder.
2. Right-click the downloaded setup file AVG antivirus setup.exe and select
6. Wait while setup installs AVG Antivirus on your PC. Click Continue.
8. Click Run first scan to run a comprehensive Smart Scan and immediately check your
PC for viruses, malware, bad browser add-ons, and other issues.
AVG Antivirus is now installed, but some components may not fully function until you restart your
PC.
OBJECTIVE: TO WRITE LEAVE APPLICATION TO CLASS
TEACHER
STEPS:
✓ In the subject line of the email put the reason, (Leave of Absence Request, Request for Leave
of Absence) followed by your full name.
✓ Explain the leave of absence request.
✓ Include a closing.
✓ Include your name.
Respected Sir/ Madam, I am (your name), studying in your school in class (class and section). This
letter is to inform you that I had to take a leave from my classes on (dates of leave) due to unexpected
fever. I hereby request you to consider my absence as leave.
Kindly allow me a two week-long leave, until the {date}. Should I require an extended period off, I
will let you know as early as possible.
Please feel free to contact me at your convenience, should you have any questions or require
clarification concerning the ongoing illness. Thank you for your quick attention to this matter.
Sincerely,
{You’re Name}
OBJECTIVE: INSERT AUTOMATIC TABLE CONTENT WITH
TWO HEADINGS
STEPS:
Click where you want to insert the table of contents – usually near the beginning of a
document. Click References > Table of Contents and then choose an Automatic Table
of Contents style from the list.
A table of contents in Word is based on the headings in your document. Create the table
of contents
1. Put your cursor where you want to add the table of contents.
3. If you make changes to your document that affect the table of contents, update the
table of contents by right-clicking the table of contents and choosing Update
Field.
6. For each heading that you want in the table of contents, select the heading text.
STEPS:
1. Start “MS Excel” program.
2. Fill your data by these information “SNO”, “Name”, “F/Name”, “English”, “Chemistry”,
“Mathematics”, “Physics”, “Biology”, “Drawing”, “History”, “Total Marks”, “Marks Obtained”,
“Minimum no”, “Maximum no”, “Average”, and “Grade”.
3. For example, if you type the formula =10/100 in cell A2, Excel will display the result as 0.1. If you
then format that decimal as a percentage, the number will be displayed as 10%, as you’d expect.
4. Type =5+2*3 in another cell and press Enter or Return. Excel multiplies the last two numbers and
adds the first number to the result.
5. So for each cell (in the Total column) we will enter =SUM (Grade Cell * Weight Cell), so my first
formula is =SUM(B2*C2), the next one would be =SUM(B3*C3) and so on.
6. To insert a check mark symbol in Excel, simply press SHIFT + P and use the Wingdings 2 font.
You can also insert a checkbox in Excel.
7. As an example, to add 10 to each cell, enter "10" (without the quotation marks here and throughout).
To increase the values by a certain percentage, add 100 to the percentage and enter the number with
the percent sign, such as "150%" to add a 50 percent profit margin.
Enter a Formula | Edit a Formula | Operator Precedence | Copy/Paste a Formula | Insert Function
A formula is an expression which calculates the value of a cell. Functions are predefined formulas
and are already available in Excel.
For example, ADDITION
=A1+A2+A3
For example, SUM
=SUM (A1:A3)
ENTER A FORMULA
To enter a formula, execute the following steps.
1. Select a cell.
2. To let Excel know that you want to enter a formula, type an equal sign (=).
3. For example,
Type the formula A1+A2. (Instead of typing A1 and A2, simply select cell A1 and cell A2.
4. Change the value of cell A1 to 3.
Excel automatically recalculates the value of cell A3. This is one of Excel's most powerful
features!
EDIT A FORMULA
When you select a cell, Excel shows the value or formula of the cell in the formula bar.
1. To edit a formula, click in the formula bar and change the formula.
2. Press Enter.
OPERATOR PRECEDENCE
Excel uses a default order in which calculations occur. If a part of the formula is in parentheses, that
part will be calculated first. It then performs multiplication or division calculations. Once this is
complete, Excel will add and subtract the remainder of your formula.
For example, SUM
=A1*A2*A3
First, Excel performs multiplication (A1 * A2). Next, Excel adds the value of cell A3 to
this result. Another example,
=A1*(A2+A3)
First, Excel calculates the part in parentheses (A2+A3). Next, it multiplies this result by the value of
cell A1.
INSERT A FUNCTION
To insert a function, execute the following steps.
1. Select a cell.
2. Click the Insert Function button.
The 'Insert Function' dialog box appears.
3. Search for a function or select a function from a category. For example, choose COUNTIF
from the Statistical category.
4. Click OK. The 'Function Arguments' dialog box appears.
5. Click in the Range box and select the range A1:C2.
6. Click in the Criteria box and type >5.
7. Click OK.
Result. The COUNTIF function counts the number of cells that are greater than 5.
Note: instead of using the Insert Function feature, simply type =COUNTIF (A1:C2,">5"). When you
arrive at:
=COUNTIF (instead of typing A1:C2, simply select the range A1:C2.
OBJECTIVE: TO CREATE A WEB SITE
Save the html page by pressing CTRL + S or click on file option then save option. Ensure that
you name the file in the following format: “name” then “.html” examples index.html,
cooking.html.
You can use these two guidelines when naming webpage file:
Use .html file name extension: The file name extension html tells the computer that that file is a web
page and should be viewed by a web browser.
Use underscore or hyphen instead of space: If you choose to name your file to have more than one
word, use hyphen or underscore between the words. If you put spaces in the file name, the webpage
may not be found by the web browser.
Choose where to save the file. Once you have chosen a place to save the file, click save.
To view the file. Use your file manager to navigate to the folder your HTML file is. Right click on
the file and open it with a browser. You should see something like this.
Syntax:
<table>
<tr>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr>
<td>Table data</td>
<td>Table data</td>
</tr>
<tr>
<td>Table data</td>
<td>Table data</td>
</tr>
</table>
ATTRIBUTES EXPLANATION
Col span It is used to span a table cell across column of a
table.
Rows span It is used to span a table cell across rows of a
table.
Example
Let us see an example of HTML Tables:
Live Demo
<! DOCTYPE html>
< html >
<style>
body {
color: #000;
height: 100vh;
background-color: #8BC6EC;
background-image: linear-gradient (135deg, #8BC6EC 0%, #9599E2 100%);
text-align: center;
}
table {
margin: 2rem auto;
width: 400px;
}
Caption {
color: #fff;
font-size: 1.5rem;
}
</style>
<body>
<h1>HTML Tables</h1>
<table border="2">
<caption> Student Data</caption>
<tr>
<th> Name</th>
<th> Roll No.</th>
</tr>
<tr>
<td> John</td>
<td> 031717</td>
</tr>
<tr>
<td> Elon</td>
<td>051717</td>
</tr>
</table>
</body>
</html>
Output
HTML TABLE
Student Data
Shahid 13