Computer Application Assignment 3
Computer Application Assignment 3
Solution:
1 001 53 45 59
2 002 85 82 65
3 003 87 91 81
4 004 66 75 95
5 005 92 56 90
i) Add a new column which contains the average marks of each student.
ii) Find the total marks of each student.
iii) Find the percentage of marks of each student by adding a new column percentage.
Solution :
P1
Steps-
1. Select and copy the table from the MS Word document & paste it in MS Excel.
2. Add a new column in cell F1. Set the column heading name as i) Average Marks.
3. In the cell F2, Write the following function to calculate average –
=AVERAGE(C2:E2). Drag the fill handle icon (the + sign in the below right corner of
the cell) down till F6 cell. The result will automatically be generated.
4. In the similar way, add a new column in G1 cell & set the column heading name as ii)
Total Marks.
5. In G2 cell, write the function =SUM(C2:E2). In the previous way, drag the fill handle
icon (the + sign in the below right corner of the cell) down till G6 cell. The result will
automatically be generated.
6. Similarly, in H1 cell, add a new column & name it as iii) Percentage.
7. In H2 cell, write the following function =G2*100/300 to calculate percentage value.
8. In the similar way mentioned above, drag the fill handle icon (the + sign in the below
right corner of the cell) down till H6 cell. The result will automatically be generated.
9. Save the file by pressing ctrl & S simultaneously or clicking the save button in File
tab.
3. Create bar chart, column chart and line chart for the following data.
Solution :
P2
Steps to create Bar Chart –
1. Select & copy the above table &
paste it in MS Excel.
2. Select the entire table & go to Insert
tab above.
3. In the Charts group, select Insert
Column or Bar Chart icon.
4. Choose desired bar chart from 2-D
Bar or 3-D Bar option.
5. Format it as needed.
6. Doble click on the chart title &
change it as needed.
7. From the Chart Element icon (+
sign attached with the chart), Select
Legend. Set position as Top to put
legend under the chart title.
8. From the same Chart Element icon
(+ sign attached with the chart),
Select Data Labels. Set position as
Inside End to put values in the bars.
9. Remove the tick marks from the
check box besides the Gridline
option.
P3
Steps to create Column Chart –
P4
Steps to create Column Chart –
P5