0% found this document useful (0 votes)
101 views14 pages

WLP 3.2 3.3 TLE 8 Computer Literacy Revised

The document provides instructions for students to complete a learning packet on functions in an electronic spreadsheet program. It includes 3 parts: an introduction focusing on how functions help progress society, the scope and targets of learning, and a section exploring different types of functions like basic, count, statistical, text, and logical functions. Students are asked to analyze what a function is, explain how functions benefit society, and perform an activity using functions in a worksheet.

Uploaded by

Althea
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views14 pages

WLP 3.2 3.3 TLE 8 Computer Literacy Revised

The document provides instructions for students to complete a learning packet on functions in an electronic spreadsheet program. It includes 3 parts: an introduction focusing on how functions help progress society, the scope and targets of learning, and a section exploring different types of functions like basic, count, statistical, text, and logical functions. Students are asked to analyze what a function is, explain how functions benefit society, and perform an activity using functions in a worksheet.

Uploaded by

Althea
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

St. Alphonsus Catholic School (Lapu-Lapu City, Cebu) Inc.

High School Department


SY 2021-2022

WEEKLY LEARNING PACKET IN TLE 8


(COMPUTER LITERACY)
THIS LEARNING PACKET IS GOOD FOR TWO WEEKS. YOU WILL SUBMIT THIS TOGETHER
WITH THE PRINTED OUTPUTS ON JANUARY 24, 2022

Class Number: ______


Name of Student: ___________________________ Section: ___________ Date: ____________________

WLP No. : 3.2 and 3.3


Lesson Title : Entering Functions
Teacher : ____________________________________

I. ENCOUNTER
A. INTRODUCTION AND FOCUS QUESTION

May the Sacred Heart of Jesus be everywhere loved!

I hope you are doing great today. In your previous learning packet, you learned about formatting data and
contents in an electronic spreadsheet program. For this learning packet, you are going to learn about how
to use the different ways to speed up calculation of your data. Lastly, you will be able to answer this focus
question:

How does the use of function in an electronic spreadsheet help in making progress in our society?

B. SCOPE OF THE LEARNING PACKET:

Content Standards:

The learners demonstrate an understanding of a function and its parts, statistical functions, text and data
functions and logical functions in electronic spreadsheet.

Performance Standards:

The learners are able to demonstrate their understanding of manipulating data in electronic spreadsheet
program and making visually pleasing worksheets through hands-on activities.

Learning Targets:
Within the completion of this learning packet, the learners will be able to:
a. analyze what is a function;
b. explain the importance of using basic, count, statistical, text and logical functions to the society
through a short reflection; and
c. perform an activity using functions in their worksheet.

Skills to be developed: Critical-thinking, Analyzing, Computation Skills


Values to be developed: Creativity, Appreciation for the Advancement of Technologies

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 1 | 14
II. EXPLORE
Learning Packet Concept Map:

Entering Functions Basic, Count and Text and Logical


Statistical Function Function

READ AND LEARN


Entering Functions

Functions are predefined formulas that perform calculations by using specific values called arguments
in a particular order. Functions can be used to perform simple or complex calculations. A function is a
built-in formula in Excel. A function has a name and arguments (the mathematical function) in a
parenthesis. It may be used by itself, or it may be combined with other functions.

It has three parts:

1. Equal sign
2. Function Name
3. Arguments

A function begins with an equal sign (=) followed by the function name, an opening parenthesis, the
arguments for the function, and a closing parenthesis. Arguments can be numbers, logical values such as
TRUE or FALSE, or cell references.

There are different ways by which you can enter a formula that contains a function in a cell. You can use
the formula Autocomplete feature of Excel, use the function buttons in the function library of the formulas
tab, use the formula pallete , or by using the insert function button located in the fomula bar.

 Using Autocomplete

1. Select the cell where you want to insert the formula.


2. Type equal sign (=) and the beginning letter of the function. The program will display a list of
functions which you might want to use below the active cell.

A tooltip with the syntax and arguments also appears as you type the function.

 Using the Function in the Library Group

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 2 | 14
1. Select the cell you want to insert the formula.
2. On the Formulas Tab, under Function Library, choose the function category where the specific
function you want to use belongs.
3. Click the drop-down arrow and choose the function. The Function Arguments dialog box will
appear.

4. Fill each argument using any of the following:

 Click the cell if it is visible on the screen.


 Type a cell address or a cell range.
 Click the Collapse button; select the range on the worksheet

5. Click OK or press the Enter Key.

 Using the Insert Function Button

You may use either the Insert function button from the Functions Library or the one in the Formula
bar. In any case, the Function Arguments dialog box will also appear. Supply the needed arguments then
click OK or press the Enter key.

 Using the Formula Pallete

1. Select the cell where you want the function to appear.


2. Type an equal (=) sign.
3. Click the drop down list on the left edge of the
Formula Bar which is the Formula pallete.
4. Choose the function on the list or select More Functions…
to see all the available functions from the Insert Function
dialog box.
5. The Function Arguments dialog box opens, displaying the
arguments for the function.
Fill each argument by using any of the following methods:

 Click the cell if it is visible on the screen.


 Type a cell address or cell range.
 Click the Collapse button; select the range on the worksheet.
 When you are finished, click the Collapse button again.
6. Repeat step 5 for the other arguments needed in the chosen function. Choose OK when finished.

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 3 | 14
Using the Basic Functions

The Sum Function

The Sum function adds a value in a range. If you were to add the cells from B7 to B19, the function
would read as = SUM(B7:B19).

To use the Sum Function, follow the steps below:

1. Select the cell where you want to enter the function.


2. Type =SUM(
3. Enter the range of cells to sum up and then type the close parenthesis “)”.

The Average Function

The Average function is used to find the average of values in a given range. In the sample given below,
computing the average of Quiz 1 to Quiz 3 will need a formula that would appear as :
=AVERAGE(B4:D4)

The Count Function

The Count Function adds up the number of cells that contains numbers (this includes values that are results
of a formula), it can also be dates or numeric values stored as text in a given range which is specified within
the parenthesis.

CountA- This function counts the numbers of cells which contains data, or cells which are not empty in a
given range specified within the parenthesis.

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 4 | 14
Statistical Functions

1. MIN (Minimum) - This indicates the lowest value in a range.


2. MAX (Maximum) – This indicates the highest value in a range.
3. MEDIAN- It returns the median of a given numbers. The median is the number in the middle of
a set of numbers.

The methods to use these functions are similar in using the Sum or Average Functions.

Text and Data Functions

You can also modify and format text using formulas. Let us assume that you want to convert text from
uppercase to lowercase or vice-versa to make it more readable. You can use the Proper, Upper, Lower and
Substitute Functions.

Proper Function

The proper function is used to change the case of the selected text to all proper case letters. You can use
this function if you want to copy or import data in your spreadsheet.

Syntax: =PROPER(TEXT)
Example: =Proper(A2)
Result: John Clarence D. Richardson

Upper Function

The Upper function will change all selected text into capital letter or upper case letters.

Syntax: = UPPER( TEXT)


Example: =Upper(A2)
Result: JOHN CLARENCE D. RICHARDSON

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 5 | 14
Lower Function

The lower function will convert all selected text into lower case letters. Sometimes you import data or
copy it in the program that some of the words have incorrect capitalization.

Syntax: = LOWER( TEXT)


Example: =Lower(A2)
Result: john clarence d. richardson

Substitute Function

The substitute function will replace a set of characters with another character or text.

Syntax: = SUBSTITUTE (text, old_text, new _text)


Example: =Substitute (A2,"Clarence","Anthony")
Result: John Anthony D. Richardson

Logical Functions

The logical functions are powerful worksheet functions that enable you to add decision making and
logical preferences for your worksheets.

IF Function

The IF function returns one value if a condition you specify evaluates to TRUE, and another value if that
condition evaluates to FALSE.

The IF function has the following arguments:

Logical_test -It is a value or expression that can be evaluated to True or False.

Value_if_true -This is a value that is returned if logical test is TRUE.

Value_if_false -This is the value that is returned if logical_test is FALSE.

To use the IF function using the keyboard, follow these steps.

1. Select the cell where you want the results to appear.


2. Type equal (=) sign and the function IF and an open parenthesis.
3. Type the correct arguments for the function and then type the close parenthesis.

In the given sample, the formula uses the IF function to determine if the grade is passed or failed.

Column G displays the result if the grades in column F are passed or failed. In cell G3, it uses the formula:
=If (F3>=75, “PASSED”, “FAILED”). The data in F3 which is 88.00 met the criterion set in the formula
that evaluates to True thus, the answer is PASSED.

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 6 | 14
Nested IFs

You can have one nested function inside another one. In the first argument, you will test a condition. The
second or third arguments, the value if true or false could have another if statement.

For example, if you have the table below:

The formula =IF (A2>=90, “A” , IF(A2>=80,”B+”, IF(A2>=75,“B”, IF(A2>=70,”C”,IF(A2<70,”D”)))))


in cell B2 is used. This identifies the corresponding letter value of the grades entered in column based on
cells D2:E6.

AND Function

This returns TRUE if all its arguments evaluate to TRUE or returns FALSE if one or more arguments
evaluate to FALSE.

Syntax is =AND (logical1, logical2,…)

The logical1 is required. This is the first condition that you want to test that can evaluate to true or false.
Logical2 is optional. This is the additional condition you want to test that can also evaluate to true or false.
AND function can accommodate up to a maximum of 255 conditions.

The figure illustrates that using the


formula=AND (B3>=80, B3<90) which is
in cell C3 will result to a true statement
since B3 which refers to 85 is greater than
and less than 90. In cell C4, it returns to
FALSE since one of the arguments
evaluates to FALSE.

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 7 | 14
OR Function

This function returns a true value if any argument is True or returns a FALSE value if the arguments are
False. Similar to AND function, OR function can also accommodate up to a maximum of 255 conditions.

Syntax: =OR(logical1,logical2,…)

Looking at this figure, cell C4 returns


a TRUE value since any in the
arguments evaluates to TRUE.

NOT Function

This function will return a TRUE value if the argument is FALSE, and will return a FALSE value if the
argument is TRUE.

Syntax: NOT (logical)

This figure shows that the cell C3


displays a false result using the
formula= Not (B3>=75) since cell B3
which is equal to 90 meets the criterion
set. This reverses TRUE to FALSE.

LOOK BACK!
The discussion was on the different functions in electronics spreadsheet and the ways to enter them
in the worksheet. It’s time for you to perform an activity that will apply your learning in these topics.

FORMATIVE ASSESSMENT NO.2- SHORT RESPONSE

Please proceed to page 9 now for the directions and for you to write your answer to the question.
After answering, proceed to “Engage and Enrich.”

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 8 | 14
WEEKLY LEARNING PACKET ACTIVITY SHEET IN TLE 8
(COMPUTER LITERACY)

WLP No. 3.2 and 3.3

This is good for two weeks. You will submit this together with the printed outputs on
January 24, 2022

Class No.: ______


Name: ________________________________ Grade & Section: _____________________
Teacher: ______________________________ Date: _______________________________

FORMATIVE ASSESSMENT:

Formative Assessment No.1 -Short Response (10 pts.)

Directions: Answer the following questions briefly. Write your answer in the space provided.

1. What are the ways to insert a function in a worksheet?


_____________________________________________________________________________________
_____________________________________________________________________________________
_____________________________________________________________________________________

2. Why do we need to learn how to use functions in calculating your data?


_____________________________________________________________________________________
_____________________________________________________________________________________
____________________________________________________________________________________

III. ENGAGE AND ENRICH


Now that you have explored functions in electronic spreadsheet, it’s time already to engage and enrich
yourself into an activity that will make your learning worthwhile. Have fun in completing the activities
below.

PRODUCT /PERFORMANCE

Criteria 1 2 3 Score
WS No. 3 WS No. 4 WS No. 5
Contents (5) Content is unclear Content is Content is
or no relation to the somewhat accurate, focused
task. accurate. and consistent.

Organization It is poorly There are some Method of


(3) organized signs of logical organization is
organization but well suited.
could be
improved.

Neatness (2) The worksheet is The worksheet is The worksheet is


not done neatly. done neatly. done very neatly.

Total Score

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 9 | 14
Worksheet No. 3- Statistical Function (30 pts.)

1. Create a new worksheet in an electronic spreadsheet program.


2. Type the data as shown below.
3. Type =MIN (B8: B15) in cell B17. This will obtain the minimum number from the given range
which is from B8:B15.
4. Get the highest value from range B8: B15 by using the MAX function which must be placed in
cell B18.
5. Get the median by using the Median function by typing the formula in cell B19.
6. Copy the formula of MIN, MAX, and MEDIAN to the succeeding cells starting from cells B17 to
F19.
7. Save your file as Statistical Function.xlsx.
8. Print and then attach your worksheet in this learning packet.

Sample Worksheet:

Worksheet Format:

Orientation- Landscape

Paper size - Letter

Font name- Calibri

Font size- 12

Worksheet No. 4- Modifying Text (30 pts.)

1. Create a new worksheet in an electronic spreadsheet program.


2. Type the data as shown below.
3. Convert the text in cell A2 into proper case by typing =PROPER (A2) in cell B2. Do the same for
cells B3:B6.
4. Convert the text in cell A2 into upper case by typing the =UPPER(A2) in cell C2. Do the same
for cells C3:C6.
5. Convert the text in cell A2 into small caps by typing =LOWER(A2), in cell D2. Do the same
for cells D3:D6.
6. Substitute the text in cell A2, so that it would appear as Angela Mae Brown in cell E2 by typing
=SUBSTITUTE(A2,”angel”, “Angela”). Do the same by following the syntax for cells E3 to E6.
Refer to the table below for the changes.
7. Save your file as Modifying Text.xlsx.
8. Print and then attach your worksheet in this learning packet.
Worksheet Format:
Sample Worksheet:
Orientation- Landscape

Paper size - Letter

Font name- Arial

Font size- 12

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 10 | 14
Old Name Substitute with

LLOYD JAMES

xander SEAN

Glenn Nathaniel

John Clarence Juan Carlos

Worksheet No. 5- BMI (30 pts.)

1. Create a new worksheet.


2. Type the following data:

Sample Worksheet:
Worksheet Format:

Orientation- Landscape

Paper size - Letter

Font name- Calibri

Font size- 12, 20

3. In cell B7, create a formula that will convert the value entered in B3 which is weight in Kg to
pounds (lbs). Thus, the value in B3 must be multiplied by 2.2.
4. In cell B8, create a formula that will convert the value entered in B5 which is height in feet into
inches. Thus, the value must be multiplied to 12 for there are 12 inches in a foot.
5. Add the value in B6 to the result in B8.
6. In cell B9, create a formula that will compute for the BMI (Body Mass Index) using this equation:
BMI=Weight in lbs*705/Height in inches/Height in Inches.
7. For the Remarks which is in B10, create a nested IF statement that will display if the BMI is
underweight, healthy, overweight, or obese.
8. Save your file as BMI.xlsx
9. Print and attach your worksheet in this learning packet.

Take Note!

 Print all worksheets in a separate bond paper, one paper per worksheet only.
 Make sure to follow the given format and examples.
 If you will send the worksheet files through email please have it in one workbook
only.
 For the Engage and Enrich activity, you may accomplish it if you have available
gadgets, but to those who don’t have available gadgets you can accomplish the
worksheet below by writing the correct formula in the cells with yellow cell
background.
 For those who have completed all the activities in this WLP in the Aralinks, you don’t
need to answer this WLP.

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 11 | 14
Worksheet No. 3

Worksheet No. 4

Worksheet No. 5

REFLECT AND CONCLUDE!

Please make a reflection and conclusion about the lesson in 3 sentences only. Write your answer on the
space provided.

How does the use of function in an electronic spreadsheet help in making progress in our society?

_____________________________________________________________________________________
_____________________________________________________________________________________
_____________________________________________________________________________________

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 12 | 14
IV. EVALUATE
Congratulations! You have completed already all the engaging and enriching activities in this lesson. It is
now time to evaluate the progress of your learning and assess yourself with regard to the learning targets.

SUMMATIVE TEST:

MULTIPLE CHOICE (15 pts.)


Directions: Read the following items carefully. Write the letter of the correct answer in the space
provided.

1. What do you call the predefined formulas in electronics spreadsheet? 1._____


A. Formula B. Function C. Text D. Value
2. Which of the following functions adds a value in a range? 2._____
A. Average B. CountA C. Count D. Sum
3. Which of the following functions adds up the number of cells that contains number? 3._____
A. Average B. CountA C. Count D. Min
4. Which of the following functions counts the numbers of cells which contains any data? 4._____
A. Average B. CountA C. Count D. Max
5. Which of the following functions indicates the lowest value in a range? 5._____
A. Average B. CountA C. Max D. Min
6. Which of the following functions indicates the highest value in a range? 6._____
A. Average B. Max C. Median D. Min
7. Which of the following functions returns the median of a given numbers? 7._____
A. Proper B. Max C. Median D. Min
8. Which of the following functions is used to change the case of the selected text 8._____
to proper case letters?
A. Lower B. Proper C. Substitute D. Upper
9. Which of the following functions is used to change the case of the selected text 9. _____
to capital letters?
A. Lower B. Proper C. Substitute D. Upper
10. Which of the following functions will replace a set of characters with another 10. _____
character or text?
A. Lower B. Proper C. Substitute D. Upper
11. Which of the following functions returns one value if a condition you specify 11. _____
evaluates to TRUE, and another value if that condition evaluates to FALSE?
A. AND function B.IF function C.NOT Function D. Nested Ifs
12. Which of the following functions will return a TRUE value if the argument 12. _____
is FALSE and will return a FALSE value if the argument is TRUE?
A. AND function B.IF function C.NOT Function D. OR function
13. Which of the following functions returns TRUE value if any arguments is True or 13._____
returns a FALSE value if the arguments are False.
A. AND function B.IF function C.NOT Function D. OR function
14. Which of the following refers to one function inside another one? 14._____
A. AND function B.IF function C.NOT Function D. Nested IFs
15. What function returns TRUE if all its arguments evaluate to TRUE or returns 15._____
FALSE if one or more arguments evaluate to FALSE?
A. AND function B.IF function C.NOT Function D. OR function

T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 13 | 14
SELF-EVALUATION:

Directions: Check the column that will best describe the skills that you have develop in performing the
activities in this lesson.

Use these criteria:

3- I understand the lesson fully and can impart my learning's to others.


2- I understand but cannot do the activities by myself.
1- I understand some portions of the lesson, but I still have some questions in my mind.
0- I did not understand the lesson, I believe I still need more information or exercises to perform to
understand the lesson fully well.

How well did you accomplish the tasks below? 3 2 1 0

1. Analyzing what is a function;

2. Explaining the importance of using basic, count, statistical, text and logical
functions to the society through a short reflection
3. Performing an activity using functions in their worksheet

4. others, please specify:

PARENTS’/GUARDIANS’ SECTION:

Please affix your signature signifying that you have monitored your child’s performance and made sure that
all activities in this learning packet are completely and honestly answered by the learner.

Parent’s / Guardian’s Name :___________________________________________________

Parent’s/Guardian‘s Signature :______________________ Date:________________________

BIBLIOGRAPHY:
 Innovative Training Works Team. ( 2007). Proficiency in Spreadsheet Using Microsoft Office Excel
2007. Rex Book Store,Inc.

 Gabriela, L.,M.A. (2009).Desktop Productivity. TechFactors, Inc.

 Brecio, M.N. A. (2016).Office 2016 Essentials. IBook Publishing ,Inc.

 Jemma Development Group. (2014). Office ProductivityJemma, Inc.

 (2018).Office Applications and Basic Troubleshooting. Computer Assisted Learning Corporation

That in all things God may be glorified


T L E 8 ( C o m p u t e r L i t e r a c y ) P a g e 14 | 14

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy