Practical 11 TH
Practical 11 TH
Maharashtra textbooks
Step 3: Write Title at the center with applicable font size. (Resume).
Step 4: Type Name, Address, Mobile Number, Date of Birth, Nationality, Caste,
Category, Hobbies, etc.
SOP 2: By using Mail Merge send an invitation for your birthday party.
Step 2: Select five friends Details in the left list, and then the Invitation letter in
the right list.
Click OK to close the Templates dialog, and click Next in the wizard.
Step 4: On the next step of the wizard, click the Select Address List button to
check that you are using the correct address list. If you want to use an address
block, select an address block type, match the data fields if necessary, and
click Next.
Step 5: Next follows the Create a salutation step. Deselect the Insert
personalized salutation box. Under General salutation, select the salutation
that you want on top of all letters.
Step 6: If you want to place mail merge fields anywhere else in the Invitation
document select the corresponding column in your address data source and
then drag and drop the column header into the invitation document where
you would like the field to be. Be sure to select the entire column.
Step 7: Click Next and finally Finish creating the mail merge.
• Below each subject find out the lowest marks and highest marks.
• Enter a minimum of 10 records.
• Declare the first three ranker students.
• Create a chart based on the above data.
Answer:
Step 1: Open LibreOffice Calc and add fields like Name, Math, Physics,
Chemistry, Biology, Total, Percentage.
Step 4: Now click inside the cell where the percentage has to be calculated.
Calculate Percentage using formula = E2* 100/400, drag the formula for
remaining cells.
Step 8: Now Show the first three ranker students. Use Sort Option for sorting
and auto filter.
Step 12: To create a chart Select Complete Table → Click on Insert Menu →
Click on Chart Option.
A window will appear, which starts with the chart wizard → Select Chart type.
Step 4: Click on object presentation → from slide bar select Custom Animation
each object → Choose category, effect, duration, direction, etc.
Demo.html
Answer:
<!DOCTYPE html>
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<center>
<table border=”1” width=”69%” >
<tr bgcolor=pink>
<td>Number of Students</td>
<td>Boy</td>
<td>Girls</td>
</tr>
<tr bgcolor=”lightgreen”>
<td>100</td>
<td>50</td>
<td>50</td>
</tr>
</table>
</body>
</html>
Demo
<!DOCTYPE html>
<html>
<head>
<title>the heading</title>
</head>
<BODY>
<header>
<center>
<table border=”1” align=center>
<tr align=center>
<td><a href=”sop4.html”>STD – XI</a>
<br>Stream – Science<br>
Div – A<br></td>
</tr>
</table>
</body>
</html>
Maharashtra Board Class 11
Information Technology
Practicals Skill Set 3 Client Side
Scripting (JavaScript)
Study guides for Maharashtra board exams
Drones for commercial use
May 1, 2023 by Bhagya
Powered by
Answer:
To accept number and validate if the given value is a number or not by
click
<!DOCTYPE html>
<html>
<head>
<title> To accept number and validate if the given value is a number or not
by clicking on the button.
</title>
</head>
<script language-’JavaScript”>
function display()
{
var a,b;
a=form1.t1;value;
if(a>=0)
alert(“Value is a number”+” “+a);
else
alert(“Value is a string”+” “+a);
}
</script>
</head>
</body>
<form name=form1>
Enter Value: <Input type=text name=t1><br><br>
<Input type=button value=Check onClick=”display()”>
</form>
</body>
</html>
To calculate addition and division of two numbers.
<!DOCTYPE html>
<head>
<title>To calculate addition and division of two numbers.</title>
<script langauge=”javascript”>
function add()
{
var a,b,result;
a=f1.t1.value;
b=f1.t2.value;
result=parselnt(a)+parselnt(b);
document.write(“The Addition is =”+result);
}
function div()
{
var a,b,d;
a=f1.t1.value;
b=f1.t2.value;
d=parselnt(a)/parselnt(b);
document.write(“The Divide is =”+d);
}
</script>
</head>
<body>
<form name=”f1”>
1st Number : <input type=”text” name=”t1”><br>
2nd Number : <input type=”text” name=”t2”><br>
<input type=”button” value=”Addition” name=”b1” onClick=”add()”>
<input type=”button” value=”Division” name=”b2” onClick=”div()”>
</form>
</body>
</html>
Maharashtra State Board Class 11
Information Technology Practicals Skill Set
4 Accounting Package (GNUKhata)
SOP 1: Use of Accounting Package to create a company.
Create a company with the following particulars.
Company Name: B.B Enterprises
Case: Upper Case
Company Type: Profit Making
Step 5: Admin Dashboard After login, the following admin dashboard, appears.
1. Import duty
2. Insurance
3. Machinery
4. Audit Fee
5. Purchase
6. Sales
7. Telephone charges
8. Interest Received
9. Salary
10. Professional fees
Answer:
Step 1: You Can select an already created company using the ‘Select Existing Company ’ Option
on Opening Screen.
Step 3: To create an account (ledger account) click on the Hamburger Menu available at the left
top corner of the dashboard.
Click on the Master Account → It allows you to create an account.
The following table shows the group name, sub-group name, and account name which are to be
created.