CLASS-X - IT - Practical-File
CLASS-X - IT - Practical-File
SCHOOL
(Affiliated to CBSE, New Delhi, Affiliation No: 1930327)
Sri Vidhya Nagar, Othakuthirai, Gobi (Erode Dist.)
Phone: 04285-266266, E-mail: [email protected]
Certificate
COMPUTER SCIENCE
Certified to be the bonafide Record work done
by …………………………….…………………………………………….
of ………………………. during the year………………………………
ASSESSMENT MARKS / 30
Register Number:
Marks Split up
MAX. MARKS
AREA MARKS AWARDED
LAB TEST:
08
1. FORMATTING OPEN OFFICE WRITER
LAB TEST:
04
2. CREATING DATABASE AND
PERFORMING DML QUERIES IN
OPENOFFICE BASE
REPORT FILE 07
PROJECT WORK
08
VIVA VOCE 03
TOTAL 30
TABLE OF CONTENTS
iii. Select the typed paragraph and double click New Style from Paragraph Style.
Follow the same steps to apply Character Style, Frame Style, Page Style, List Style
2
Fill Format Mode
☑ Select Fill Format Mode from Styles and Formatting window.
☑ Select the paragraph to format.
☑ Select any style and click fill format icon
☑ Apply it on the selected text.
Drag and Drop
☑ Select the text to be formatted.
☑ Drag and drop it into the Styles and Formatting window. The following
window appears.
**************
3
2. Insert and image and perform the following in OpenOffice Writer.
☑ Modify the image
☑ Resize the image
☑ Rotating the image
For inserting an image, select any one option from the following:
Drag and Drop, Insert Picture Dialog, From Clipboard, From Gallery or
Using Scanner.
Modifying the Image: Select the picture and modify it using the Picture Tool.
4
3. Create drawing objects and perform the following in OpenOffice Writer.
☑ Resizing and colouring
☑ Grouping
☑ Apply any 3 graphical properties
Select ViewToolbarDrawing
Resizing and Colouring
☑ Draw the images and resize it using the green handles.
☑ Select the colors from property window and fill it.
Grouping
☑ Select the pictures to be grouped by holding the shift key
☑ Right click the mouse button and click group
☑ The selected pictures become a single picture
5
Apply any 3 graphical properties:
1. Send to Back:
☑ Select the picture to be placed at the back of given image.
☑ Right click the mouse button ArrangeSend to back.
2. Alignments:
3. Wrapping: Select the picture and right click the mouse button to choose
wrap.
***************
6
4. Create a template in OpenOffice Writer:
☑ From a Document
☑ Using a Wizard
From a Document:
☑ Type the content in the OpenOffice Writer and Save it.
☑ Open the designed template in any file.
☑ Using a Wizard:
☑ Open FileWizard and select the desired wizard. Type the contents and
Save
7
5. Create a table and perform the following in OpenOffice Writer.
☑ Merge cells
☑ Add image and Colour to a cell
Merge cells
☑ To insert table: Select Table Insert Table (ctrl + F12) and specify number
of rows and columns.
☑ Select the cells to be merged. Table Merge Cells.
8
6. Create and customize table of contents and perform the following in OpenOffice
Writer.
☑ Change the colour and apply styles.
☑ Set hyperlink for chapters
☑ Remove page number from chapter names
9
7. Prepare a birthday invitation using Mail Merge feature of OpenOffice Writer.
10
☑ Create a salutation ☑ Adjust layout
11
SAMPLE OUTPUT
***********
12
8. XYZ BANK has its deposit and withdrawal detail of customers for 3 months. Help them
to prepare a CONSOLIDATED DATA for the above year using OpenOffice Calc.
☑ Enter the deposit and withdrawal of customers for each month in different
sheets.
13
9. RPS Distributers distributes products in different areas. Calculate the area wise
distribution of products using SUBTOTALS in OpenOffice Calc.
14
10. Prepare a SCENARIO to calculate Simple Interest for different principal amount,
rate of interest and year.
☑ Enter Principal Amount, Rate of interest and year. Calculate Simple Interest
using the formula SI = (P*N*R)/100
☑ Select the entered data.
☑ Select Tools Scenarios.
☑ In the dialog box type the scenario name and select a border colour.
☑ Click OK
15
11. Calculate simple interest using one variable and two variables using MULTIPLE
OPERATIONS in OpenOffice Calc:
☑ Interest for different amount. (one variable)
☑ Interest for different amount and year (two variables)
☑ Enter Formulas cell address and Column input cell address of Principal
amount.
☑ Click OK.
16
Interest for different amount and year (two variables)
☑ Enter Principal Amount, Rate of interest and year. Calculate Simple Interest
using the formula SI = (P*N*R)/100
☑ Enter Formula cell address, Row input cell address of Principal amount and
Column input cell address of Year.
☑ Click OK.
**********
17
12. A student is planning her goals about the marks she should attain in the forthcoming
Semester 4 examinations in order to achieve a distinction (75%). Assuming that
examination of each subject is for 100 marks, her marks of the previous semesters are
given as under. (Use GOAL SEEK in OpenOffice Calc)
Find out how many marks should she obtain in 4th semester to secure distinction.
☑ Enter the data into Open Office Calc as given and leave rows for Semester4 marks
and percentage.
☑ Enter formula cell address, Target value, and variable cell address as semester4 cell
address.
☑ Click OK.
☑ Apply the same for other subjects.
18
13. Using SOLVER option in OpenOffice Calc, project the simple interest amount
by changing principal amount and rate of interest while calculating simple interest.
☑ Enter Principal Amount, Rate of interest and year. Calculate Simple Interest
using the formula SI = (P*N*R)/100
**************
19
14. Create a MACRO to prepare a marksheet of 10 students for 5 subjects (Marks out of 100
for each subject):
☑ Find average of each subject.
☑ Find maximum mark of each subject
☑ Find minimum mark of each subject
☑ Highlight the marks of each subject >75 and change the cell and font colour.
20
☑ Select the corresponding macro name and click Run.
OR
Use the given shortcut key Ctrl+m
☑ Continue the same for all columns.
**************************
21
15. (a) Create a database in OpenOffice:
viii. Create a Student table with attributes RollNo. (Set Primary Key),
Name,Class and Total using SQL.
ix. Insert records into the table Student.
x. Display all records.
xi. Update the marks of the student with RollNo 333
xii. Sort the records in descending order of name.
xiii. Display the details of the student with RollNo 444.
xiv. Delete the details of student with RollNo 222.
(b) Create form using Wizard
(c) Create report using Wizard
22
☑ To display the records, select Queries option from database bar and select
Create Query in SQL View.
23
Sort the records in descending order of name.
SELECT * FROM STUDENT ORDER BY NAME DESC;
☑ Select Forms from database bar and select Use Wizard to Create Form.
24
☑ Select the table and move fields to form and click Next.
25
☑ In the arrange control wizard select the arrangement of main form
and sub form. Click Next
26
CREATE REPORT USING WIZARD
☑ Select Reports from Database bar and select Use Wizard to Create Report.
27
☑ Select Grouping. Click Next
☑ Select Sort Options. Click Next
☑ Choose the desired layout and Click Next.
28
16. Create a table in a database in OpenOfficeBase, Insrt data and perform DML queries.
Activity:-
⮚ Create a database school in OpenOfficeBase and create a table in it
named as student as per the description given below.
29
Aim of the practical:-
Inserting data in a table in OpenOfficeBase.
Activity:-
⮚ Insert the following data in the table created in practical:- 13
30
Aim of the practical:-
Perform DML queries on any table in OpenOfficeBase.
Activity:-
⮚ Perform the following queries in the table created in practical:-14
I. Display the studentname and dob of all students in the student
table.
II. Increase the rollno of amit by 5.
III. Display the studentname and their class of all students who are
in class 10.
IV. Delete the record of shruti from the student table.
V. Insert the following record in the student table
(“ramesh”,10,’a’,17, “2005-07-25”,”[email protected]”)
31
insert:-
insert into <table name>
(col1,col2,col3,………, coln) values(val1,
val2, val3, ………., valn);
Delete:-
delete from <tablename>where
<condition>;
update:-
update <table name> set <column name=value>where <condition>;
32