CELab
CELab
RAMANAGARA
DEPARTMENT OF BCA
COURSE: ESSENTIALS OF COMPUTER LABORATORY MANUAL
1. Page Setup:
Margins option can be used to adjust the page’s margins.
Normal margins for a standard layout
Narrow to make the most of the page space. Or
Custom Margins to create a more personalized document.
Orientation: option helps set the page’s layout as Portrait (vertical) or Landscape (horizontal).
Size: option allows you to select the paper size for the document. Choose A4 or Letter
depending on your requirement.
2. Page Background:
Watermark:
Watermark feature to add a subtle text or image behind the content. A common watermark
might be “Draft” or “Confidential,”
Page Color: to change the page background color to something light and subtle, such as a soft
light gray or beige to keep the document professional.
Borders: To add a decorative border around the document, use the Page Borders feature. You
can select a simple line or a fancy design. A thin black border works well for a professional
look.
3. Paragraph Formatting:
Alignment: Use the Align Left option for most of the document text, but for the title and
subheadings, use Center alignment to make them stand out.
Spacing: Set the paragraph spacing using the Line and Paragraph Spacing options. For body
text, select 1.15 for line spacing to ensure readability, and for Before and After paragraphs, use
6pt to create a clear separation between sections.
Indentation: To indent the first line of each paragraph to make the text more readable. Go to the
Indentation settings under Paragraph and set the First Line indent to 0.5 inches.
Output:
Computer: Computer is a electronic device which accepts a input from the user and gives a
information after process.
Characteristics of a Computer:
1. Speed:
Computers are known for their high-speed data processing capabilities. They can perform
millions of operations per second, allowing for rapid execution of complex tasks.
2. Accuracy:
One of the key benefits of computers is their accuracy. Computers follow instructions without
error, provided the instructions are correct.
3. Automation:
Computers can automate repetitive tasks, saving time and effort. Once programmed, a computer
can perform the same task repeatedly without human intervention.
4. Storage:
Computers offer vast storage capabilities, from hard drives to cloud storage, which can hold
large amounts of data and make it easily accessible.
5. Connectivity:
Modern computers can connect to the internet and other devices, enabling communication and
information sharing across the globe.
2. Word Processor assignment to demonstrate Bullets and Numbering, Headers and footers.
Create a Header:
3. In the menu that appears, choose a desired header layout (called content control).
4. Enter any desired information on the header.
5. Double-click on the body of page (or press the Esc key) to close the header. The header will be
on the top of each page.
Create a Footer
Footer – a section of information that appears at the bottom margin of each page of a
document.
5. Double-click on the body of page (or press the Esc key) to close the footer.
3. Click to select a number or letter symbol that you wish to use for the list.
When you delete or add items in the list, or change the numbering format of the style, the
numbers / letters in a list are updated automatically.
3. Word Processor assignment to demonstrate usage of mail merge by creating a letter to
invite your parents for the annual day event. Prepare at least 5 letters.
Mail-Merge
Click Edit Individual letter & click all or any other option according to requirement
Select Ok. Microsoft will open new document that contains all individual letters.
4. Word Processor assignment to demonstrate usage of tables and encryption by preparing the
timetable.
• To insert a table in MS Word, follow the following steps:
Step 1. Wherever you want the table to go, position the cursor there.
Step 2. To create a simple table, select Insert > Table and then drag the cursor over the grid to
highlight the desired number of columns and rows.
Step 3. Select Insert > Table > Insert Table to create a bigger table or to edit an existing table.
Step 4. The document will insert a table with the specified number of rows and columns.
Day/Time 9-10 10- 10:55 11:05- 11:55- 12:45 1:45- 2:25 3:25
10:55 - 11:55 12:45 -1:45 2:25 - -
11:05 3:25 4:15
Monday CE KAN B CPRO EVS L Clan Lab-
G g
Tuesday IKS ENG R CE MATH U < -CE-- Lab ->
S
Wednesday MAT CPRO E ENG KAN N EVS
HS G
Thrusday ENG CE A CPRO MATH C IKS
G S
Friday CPR ENG K MATH CE H KAN
OG S
Saturday
f. Insert pie chart for one student depicting composition of 3 subject marks.
Grade Formula:
The grade calculation is done based on the following logic:
=IF(I2>=90, "A", IF(I2>=75, "B", IF(I2>=60, "C", IF(I2>=50, "D", "E"))))
This formula checks the percentage and assigns the corresponding grade:
A for percentage >= 90
B for percentage between 75 and 89
C for percentage between 60 and 74
D for percentage between 50 and 59
E for percentage < 50
Student
SL No Sub 1 Sub 2 Sub 3 Total Percentage Grade
Name
2 Aditi 94 95 98 287 96 A
1 Alex 85 78 92 255 85 B
5 Dayana 82 78 68 228 76 B
4 Cameron 75 72 68 215 72 C
6 Edward 48 55 50 153 51 D
3 Carl 32 30 33 95 32 E
Chart Title
MARKS GRADE
100 Alex
80 90 A
60
40 75 B
20 60 C
0 1 2 3 4 5
1 2 3 4 5 6
Cameron
14%15%
14%
43% 14%
50 D
40 E
30 F
Chart Title
100
80
60
40
20
0
1 2 3 4 5 6
6. Demonstrate usage of data validation in the spreadsheet as directed below: a. Create a spreadsheet
with following components:
a. Insert 5 employee details in the columns Emp No., Emp Name, DOB, Basic Salary.
b. Add drop-down data validation for Gender and Designation columns
c. Add a formula to calculate Age based on DOB
d. Add the formula to calculate
i. DA as 35% of Basic salary,
ii. HRA as 25% of Basic salary
iii. Deduction as 10% of Basic salary
e. Add the formula to calculate Gross Salary and Net Salary
1. Start by entering the basic employee details (Emp No., Emp Name, DOB, and Basic Salary) for 5
employees:
To calculate Age based on the DOB, we use the DATEDIF function. The formula will compute
the difference between the current date (TODAY()) and the date of birth.
This formula calculates the difference between the employee's DOB (column C) and
the current date in years.
Drag the formula down from G2 to G6 to calculate the Age for all employees.
1. Gross Salary: The Gross Salary is the sum of the Basic Salary, DA, and HRA.
o In K2, enter the following formula to calculate the Gross Salary:
o =F2+H2+I2
2. Net Salary: The Net Salary is the Gross Salary minus Deduction.
o In L2, enter the following formula to calculate the Net Salary:
o =K2-J2
Step 6: Fill Down the Formulas for All Employees
Once you've entered the formulas for Employee 1 (row 2), you can drag the formulas down for
the other employees (rows 3 to 6):
Select the formula cell in G2 for Age, then drag the fill handle (the small square at the bottom
right of the cell) down to G6.
Repeat this process for columns H, I, J, K, and L to apply the formulas for all employees.
Jane
15/03/19 Femal 4000 1400 1000 6400 6000
102 Smit Assistant 34 4000
90 e 0 0 0 0 0
h
Sam
10/11/19 Executiv 3000 1050 4800 4500
103 Brow Male 42 7500 3000
82 e 0 0 0 0
n
Emm
a 21/06/19 Femal 2500 4000 3750
104 Clerk 29 8750 6250 2500
Gree 95 e 0 0 0
n
Mark
12/07/19 Supervis 4500 1575 1125 7200 6750
105 Whit Male 36 4500
88 or 0 0 0 0 0
e
ASSIST
GCEEMP FEM ANT 30/05/ 1200
Neha 27 7500 2625 1875 1200 10800
006 ALE PROFE 1997 0
SSOR
Summary of Formulas:
1. Age:
Formula: =DATEDIF(C2, TODAY(), "Y")
2. DA (35% of Basic Salary):
Formula: =F2*0.35
3. HRA (25% of Basic Salary):
Formula: =F2*0.25
4. Deduction (10% of Basic Salary):
Formula: =F2*0.10
5. Gross Salary:
Formula: =F2+H2+I2
6. Net Salary:
Formula: =K2-J2
To demonstrate conditional formatting and the calculation of attendance data for a set of
students, follow these steps to create an attendance spreadsheet as described:
Sam
34567890 P P A P P A
Brown
Emma
45678901 P P P P P P
Green
Mark
56789012 A A A P P A
White
Emily
89012345 P P P P A A
Stone
Sarah
01234567 P A P A P P
White
2. Step 1: Mark P for Present and A for Absent for Each Student
For each Date X column (Date 1, Date 2, etc.), you will enter either P (present) or A (absent) to
represent the student's attendance.
3. Step 2: Formula to Calculate "No. of Classes Attended" In the "No. of Classes Attended"
column (let’s assume it’s column I), use the COUNTIF function to count how many "P" values
(present) appear for each student across the Date columns (Date 1, Date 2, Date 3, ..., Date N).
For example, for Student 1 (row 2), use the following formula in I2:
=COUNTIF(C2:H2, "P")
o This counts how many "P" (present) values are there in columns C to H (Date 1 to
Date 6) for Student 1.
o Copy this formula down to calculate the No. of Classes Attended for all students.
5. =I2/COUNTA(C2:H2)*100
o I2 contains the No. of Classes Attended, and COUNTA(C2:H2) counts the total
number of dates (classes) that the student is marked for.
o This formula divides the number of classes attended by the total number of dates and
multiplies it by 100 to get the Attendance Percentage.
Copy this formula down to calculate the Attendance Percentage for all students.
5. Step 4: Apply Conditional Formatting for Attendance Percentage < 85% Now,
let’s apply conditional formatting to highlight students whose Attendance
Percentage is less than 85%.
1. Select the Attendance Percentage column (for example, column J2:J11).
2. Go to the Home tab in Excel.
3. Click on Conditional Formatting.
4. Choose New Rule.
5. Select Format only cells that contain.
6. In the Format cells that contain section, choose Cell Value in the first drop-down,
then select less than in the second drop-down.
7. In the value field, type 85.
8. Click on Format, choose a fill color (such as red), and then click OK.
9. Click OK again to apply the rule.
Now, all students with an Attendance Percentage less than 85% will be highlighted in the
chosen color (e.g., red).
Sam
34567890 P P A P P A 4 66.67%
Brown
Emma
45678901 P P P P P P 6 100.00%
Green
Mark
56789012 A A A P P A 2 33.33%
White
Emily
89012345 P P P P A A 4 66.67%
Stone
Sarah
01234567 P A P A P P 4 66.67%
White
Attend
No. of
ance
USN Name Date 1 Date 2 Date 3 Date 4 Date 5 Date 6 Classes
Percen
Attended
tage
John 83,333
12345678 P P A P P P
Doe 5 33
Jane 66,666
23456789 A P P P A P
Smith 4 67
Sam 66,666
34567890 P P A P P A
Brown 4 67
Emma
45678901 P P P P P P
Green 6 100
Mark 33,333
56789012 A A A P P A
White 2 33
Lisa
67890123 P A A P A P
Black 3 50
Alex 83,333
78901234 A P P P P P
Blue 5 33
Emily 66,666
89012345 P P P P A A
Stone 4 67
David
90123456 A P A A P P
Lee 3 50
Sarah 83,333
1234567 P P P A P P
White 5 33
1. Marked attendance for each student with "P" (present) or "A" (absent).
2. Formulas were applied to calculate:
o No. of Classes Attended: Using COUNTIF.
o Attendance Percentage: Using the formula =I2/COUNTA(C2:H2)*100.
3. Conditional Formatting was applied to highlight students with an Attendance Percentage less
than 85%.
The date, time, and slide numbers should now appear at the designated areas on each
slide.
1. Insert Symbols:
o Go to the Insert tab.
o In the Symbols group, click Symbol (it's typically the last option on the right).
o A dialog box will appear showing various symbols.
o Select a symbol you’d like to insert (e.g., arrows, copyright sign, math symbols, etc.).
o Click Insert to place the symbol on your slide. You can also change the font or use the
Character code field to find a specific symbol quickly
9. Create a power-point presentation to demonstrate the following:
a. Themes
b. Transitions
c. Animation
2. Apply a Transition:
o In the Transition to This Slide group, choose a transition effect (e.g., Fade, Push,
Wipe, Zoom, etc.).
o Click on the transition effect to apply it to the selected slide.
5. Demonstrate Transitions:
o Create a few slides and apply different transitions to demonstrate how each transition
affects the flow of the presentation.
o You can preview each transition by clicking the Preview button in the Transitions tab.
5. Demonstrate Animations:
o Add multiple animations to different objects on a slide to show how they interact with
one another.
o Use the Animation Pane to organize the order of animations and make the
presentation more dynamic.