Class X IT Practical File
Class X IT Practical File
Information Technology(402)
Class X
2023 - 2024
Submitted By
Name –
Class -
Board Roll No. -
Examiner’s Signature -
ACKNOWLEDGEMENT
4. In the 2nd Group, Group by branch → Calculate subtotals for amount → Use function
count. Then press OK.
Practical 3: Scenarios
Scenarios in OpenOffice Calc comes under what-if analysis
tools, where we are able to get different values for output
by changing the input cells.
Here, we have a table with cost price, selling price and profit
percentage.
3. Repeat step 2 to add more scenarios and we can see the output changing.
Practical 4: Goal Seek
This option is used to find the value of input cells by giving
the value of the output cell.
Practical 7: SQL
1. Create the table named “Staff” with specified fields using SQL
Command. Also, set ID as a Primary Key. Use appropriate data
types.
2. Insert the following records using SQL Commands.
3. Display all records in increasing order of experience.
4. Display those records whose Dept is sales and they should have experience of more than
10 years.
5. Display dept and salary of all “Research” employees by making their salaries twice.
6. Update the salary of people by adding 10,000 having experience more than 10 years.
7. Display employees that belong to Sales Department.
8. Delete the record of staff whose ID 117.
9. Delete the table along with contents and structure.
10. Display all records of a table.
*********************************