Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

PGPBM BATCH (2009 – 2011)

IT FOR MANAGERS

END TERM PRACTICAL TEST – SECTION B

1. Create an Installment Comparison Table with the following fields: Bank, Yearly Interest
Rate, Monthly Installment for 12 Installments, Monthly Installment for 24 Installments,
and Monthly Installment for 36 Installments. Enter 10 records for 10 different banks with
different yearly interest rates. Calculate Monthly installments for 12, 24, 36 installments
respectively using excel formula. Take any 6 digit loan amount.

2. Create a Budget Analysis table with the following fields: Items, October Budget,
October Expenditure, November Budget, November Expenditure. Enter 10 records for 10
different items. Enter any 4 digit values for budgets and expenditures. Find total of
budget and expenditure using excel formula. Create two column charts to compare
budget and expenditure in October and November respectively.

3. Create a Profit Analysis table with the following fields: Item, Cost per unit, Price per
unit, Profit per unit, Units sold in May, Total Profit in May, Units sold in June, Total
Profit in June. Enter 10 records for 10 different items. Enter data for Cost per unit, Price
per unit, Units sold in May, Units sold in June. Calculate Profit per unit, Total Profit in
May and Total Profit in June using Excel formula. Draw a column chart to compare total
profits in May and June for all the items.

4. Create a table table-1 which holds two attributes of a company namely department name,
department id (some unique positive integer such as 1, 2, 3, 4). Now a second table is to
be created which consists of three attributes namely employee name, department name,
department Id and salary of the employee. Fill up the attributes such as employee name,
department name for at least 10 employees. Now fetch the department Id from table-1
using some excel function. Then calculate the salary received by each employee which
depends on the department they are working in. The dependence is as shown below
If deptid<2 then salary is 10000
If deptid>=2 but less than 5 then salary is 20000
Else the salary is 30000.
Create a column chart to show relative salary of each employee.

5. Create a table which consists of 15 rows at least. The attributes of which are names of
employee and the names of the unions they belong to. The number of unions is four. So
any employee will belong to any one of the 4 unions. Can you count the number of
people in each union? Then create appropriate chart to show percentage of each people in
each union.

6. Create a Mortgage table with the following fields: Interest Rate, Number of Installments,
Monthly Installment, Total Payment, Total Interest. Enter 10 records with different
values of Interest Rate and Number of Installments. Calculate Monthly Installment, Total
Payment and Total Interest using Excel formula. Take any 6 digit loan amount.

You might also like