Note: This is just a reference for your practical
file. Please note that your output has to be
different from the given samples. DONOT copy
or upload the same file on the Google
Classroom. This might affect your grades for
the practical file.
Assignment 1:
Write the steps to consolidate data of two sheets
given below in third sheet of Libre Office Calc.
Steps to consolidate data:
1. Open a new Calc spreadsheet and enter the data
in sheet 1 (given in the question) as shown below.
2. Name the sheet as TERM 1.
3. Enter the data in sheet 2 as shown below. name the
sheet as TERM 2.
4. Enter the data in sheet 3 as shown below. Name
the sheet as consolidated data TERM 1 & TERM
2.
Complete rest of the steps of consolidating data and
insert the screenshots at each step.
(Refer the screenshots attached in the book)
Assignment 2
Perform the following using Scenario Manager(in LibreOffice Calc or
Excel).
Suppose you want to take a loan from a bank and different banks offer
you the following interest rates on the loan amount of 50,00,000.
To create scenarios in Calc or Excel, follow these steps:
Step 1: Open the Calc Worksheet and enter the data as shown below:
Step 2: Type the formula for the PMT function as shown below:
=PMT(Interest_rate/12, NPER, loan_Amount, 0, Type)
Step3: Click on Data Tab-> What if analysis-> Scenario Manager and
the following dialog box will open.
Step 4: In the dialog box click on Add Scenario and enter the Scenario
name and changing cells as shown below:
Step 5: Similarly, create the scenarios for three more banks with the
respective interest rates.
Step 6: Now you can compare the best price EMI by easily switching
between these four scenarios.
Note: Complete all the scenarios and place screenshots of each
scenario, also create a summary report in the end and put the
screenshot in your file.
Assignment 3
Explain Goal Seek by taking any example in Libre Office Calc/ MS
Excel.
Goal Seek is a built-in feature in Microsoft Excel that allows you to
determine the input value needed to achieve a desired result. It helps
you find the specific value for a cell that will produce the desired
outcome for a formula or calculation.
To perform Goal Seek, follow the steps given below:
1. Enter the data as shown below:
2. Enter the formula =PMT(Interest_rate/12, NPER,
Loan_Amount,0,Type) in cell B5 and press Enter to get the
calculated value.
3. Click on Data Tab-> What if analysis-> Goal Seek and the
following dialog box will open.
4. Define the values in the following fields, as per your requirement.
Formula: It contains the reference of the cell that has
formula.
Target value: It contains the value that you want to achieve
as a new result. As per the example taken, here it will be
50,000.
Variable cell: It contains the value you want to adjust to
reach the target value. Here it will be B1 (interest rate)
5. Click on ok and you will get a pop-up displaying the result. Click
on Yes to insert it in cell B1 and notice the output.
*Place the screenshots, you may change the values as well.
Assignment 4
Explain Solver by taking any example in Libre Office Calc/ MS Excel.
Solver is a useful tool in Calc/ MS Excel. Its goal is to find the optimum
value for one or more target variables given with the certain conditions. It
allows you to try different values in the formula to arrive at a solution for
the input value.
Each of these rules sets up whether an argument in the formula should be
greater than, lesser than, or equal to the value you enter. If you want the
argument to remain unchanged, you enter a rule that the cell that contains
it should be equal to its current entry. For arguments that you would like to
change, you need to add two rules to define a range of possible values: the
limiting conditions. For example, you can set the constraint that one of the
variables or cells must not be bigger than another variable, or not bigger
than a given value. You can also define the constraint that one or more
variables must be integers (values without decimals), or binary values
(where only 0 and 1 are allowed). Once you have finished setting up the
rules, you can adjust the argument and the results by clicking the Solve
button.
Solver example
Let's say you have $10,000 that you want to invest in two mutual funds for one
year. Fund X is a low risk fund with 8% interest rate and Fund Y is a higher risk
fund with 12% interest rate. How much money should be invested in each fund
to earn a total interest of $1000?
To find the answer using Solver:
1. Enter labels and data:
● Row labels: Fund X, Fund Y, and total, in cells A2 thru A4.
● Column labels: interest earned, amount invested, interest rate, and time
period, in cells B1 thru E1.
● Interest rates: 8 and 12, in cells D2 and D3.
● Time period: 1, in cells E2 and E3.
● Total amount invested: 10000, in cell C4.
2. Enter an arbitrary value (0 or leave blank) in cell C2 as amount invested in Fund
X.
3. Enter the formulae given below:
● In cell C3, enter the formula C4-C2 (total amount - amount invested in Fund
X) as the amount invested in Fund Y.
● In cells B2 and B3, enter the formula for calculating the interest earned (see
below).
● In cell B4, enter the formula B2+B3 as the total interest earned.
4. Choose Data -> Solver. The solver dialog opens as shown in Figure below.
5. Click in the Target cell field. In the sheet, click in the cell that contains the target value.
In this example it is cell B4 containing total interest value.
6. Select Value of and enter 1000 in the field next to it. In this example, the target cell
value is 1000 because your target is a total interest earned of $1000. Select Maximum
or Minimum if the target cell value needs to be one of those extremes.
7. Click in the By changing cells field and click on cell C2 in the sheet. In this example,
you need to find the amount invested in Fund X (cell C2).
8. Click OK. A dialog appears informing you that the Solving successfully finished.
Click Keep Result to enter the result in the cell with the variable value. The result is
shown below.
Assignment 5
Apply Subtotal feature on the following data set. Create the groups by
month.
SUBTOTAL, totals/adds data arranged in an array—that is, a group
of cells with labels for columns and/or rows. Using the Subtotals dialog,
you can select arrays, and then choose a statistical function to apply to
them. For efficiency, you can choose up to three groups of arrays to
which to apply a function. When you click OK, Calc adds subtotals and
grand totals to the selected arrays, using the Result and Result2 cell
styles for them.
*Complete the assignment and write the steps for subtotal feature (refer page 63-64
of the draft material for your reference)
Output for subtotal:
Assignment 6
Write a Query to create a Table with the following structure
Table Product
Field Datatype
PID Char(4)
Pname Varchar(20)
Description Varchar(40)
Price Decimal
Command
Create table Product
(PID Char(4),
Pname Varchar(20),
Description Varchar(40),
Price Decimal);
Code window
Step 1: Open the link https://www.mycompiler.io/new/mysql
Step 2: Type the following code and run.
Assignment 7
Write a Query to create a Table Vendor table and write the queries
Table Vendor
VendorID VName DateofRegistration Location
V001 Mother Dairy 20-01-2009 Delhi
V002 Havmor 01-04-2015 Gujrat
V003 Amul 12-05-2012 Kolkata
V004 Kwality Walls 15-10-2013 Mumbai
(i) Write a Query to display all records
(ii) Write a Query to add a new row with the following details (‘V005’,
‘Vadilal’, ‘2010-03-20’, ‘Pune’)
Code window
Step 1: Open the link https://www.mycompiler.io/new/mysql
Step 2: Type the following code and run.
*Paste the final output after adding 5th record.( (‘V005’, ‘Vadilal’,
‘2010-03-20’, ‘Pune’)