Record Book Fair Content
Record Book Fair Content
He approaches
company(www.naukri.in) for helping him in finding new job. Mr. Sharma
is asked to submit his CV/Resume in the company. He has downloaded a
sample CV. Help him in creating his CV in the same format. Also save the
format as "CV1" on the computer, for future reference. give the detailed
steps to be followed in Libreoffice Writer
Solution:
Open LibreeOffice Writer and save it as "CV1" for future reference. Here's a
detailed guide for creating A CV for Mr. Sharma with a preformatted CV
Template.
solution:-
If you've made changes to your document and the Table of Contents (TOC)
is not reflecting those changes, here's how to update it in LibreOffice
Writer:
* Right-click on the TOC: This will open a context menu.
* Select "Update Fields": This will trigger the update process.
Unit 2: Electronic Spreadsheet (Advanced)
Learning Outcome Consolidating Data
Assignment 1
Objective: Applying Data Consolidation in LibreOffice Calc
Task:Prepare 3 worksheets for products sales and consolidate them
Solution:
Preparing sheets for Data Consolidation
1. Create a new file in spreadsheet software and enter data for 5 products.
2. Add two worksheets in the file and modify the data for all. Click on Sheet tab
and + icon there,
3. Rename all worksheets like sheet1 - Ahmedabad, sheet2 - Surat and sheet3 -
Rajkot. Select
the sheets respectively and do right click on Sheet tab > Rename Sheet option,
Type the sheet
name and Click on OK button.
4. Now add one more worksheet at the end and rename as Consolidated as
similar as step 2 and 3.
Apply subtotal and find the sum of days required for project name.
Solution:
1. Open spreadsheet software and enter the data.
2. Select the data.
3. Click on Data → Subtotal. The Subtotal dialog box appears.
4. Select columnProject Name in Group By option.
5. Now mark the column to Days Required to count the no. of days required for
each project.
6. Select the sum function sum from Use Function option.
7. Click on OK button.
Solution:
1. Open Excel and create a new workbook.
2. In the first worksheet, enter the data.
3. Right-click on the sheet tab (usually named “Sheet1”).
4. Select “Rename” and change the name to “Student Profile”.
5. Insert three new worksheets by clicking the “+” icon at the bottom.
6. Rename them to “PT1”, “PT2”, and “PT3” respectively.
7. Go to the “PT1” worksheet.
8. In cell A1, type =Student Profile!A1 to reference the Roll No from the
“Student Profile” sheet.
9. Drag the fill handle to copy the formula down for all 10 students.
10.Repeat the process for First Name and Last Name columns.
11.Go to the “PT2” worksheet.
12.Click on cell A1, type =, then navigate to the “Student Profile” sheet and click
on cell A1.
13.Press Enter to create the reference.
14.Drag the fill handle to copy the formula down for all 10 students.
15.Repeat the process for First Name and Last Name columns.
16.Go to the “PT3” worksheet.
17.You can use either the keyboard or mouse method to create references for
Roll No, First Name,
and Last Name columns from the “Student Profile” sheet.
Assignment 5
Objective: Goal seek Application
Task: Enter data to obtain total net profit and set the goal to achieve total net
profit of ₹ 23,000
by changing the August month gross profit.
Sample Data:
Unit 3
Database Management System
Assignment 1
Objective: Steps to create a table using table wizard
Task: Create a table using wizard and insert data.
Solution:
1. Click on Start → All Programs → LibreOffice 24.2→ LibreOffice Base.
24.2LibreOffice
Base window will open with Database Wizard.
2. Click on Create a new database option.
3. Click on Next button.
4. Select the database Register option either Yes, or No.
5. Check on Open database for editing.
6. Click on Finish button.
7. It will prompt to save the database.
8. Type the desired name and save it. I have given db1.
9. Now click on Tables button from Left pane and choose the option -Use Wizard
to Create
Table... from the tasks window.
10.The Table Wizard will open. Follow wizard steps to create a table.
11.In first step of wizard select the Category either Business or Personal,
12. Now choose a table from list of table. As I have selected Employees table.
13.Click on Next and select field types and all if you want to change it. Click on
Next. I have
selected EmployeeID, Firstname, Lastname, Salary, Datehired.
14.Set a primary key for your table in this step. Click on Use an existing field as
a Primary
Key. I have selected EmplyeeID as Primary key. Click on Next.
15.If you wish to change the table name then type new name for the table and
click on Insert.
Data immediately, and click on Finish.
16. Enter data now.
Queries
Add Columns
1. Click on Tools → SQL option.
2. Add column Total → alter table "marksheet" add column "Total" tinyint
3. Add column Percentage → alter table "marksheet" add column "Percentage"
decimal(5,2)
4. Add column grade → alter table "marksheet" add column "Grade" char(2)
5. Click on Execute button.
6. Click on Close button.
Insert records
1. Click on Tools > SQL option.
2. insert into "marksheet" values (101, 'Sagar', 105, 27, 25, 28, 80 , 88 , 'B1')
3. Click on Execute button.
4. Close the window.
5. Click on View > Refresh Tables option to update data into the table.
➔ Display maximum marks and minimum marks for the fields given in the
question, using
design view.
1. Click Queries → Create Query in Design View....
2. The query design window will open.
3. Select the marksheet table and click on Add button.
4. Now select the field Sub101 and Sub102.
5. Choose the function maximum under Sub101 and Minimum under Sub102.
6. Save the query and check the result.
Solution
Steps to create a form using wizard
1. Click on Forms → Use Wizard to Create Form...
2. A Form Wizard appears.
3. Select the table from Tables or Queries then add all the fields.
4. Click on Next button. Ignore step 3 and step 4 from wizard.
5. Select the first option i.e. Columnar – Labels Left then click on the next
button.
6. Now set data entry step will be there. Ignore this step and click on Next.
Choose the styles for
the form interface and click on next.
7. Type new name for the form and click on work with the form. Click on Finish
Assignment 5
Objective: Creating report using wizard
Task: Create table a report using wizard by selecting all the fields for the table -
Marksheet
Solution
1. Click on Reports → Use Wizard to Create report. The report wizard will open
in the new
window.