It Record 2
It Record 2
AND MANAGEMENT
(Affiliated to Mangalore University)
Mangalore – 575004
DEPARTMENT OF COMPUTER
APPLICATIONS
CERTIFICATE
Register No:U05PC23S0064
Bonafide Record of Practical Work done by
Mr./Mrs._________SHREYAS M_______________________
Of class I BCA Semester: I in paper INFORMATION
TECHNOLOGY (Code: CAC02P) prescribed by Mangalore
University for the year 2023-2024.
INDEX
SI. Date: Pg
NO
PROGRAM No.
.
PART A: Word Processing, Presentation
4. Prepare interview call letters for five candidates describing about 05/10/23 12
the company and instructions about the interview. Use mail merge
feature
5. Create a presentation (minimum 5 slides) about your college. It 12/10/23 15
should contain images, chart, Bulleted text…..
PART B: Spreadsheet
8. Create a worksheet to maintain student information such as 26/10/23 18
RollNo, Name, Class, Marks in three subjects of 10 students.
Calculate total marks, average and grade. Find grade for
Distinction, First Class, Second class, Pass and Fail using normally
used conditions.
Using custom sort, sort the data according to class
Distinction first, First class next and so on. Within each class
average marks Should be in descending order.
Also draw the Column Chart showing the RollNo versus
2
I BCA – I SEM – IT LAB
Average scored
9. Prepare a worksheet to store details of electricity consumed by 03/11/23 20
customers. Details are Customer No, Customer Name, Meter No,
Previous meter reading, current meter reading of 10 customers.
Calculate total number of units consumed and total amount to be
paid by each consumer using the following conditions:
If unit consumed is up to 30, charge is 100.
31 to 100 units, 4.70 per unit.
101 to 200 units, 6.25 per unit.
Above 200 units, 7.30 per unit.
Use data validation to see that current reading is more than
previous reading.
Arrange the records in the alphabetic order of names.
Filter the records whose bill amount is more than Rs.1500.
10 Create Employee Worksheet having EmpNo, EmpName, DOJ, 09/11/23 24
Department, Designation and Basic Pay of 8 employees. Calculate
DA, HRA, Gross Pay, Profession Tax, Provident Fund as per the rule.
DA = 30% of basic pay.
HRA = 10% of basic pay is less than 25000, 15% of basic pay
otherwise.
Gross = DA + HRA + Basic pay
Provident fund = 12% of Basic pay or Rs 2000, whichever is
less.
Profession Tax = Rs. 100 if Gross pay is less than 10000, Rs.
200 otherwise.
Net Pay = Gross – (Professional Tax + Professional Fund)
Using Pivot table, Display the number of employees in each
department and represent it using Pie Chart.
11. Create table COMMISSION containing the percentage of 09/11/23 27
commission to be given to salesman in different zones as follows:
Zone Percentage
South 10
North 12.5
East 14
West 13
Create another table SALES in the same worksheet to store
salesman name, zone name, place, name of the item sold, rate per
unit, quantity sold. Calculate total sales amount of each salesman.
Referring the COMMISSION table, write the formula to compute
the commission to be given. (Hint: use if function and absolute cell
3
I BCA – I SEM – IT LAB
addresses)
Using advanced filtering show the result in other parts of the
worksheet.
Show the records of various zones separately.
Show the records of east and west zones.
Display the details of the items sold more than 50, in South
or North zones
PART C: Microsoft Access
12. Create employee database and table Emp using MS ACCESS with 30/11/23 30
following structure.
Emp Ename Designation Dept DOJ Basic
no no salary
101 Ramesh Manager 10 10/10/2000 25000
102 Smitha Clerk 12 12/5/1999 15000
103 Devika Attender 10 11/9/2001 12000
104 Rajesh HR 15 15/4/2000 12000
105 Girish Supervisor 12 6/11/2005 18000
106 Sathya Driver 16 11/9/2001 11000
107 Manoj Sweeper 10 22/6/2006 8000
108 Bhoomika Security 15 15/6/2004 10500
109 Kiran Clerk 14 3/4/2007 15000
110 Prathiksha Supervisor 10 25/12/1998 18000
Perform following operation:
a) List all the employees who are working in Dept no.10
b) List all the employees who gets less than 20000 Salary
c) Update Salary by adding the increments as per the
following:-
i. 10% Increment in Basic Salary who get < 20000
ii. 5% Increment in Basic Salary who get >= 20000
13. Create a “Order” database and a table “Orderdtl” having following 07/12/23 34
records:
Order Order Order Order Order Client Delivery Order
No Date Item Qty price Code type Status
1011 12/02/2017 LED 100 750000 1025 Road Delivered
1012 21/11/2017 CPU 12 500000 1026 SHIP Not
Delivered
1005 15/11/2016 KEYBOARD 80 48000 1027 Road Delivered
1010 02/03/2015 LED 30 64000 1028 Flight Delivered
1016 31/12/2014 SCANNER 40 35000 1029 Road Delivered
1009 24/10/2016 LED 25 125000 1030 Flight Not
Delivered
1008 04/03/2018 CPU 25 450000 1031 SHIP Delivered
1014 14/12/2015 PRINTER 50 90000 1032 Road Not
Delivered
Execute following Query
a) Display the Order No. which have not been yet Delivered.
b) Display all the orders of LED and CPU
4
I BCA – I SEM – IT LAB
c) Display all the orders of LED and CPU which are not have
been delivered yet.
5
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 1
Prepare a document using different formatting tools
********************************************************
Steps:
To insert an Image: Insertpicture>select the image>open
6
I BCA – I SEM – IT LAB
7
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 2
Prepare a document using Smart Art and Shapes Tools
********************************************************
8
I BCA – I SEM – IT LAB
Steps:
To insert SmartArt: In the navigation panel, go to insert Click Smart
Art Click Hierarchy select the type Click OK.
To change the shape: Right click on the border of the rectangle you
want to change the shapeChange Shape Select the shape you
want.
9
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 3
Prepare a document with table to store sales details of a company for different
quarters and calculate total, average and find maximum, minimum sales value.
********************************************************
Formula:
Avg =avg(left)
Total = sum(left)
Highest sales (across branches) = max(above)
Average (across branches) = avg(above)
Total (across branches) = sum(above)
Lowest sales (across branches) = min(above)
********************************************************
10
I BCA – I SEM – IT LAB
TIME TABLE
Steps:
To merge the cells:Select the cells to be merged right click
Merge Cells
To add colour to the cells: Select the cells you need to colour right
clickshading select the colour.
To rotate the text:Right click on the text you need to flip text
direction Select the direction you need.
11
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 4
Prepare interview call letters for five candidates describing about the company
and instructions about the interview. Use Mail merge feature.
********************************************************
Steps:
In the navigation panel, go to MailingsStart mail mergeStep by
step mail merge wizard
12
I BCA – I SEM – IT LAB
13
I BCA – I SEM – IT LAB
14
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 5
Create a presentation (minimum 5 slides) about your college. It should contain
images, chart, Bulleted text, …..
********************************************************
15
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 6
Create a presentation (minimum 5 slides) to advertise a product. The slides
should be displayed automatically in a loop. Make use of Transition and
Animations.
********************************************************
16
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 7
A simple quiz program. Use hyperlinks to move to another slide in the
presentation to display the result and correct answer/wrong answer status. Use
at least four questions.
********************************************************
17
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 8
Create a worksheet to maintain student information such as RollNo, Name,
Class, Marks in three subjects of 10 students. Calculate total marks, average
and grade. Find grade for Distinction, First class, Second class, Pass and Fail
using normally used conditions.
********************************************************
Formula
Total:
=SUM(D2:F2)
=m1+m2+m3
Average:
=AVERAGE(D2:F2)
=total/3
Percentage:
=IF(OR(M1<35,M2<35,M3=70,"Distinction",IF(AVG>=60,"First class”,
IF(AVG>=50,"second class”, “Pass"))))
=IF(OR(D2<35,E2<35,F2=70,"Distinction",IF(H2>=60,"First class”,
IF(H2>=50,"second class”, “Pass"))))
18
I BCA – I SEM – IT LAB
Using custom sort, sort the data according to class :- Distinction first, First
Class next, and so on. Within each class, average marks should be in
descending order.
Data->Sort
Draw the Column Chart showing the RollNo versus Average scored.
Select the columns of roll no and average. Insert-> column chart.
19
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 9
Prepare a worksheet to store details of Electricity consumed by customers.
Details are Customer No, Customer Name, Meter No, Previous meter reading,
Current meter reading of 10 customers. Calculate total number of units
consumed and total amount to be paid by each consumer using following
conditions:
If unit consumed is up to 30, charge is 100.
31 to 100 units, 4.70 per unit
101 to 200 units, 6.25 per unit
Above 200 units, 7.30 per unit.
********************************************************
Formula:
Total Units:
=CMR - PMR
=E2-D2
Amount Paid:
=IF(Total Units<=30,100,IF(Total Units <=100,100+( Total Units -30)*4.7,IF(Total
Units <=200,100+(70*4.7)+( Total Units -100)*6.25,100+(70*4.7)+100*6.25)+
( Total Units - 200)*7.3))
=IF(F2<=30,100,IF(F2<=100,100+(F2-30)*4.7,IF(F2<=200,100+(70*4.7)+(F2-
100)*6.25,100+(70*4.7)+100*6.25)+(F2-200)*7.3))
20
I BCA – I SEM – IT LAB
Use Data validation to see that current reading is more than previous reading.
Select the CMR cells
Data-> Data validation
21
I BCA – I SEM – IT LAB
22
I BCA – I SEM – IT LAB
23
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 10
Create Employee worksheet having EmpNo, EmpName, DOJ, Department,
Designation and Basic Pay of 8 employees. Calculate DA, HRA, Gross Pay,
Profession Tax, Net Pay, Provident Fund as per the rule :
DA = 30% of basic pay
HRA = 10% of basic pay if basic pay is less than 25000, 15% of basic pay
otherwise.
Gross =DA +HRA+ Basic pay
Provident fund =12% of Basic pay or Rs.2000, whichever is less.
Profession Tax= Rs.100 if Gross pay is less than 10000, Rs.200 otherwise.
NetPay = Gross - (Professional tax + Provident Fund)
********************************************************
Formula:
DA:
=Basic Pay*0.3
=F2*0.3
HRA:
=IF(Basic Pay<25000, Basic pay*10%, Basic pay*15%)
=IF(F2<25000,F2*10%,F2*15%)
Gross Pay:
=Basic Pay + DA + HRA
=SUM(F2:H2)
PF:
MIN(12/100*Basic Pay,2000)
=MIN(12/100*F2,2000)
24
I BCA – I SEM – IT LAB
PT:
=IF(Gross Pay<10000,100,200)
=IF(I2<10000,100,200)
Net Pay:
=Gross Pay-(PF+PT)
=I2-(J2+K2)
Using Pivot table, display the number of employees in each department and
represent it using Pie chart.
Select any cell inside the table
Insert-> pivot table
25
I BCA – I SEM – IT LAB
26
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 11
Create a table COMMISSION containing the percentage of commission to be
given to salesmen in different zones as follows:
Create another table SALES in the same worksheet to store salesman name,
zone name, place, name of the item sold, rate per unit, quantity sold. Calculate
total sales amount of each salesman. Referring the COMMISSION table, write
the formula to compute the commission to be given. (Hint: Use if function and
absolute cell addresses).
********************************************************
Formula:
Sales Amount:
=Rate/Unit*Quantity Sold
=E3*F3
Commission:
=IF(B3="South",G3*K3,IF(B3="North",G3*K4,IF(B3="East",G3*K5,IF(B3="West",
G3*K 6))))
27
I BCA – I SEM – IT LAB
Using advanced filtering show the result in other parts of the worksheet.
Show the records of various zones separately.
Select any cell inside the sales table.
Data->advanced(filter)
Display the details of the items sold more than 50, in South or North zones.
28
I BCA – I SEM – IT LAB
29
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 12
Create employee database and table Emp using MS ACCESS with following
structure.
Emp Ename Designation Dept DOJ Basic
no no salary
101 Ramesh Manager 10 10/10/2000 25000
102 Smitha Clerk 12 12/5/1999 15000
103 Devika Attender 10 11/9/2001 12000
104 Rajesh HR 15 15/4/2000 12000
105 Girish Supervisor 12 6/11/2005 18000
106 Sathya Driver 16 11/9/2001 11000
107 Manoj Sweeper 10 22/6/2006 8000
108 Bhoomika Security 15 15/6/2004 10500
109 Kiran Clerk 14 3/4/2007 15000
110 Prathiksha Supervisor 10 25/12/1998 18000
Perform following operation:
a) List all the employees who are working in Dept no.10
b) List all the employees who gets less than 20000 Salary
c) Update Salary by adding the increments as per the following:-
I. 10% Increment in Basic Salary who get < 20000
II. 5% Increment in Basic Salary who get >= 20000
********************************************************
30
I BCA – I SEM – IT LAB
Give the required field names (column names), for example, Empno. The field
should not have space in between. Specify the datatype for the field. Click save.
Go to view datasheet view insert the data into the table as required.
a) Format to List all the Employees who are working in Dept no 10:
In the navigation panel got to create Query design show table dialogue
box appears Click on the created table (emp) Add Close.
Go to field at the bottom of the window Select emp.* from the field list
Change criteria as required In the next column select Deptno. And set
criteria as 10 deselect this column box.
To execute click on run save the query.
b) Format to list of all the employees who get less than 20000 Salary:
In the navigation panel go to create Query design show table dialogue
box appears Click on the created table (emp) Add Close.
Go to field at the bottom of the window Select emp.* from the field
listChange Criteria as required In the next column select basic salary as
field name Criteria as <20000 Deselect this column box.
31
I BCA – I SEM – IT LAB
32
I BCA – I SEM – IT LAB
********************************************************
Exercise No : 13
Create a “Order” database and a table “Orderdtl” having following records:
33
I BCA – I SEM – IT LAB
********************************************************
a) To display all the order No. which have not yet been delivered
34
I BCA – I SEM – IT LAB
c) Display all the orders of LED Monitor and CPU which are not have been
delivered yet.
Go to field at the bottom of the query design windowselect orderno
from the field list Change criteria as required In the next column select
order item as field name Criteria as ‘LED Monitors’ and or as ‘CPU’ Deselect
this column box In the next column select orderstatus as field name
Criteria as ‘Not delivered’Deselect this column box.
35
I BCA – I SEM – IT LAB
********************************************************
36
I BCA – I SEM – IT LAB
Exercise No : 13
Create a “Stock” database having “Inventory” table:
Item Item Opening Purchase Sale Closing Remark
code Name Stock(Qty) (Qty) (Qty) Stock
(Qty)
101 Monitor 100 25 35
102 Printer 75 40 15
103 Scanner 120 30 20
104 CPU 50 35 10
105 Keyboard 105 45 55
Execute following Query:
a) Calculate the closing stock of each item (Closing stock = Opening stock +
Purchase – Sales)
b) Display all the items which has closing stock < 100
c) If closing stock is less than 100 then set the remark as “Re - Order level”
other wise “Enough Stock”.
********************************************************
37
I BCA – I SEM – IT LAB
38
I BCA – I SEM – IT LAB
********************************************************
39