CLASS-X - IT - Practicals - Solved (PRACTICAL (OR) PROTFOLIO)
CLASS-X - IT - Practicals - Solved (PRACTICAL (OR) PROTFOLIO)
SUBMITTED BY: -
NAME: ____________________
1
1. Create a document and apply Styles and Formatting in OpenOffice Writer.
☑ Paragraph Style, Character Style, Frame Style, Page Style, List Style
☑ Fill Format Mode
☑ Drag and Drop
Open Apache OpenOffice Write and type the paragraph that you want to
applystyles and formatting
Select Styles and Formatting option from Format menu or from standard
toolbar or press F11.
➢ Paragraph Style – Select Paragraph style → right click the mouse button
andselect New to create new paragraph style and name it as New Style.
i. Paragraph Style dialog box appears.
☑ Change background color.
☑ Change font.
☑ Apply drop cap
☑ Font effect as blinking
ii. Click OK.
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 View→Toolbar→Drawing
➢ 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 Arrange→Send 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 File→Wizard 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
OpenOfficeWriter.
☑ 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
☑ Adjust layout
☑ Create a salutation
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
CLASS_X_IT
9. RPS Distributers distributes products in different areas. Calculate the area wise
distribution of products using SUBTOTALS in OpenOffice Calc.
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
☑ 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:
i. Create a Student table with attributes RollNo. (Set Primary Key), Name,
Class and Total using SQL.
ii. Insert records into the table Student.
iii. Display all records.
iv. Update the marks of the student with RollNo 333
v. Sort the records in descending order of name.
vi. Display the details of the student with RollNo 444.
vii. 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