Grade x Portfolio Model Based on Libreoffice_1[1]
Grade x Portfolio Model Based on Libreoffice_1[1]
Grade x Portfolio Model Based on Libreoffice_1[1]
School Name
Address
CLASS: [CLASS]
this PORTFOLIO.
[SHIVAM
SINGH]
CERTIFICATE
[3] Open the Styles window and Click on the option New Style From Selection
from Style Action button
[4] A new dialog box appears with a new style name prompt, enter new style
name. Click on OK
[5] The style is available in the style gallery.
2. Create a template named certificate
[1] Prepare certificate format for template certificate.
[3] Template save as dialog box will appear. Type name “Certificate” and
select category – “My Templates”. Then “Save” Button.
[4] The template is saved into selected category.
[3] Now click on Insert –> Table of Contents and Index –> Table of
Contents, Index or Bibliography option.
[4] The table of contents, Index, or Bibliography dialog box appears as
displayed in this screenshot:
[5] Apply the desired options for a table of contents and click on the OK
button.
[1] Open the document “Applying styles in document.odt”. Place the cursor
where the picture is required.
[2] Restore the Libre Office Writer window and adjust the size of window as
needed.
Now the files and folders are displayed on desktop. Select the file from
desktop to be inserted into the document.
[3] Now drag the selected image file into the document. Image will be inserted.
Insert an image using Cut or Copy, Paste
Copy and Paste images is a very easy task. Simply, copy the image from the
source and paste it into the document at the desired location.
The image can be also inserted using drag and drop. Follow these steps to
insert image using drag and drop.
The drawing properties toolbar allows you to move, resize, rotate, edit, and
configure for various purposes. The properties changed before creation are
known as setting default values. The properties can be modified by right-
clicking on the object.
Grouping objects
Follow these steps to group objects.
1. Group
2. Group
3. Enter Group
4. Exit Group
Unit 2: Electronic Spreadsheet (Advanced)
1. Consolidating Data
To consolidate data, the following things are necessary:
[2] Now create a blank spreadsheet with matched labels to consolidate data
as follows and rename as consolidated:
[3] Place the cursor in C2 cell of the consolidated sheet as displayed below:
[4] Click on Data –> Consolidate
[6] Choose the appropriate options as per requirement such as function, add
the ranges of cells, and choose an additional option then click on OK.
Result:
[1] Select the data and click on Data –> Subtotals option.
[2] The subtotals dialog box appears. Select the column on which grouping
option is required. Select the column against the option Group by as below
here I have selected Product column, Select column to Calculate subtotals for
and Sum function:
[3] Click on OK button and it will display the result as follows:
Here subtotals created for given data. On left of the results the outline is
created automatically. By clicking on + and – sign it can be expanded and
collapsed. This outline can be removed using Data –> Group and Outline –>
Remove Outline option.
3. Creating a Scenario
Let’s create a scenario for a team’s net run rate in a cricket tournament. Net
run rate is calculated by the below-given inputs match by match:
RR =(runs_scored/overs_faced)-(runs_given/overs_bowled)
For each match, I have created a different scenario and named them as
Match 1, Match 2 , Match 3 etc.
[2] Click on the Tools –> Scenarios option. The Create Scenario dialog box
will appear as displayed below.
[3] Type the scenario name in the Name of Scenario box, Edit the comment in
the comment box, and Change the desired color from settings.
[4] Click on the OK button.
[5] Repeat steps 3 and 4 for each scenario, and change the date, name, and
desired options as per the requirements.
4.Goal Seek
[3] By default it shows the absolute cell reference on first box which contains a
formula. Type the target value in the target value box and choose the cell
reference to be changed to achieve the desired result.
[4] Click on OK button. This will open a message box to display the message
such as “Goal Seek succeeded. Result 22.5. Insert the result into the
variable cell?”
[5] Click on Yes button to keep the value otherwise No. The value is to be
displayed in the cell as below:
Solver in Libre Office Calc
[4] Click on Solve button. It will display a new message box with a message –
Result: 95
Do you want to keep the result or do you want to restore previous values?”
As displayed in the above dialog box click on the relevant button to keep the
result in the sheet.
5.Creating hyperlinks in spreadsheet
For example, C:\\ LibreOfficeCalc\Files\Hyperlink.ods is an absolute
hyperlink.
The relative hyperlink contains only the filename. The relative link file will be
saved in the same folder where the spreadsheet is saved.
If the file is moved from the original location along with the directory then also the
relative link will work as it is.
Creating hyperlink
Editing Hyperlink
The steps to edit existing link are as follows:
[1] Place the cursor anywhere in the link and right click on it and choose the Edit
Delete hyperlink
[2] Right click on the hyperlink and choose the remove hyperlink option from the
context menu.
[3] The hyper link will be removed.
Internet is the big source of information. This information is stored in the websites
which is collection of different web pages. These web pages are crated through
HTML. The libre office calc allows to link these HTML pages in the form of external
data.
The external data allows to copy the tables present in the website into
the spreadsheet.
To open external data dialog box, follow the below given steps:
[2] Select the cell to store the first cell of the table in the external data.
1. URL or External Data Source: Type the URL of HTML source file.
3. Update Every: Specify the time to update the source after a specific interval.
[5] Type the URL in URL or external data source box and press enter. It will ask for
import options. Click ok button.
[6] Select any table in the available tables/ranges. I have selected HTML_11 table.
Libre office calc allows to linking with databases to other data sources. Register
the database with libre office base. To register the database, follow the given
steps:
[1] Click on Tools > Options > LibreOffice Base > Databases option. It will open
this dialog box.
[2] Select the database or create new database by clicking on New button.
[3] I have created a new database. It will open dialog box to create a database link
and click on registered name.
[4] When the ok button is pressed the database will be added to registered database
Database Management System
1. Create and edit tables using SQL COMMANDS
Create following table empl in LIBREOFFICE Base and perform below
given queries:
create table empl(empno int (4) primary key, name varchar(20),doj date,
salary int(5), city varchar(20));
4. Enter desired field names, select desired data types, and set the
primary key.
6. Insert data.
3. Write Queries for the following:
Queries:
1. select * from empl where salary between 60000 and 75000; OR select *
from empl where salary>=60000 and salary<=75000;
2. select empno, ename, doj, salary from empl where city =’AHMEDABAD’
or city=’SURAT’; OR select empno, ename, doj, salary from empl where
city in (‘AHMEDABAD’,’SURAT’);
employee.
appears.
4. Now select all fields to add to the form. and click on the Next button.
6. Now arrange the controls in the main form. and Click on the Next
button.
7. Now click the form to display all data and click on the Next button.
9. Name the form and select the option works with the form.
Create reports:
3. Select the table and fields to be used in the report. and Click on Next.
8. Choose the title of the report and select the Create Report Now radio
button.