Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
121 views

Sdo Batangas: Department of Education

1. The document provides learning activity sheets and exercises for learners in programming and use of relevant technologies. 2. Activities include identifying precision vs accuracy, determining if statements about algorithms and flowcharts are true or false, arranging jumbled words about math concepts, and creating flowcharts. 3. Learners are expected to read directions carefully, complete activities to master competencies, and contact their teacher if they have any questions.

Uploaded by

Edralyn
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
121 views

Sdo Batangas: Department of Education

1. The document provides learning activity sheets and exercises for learners in programming and use of relevant technologies. 2. Activities include identifying precision vs accuracy, determining if statements about algorithms and flowcharts are true or false, arranging jumbled words about math concepts, and creating flowcharts. 3. Learners are expected to read directions carefully, complete activities to master competencies, and contact their teacher if they have any questions.

Uploaded by

Edralyn
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 29

Republic of the Philippines

Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

LEARNING ACTIVITY SHEET IN PROGRAMMING


Use Mathematical Concepts and Techniques/Use Relevant Technologies

Name of Learner: ______________________________________


Grade Level: 12____________________________________
Strand/Track: TVL - ICT______________________________
Section: ______________________________________

AS
Date: November 9 -10, 2020 _________________
November 11 – 12, 2020 ___

A. Background Information for Learners

G
The lesson is about use mathematical concepts and techniques (mct) and use of
relevant technologies (URT). It involves activities which can help the students to master
the assigned competency.
B. Learning Competency with code
N
LO 3. Analyze results. (TLE_ICTP.NET11-12MCT-Ie-16)
Lesson 6: use relevant technologies (urt)
TA
LO 1. Study/Select appropriate technologies (TLE_ICTP.NET11-12URT-Ie-17)
LO 2. Apply relevant technologies (TLE_ICTP.NET11-12URT-Ie-18)
C. Directions/ Instructions
After going through with this unit, you are expected to:
BA

1. Read and follow each direction carefully.


2. Accomplish each activity for the mastery of competency.
3. Use the Learning Activity Sheets with care.
4. Always aim to get at least 80% of the total number of given items.
5. If you have any questions, contact, or see your teacher through messenger or text

DAY 1
O

D. Exercises / Activities
D.1 INTRODUCTION
SD

a. What I need to Know


After going through with this unit, you are expected to:
1. Analyze results.
1.1 Identify problem areas based on the given condition
1.2 Apply appropriate action in case of error.

b. What’s New?
Activity 1: “Precision or Accuracy?”
Directions: Identify what is being asked. Write PRECISION if the statement or
examples define precision and write ACCURACY if it defines accuracy.
______________1. It depends on the instrument you are measuring with.
______________2. It is how close the measured values are to each other
______________3. A bullseye

1
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

______________4. Describes the variation you see when you measure the
same part repeatedly with the same device.
______________5. Hitting the same spot, but maybe not the correct spot.

D.2 DEVELOPMENT
a. What I Know

Activity 2: “True or False”

AS
Directions: Identify if the following statements is true or false. Write your answer on
a separate sheet of paper.

1. Algorithm is not step-by-step procedure in solving a problem.

G
2. The aim of pseudocode is to make programming easier by using symbols.
3. Flowchart consists of 9 standard symbols namely: Terminator, Process, Decision,
Connector, Input, output, operation, and alteration, double lines.
AN
4. A guide for installing new software, a manual for assembling appliances, and
even recipes are examples of an algorithm.
5. Algorithm is difficult to make the whole procedure more efficient as well as
consistent.
6. Pseudocode is not a description of an algorithm or a computer program using
T
natural language.
7. Flowchart is a graphical representation of an algorithm.
BA

8. Flowchart serves as the program’s blueprint during the program development


process.
9. Terminal signifies the process to be done in the program.
10. Series of instructions written to perform a specified task on a computer is called
Computer Programming.
b. What’s In
O

Activity 3
Directions. JUMBLED WORDS. Arrange the following jumbled letter to form a word
SD

about mathematical concept in computer programming. After taking all the answers,
define each word based on your own understanding

1. EL B U O D 6. D L A M I C E
2. EANLOOB 7. T S R I N G
3. TROHS 8. M H T R I O G L A
4. REEGNTI 9. E D C O D O U E S P
5. ENGLIS 10. T A R T H C O W F L

c. What Is It
Activity 4
Direction. Identify what is being asked in each number.

2
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

1. A series of 8 bit is referred to as ______________which most computer


coding scheme used to represent each number, letter or symbol
2. It is a methodology that allows the programmer to represent the
implementation of an algorithm.
3. Data type used to hold larger integer numbers.
4. It is a description of a specific data that can be stored in a variable, the
amount of memory the item occupies, and the operations it can be

AS
performed.
5. data type that holds date values, time values, or the combination of both. It is
a type of diagram that represent s an algorithm or process
d. What’s More
Activity 5

G
Directions: Create a flowchart for below problem.
1. Create a flowchart of a program which compute the perimeter and area of a
rectangle.
AN
2. Create a flowchart of a program which check whether a given number is
positive or negative.
D.3 ENGAGEMENT
a. What I can Do?
Activity 6: “Flowcharting”
T
Directions. Study below flowchart. Analyze and correct the error on this flowchart.
Draw and supply the missing symbols in this flowchart.
BA

start
O

Print
SD

If student’s
grade >=60
“Failed”

A
Print
“Passed”

3
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

D.4 ASSIMILATION
a. What I have Learned?
Activity 7: “For Real”
Directions: Do the following.
1. Create a flow chart for determining the product of two numbers.
E. Reflection

Learners will write on their notebooks or journals their insights about the lesson.

AS
I understand that_____________________.
I realized that _______________________.
F. References

https://www.pearsonhighered.com/assets/samplechapter/0/3/2/1/0321537114.p

G
df

https://www.w3resource.com/c-programming-exercises/conditional-
AN
statement/index.php

https://www.w3resource.com/index.php

DAY 2
T
Exercises / Activities

D.1 INTRODUCTION
BA

a. What I need to Know


After going through with this unit, you are expected to:

1. Determine usage of different technologies based on job requirements


2. Select appropriate technology as per work specification
O

b. What’s New?
Activity 1. “Name the tech”
SD

Directions: Given the picture below, identify and give the use/purpose of each
technology. Write your answer in your activity paper.
Example: Television – for entertainment and information on current events.

4
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

D.2 DEVELOPMENT

a. What I Know?
Multiple Choice. Choose the letter of the best answer.
1. Which stage answer the questions “What are you trying to achieve, and why”?
a. Objective b. Analysis
c. Output d. Conclusion

AS
2. Which stage answer the questions “What technologies and controls are
appropriate given the problem and the constraints?” (choose from choices in
question 1)

3. Which stage answer the question “Can it be achieved? What are the
limitations?” (choose from choices in question 1)

G
4. Which technology use email, SMS, and various chat software tools?
AN
a. Automation, robotics and future factories b. Information security
c. virtual and augmented reality d. Communications technology
5. The main objective of this technology is protecting customer and business data
is an essential task for any enterprise (choose from choices in question 5)
T
b. What’s in?
Activity 3. “Technology around us”
Direction: Give at least 5 latest hardware technology and 5 most used application
BA

software in the market nowadays.


Given your chosen technology, what do you think the reason why these
technologies become in-demand. Is there really a need for these technologies?
Give at least 5 benefits of using them.
O

Latest Technology Features Benefits


(Hardware)
1.
SD

2.
3.
4.
5.
Software/Application
1.
2.
3.
4.
5.

5
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

c. What is it?
Activity 4. “Concept Map”
Direction: Read the Information Sheet of today’s topic “Study/Select appropriate
technologies” once done, create concept map of your understanding on how to
select appropriate technologies.

D.3 ENGAGEMENT

AS
a. What is more?

Activity 5. Appropriate Technology

Direction: Identify the appropriate computer processor (CPU) for the following

G
users. Refer to the information sheet for the specification and capability of the
preferred unit. Use answer sheet for your answer.

Elementary students, Junior High School students, Senior High School students
College students, Teachers
AN
b. What I can do?

Activity 6. Which is best?


T
Direction: Given the following specifications of 2 gadgets, as a senior high school
student which do you think best fit for your educational task. Why? Use the
BA

following guide questions for you to decide.

Objectives: What is required? Why? Is it realistic?


Analysis: Can it be achieved? What are the limitations?
Output: What technologies and controls are appropriate given the problem and
the constraints?
O

Features
Crystal-clear Selfie, Excellent Camera
SD

Octa-core Processor, Long-lasting Battery


Fast Charging, Fingerprint Unlocking
Hi-Fi Audio

6
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

AS
c. What other enrichment activities I can engage in?

Activity 7. Tech Solution.

G
Direction. Look around you. Cite the problem that you encounter, think of
solutions that can be used to solve the stated problem using the appropriate
technology. Answer the following questions until you come up with the technology
AN
solution. Read the information sheet for further discussion.

Problem
1.What is required? Why? Is it realistic?
2. Can it be achieved? What are the limitations?
T
3.What technologies and controls are appropriate
given the problem and the constraints?
BA

D.4 ASSIMILATION

a. What I have Learned?

Direction: The following questions is used to help you evaluate the right device
O

for students and teachers. Identify the following questions if it pertains to


Learning Environment, Device Functionality, Manageability and
Deployment and Cost Considerations.
SD

_____________ 1. Will it support both online and offline learning?


_____________ 2. Does it enable peripherals and other devices?
_____________3. Can it handle productivity software and web applications?
_____________4. Will it protect the privacy of student data?
_____________5. Is the screen size adequate to support student tasks?
_____________6. Support, maintenance, storage, charging and repair?
_____________7. Will it support new learning models?
_____________8. Is there enough battery life for the school day?

7
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

_____________9. Peripherals and replacement purchases


_____________10. Can it handle your curriculum-based digital content and
tools?
E. Reflection
Learners will write on their notebooks or journals their insights about the lesson.

AS
I understand that_____________________.
I realized that _______________________.
F. References
https://www.indiatoday.in/education-today/jobs-and-careers/story/10-uses-of-
technology-in-21st-century-jobs-1358394-2018-10-08

G
http://bvsper.paho.org/share/ETRAS/AyS/texcom/desastres/wellcaat.pdf
https://www.intel.com/content/www/us/en/education/right-device/choose-the-
right-device-for-education.html
AN DAY 3-4
D.1 INTRODUCTION
a. What I need to Know
After going through with this unit, you are expected to:
T
1. Use relevant technology effectively in carrying out functions
BA

2. Use applicable software and hardware as per task requirement


3. Observe and practice management concepts as per established industry
practices
b. What’s New?
Activity 1: Pick Me Up!

Direction: Choose the most appropriate word in each sentence.


O

1. This computer is fitted with a three-point cable/plug/socket.


2. The set wouldn’t work because there was a faulty connection/link/joint.
SD

3. With a rewritable CD I can save/burn/record my files to it and then, I erase


them and use the disk over and over again.
4. USB flash drives offer potential advantages over other portable storage
devices/equipment/appliances.
5. I already send an attachment to your e-mail could you check/send/open it
for verification.
D.2 DEVELOPMENT
a. What I Know?

Activity 2
Direction: Choose the letter that corresponds to the best answer. Write the
chosen answer on your paper.

8
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

1. Simplification of work processes through mechanization and automation


occurred in the _________________.
A. Agricultural Age B. Industrial Age
C. Information Age D. Technology Age
2. Computer software can be defined as
A. the instructions that tell the computer what to do.
B. computer components that act to accomplish a goal.
C. an interface between the computer and the network.

AS
D. the interaction between the computer and its database.
3. All of the following statements about information technology are true
EXCEPT:
A. Information technology's greatest usefulness is as an aid in solving
problems, unlocking creativity, and making people more effective than

G
they would be if they did not apply IT to their activities.
B. The more "high-tech" the information technology you are considering, the
more important it is to consider the "high-touch" aspects of the matter-
AN
that is, "the people side."
C. Always fit people to information rather than fitting information to people.
D. Information technology initiatives commonly drive business strategy.
4. Information Technology can be defined as the use of _____________ and
___________, to store, retrieve and manipulate information.
A. Hardware and tools B. Hardware and software
T
C. Hardware and softcopy D. Tools and software
5. What is the purpose of the 5s system in the workplace?
BA

A. Cleanliness B. Organization
C. Efficiency D. All of the above
6. This is distinguishing between necessary and unnecessary things, and
getting rid of what you do not need.
A. Sort B. Sustain
C. Standardize D. Set in order
O

7. This is setting up standards for a neat, clean, workplace.


A. Sort B. Set in order
C. Standardize D. Sustain
SD

8. When should you do 5s?


A. For an inspection B. Spring cleaning
C. All the time, continuously D. When visitor comes to
your workplace
9. The 5s method of process improvement was created to help
A. Manufacturing companies learn workstation order and maximize
efficiency.
B. Health care companies establish earning goals.
C. Service companies determine the most qualified candidates for hire.
D. Environmental companies with lean waste management.
10. Which of the following is NOT one of the steps of the 5s methods?
A. Shine B. Sustain
C. Specialize D. Set

9
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

b. What’s In
Activity 3
Direction: Choose the word below to complete each sentence.

Click Switch Shut Log Hack In

Down On Type Scroll off Into up

AS
1. ___________the link to visit our website.
2. The printer is not working, since I have forgotten to ___________ it
___________!
3. Close all programs before you ___________ your computer.

G
4. You can ___________ photos and email them to your friends.
5. You’ll need a password to ___________.
6. A teenager managed to ___________ the bank’s main database.
7. I hope the computer doesn’t ___________ again or I’ll never finish this work.
AN
8. ___________ the page until you find the items you want.
9. ___________the password and press enter.
10. If you click on the right button a ___________ menu will appear
MY SCORE:
T
c. What is It
Activity 4
BA

Refer to Hand-outs entitled “Apply Relevant Technology


D.3 ENGAGEMENT
a. What is more?
A. Activity 5: FIGURE IT OUT!

Direction: Try to figure out on how to maximize the appropriate and proper
O

used of the following technology when you at work.

1. Personal Computer
SD

________________________________________________________
2. Smart Phone
________________________________________________________
3. E-mail
________________________________________________________

B. How to manage the following Big time-wasters or distractions in the


workplace.

1. Instant Messages 4. Smartphones

2. Voice Mail 5. World Wide Web

3. E-mail

10
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

b. What I can Do?

Activity 6: Let’s Talk about Technology


1. What do you think of when you hear the word technology?
2. How has technology changed the workplace?
3. How has technology improved our daily lives? Give examples and
explain the advantages of technological advances.

AS
c. What other enrichment activities can I engage in?
Activity 7
Direction: Answer the following questions about 5s Lean Workplace.

G
1. How does 5s improves safety?
2. What are the origins of 5s?
3. How can I sustain 5s?
AN
4. What do the 5 S’s stand for?
5. Where can 5s be used?

D.4 ASSIMILATION
T
a. What I have learned?

Activity 8
BA

Direction: Supply the missing word or phrase to complete the statement.

1. ______________ the final stage of Discipline.


2. ______________ is considered by some accounts the single most potent
interruption generator.
3. ______________ years it took for the industrial age to produce an
O

adequate management.
4. ______________ what decade computers were intriduced wholesale
into offices to boost white-collar productivity through what was then called
SD

office automation.
5. ______________ can be thought of as the means by which we maintain
the first three pillars.
6. ______________ Number of hours spent in a week by an office workers
in handling email stated by PEP Productivity Solutions Inc.
7. ______________ it originated, as did most of the elements of JIT, within
Toyota.
8. ______________ The principle here is that we are all happier and hence
more productive in clean, bright environments.
9. ______________the most abused form of communication.
10. ______________ is the series of steps by which the optimum
organisation identified in the first pillar are put into place.
MY SCORE:
11
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

b. Assessment / What I can show


Activity 9: Think Twice
Nowadays, we depend on Technology in every aspects of our lives.
However, technology be either positive or negative. Look at the situation
below then think of the advantage/s or disadvantage/s of the usage of
technology in the workplace. After analyzing, create a dialogue in which it

AS
would show the technologies’ advantage/s disadvantage/s base on the
given situation.

Maria: I don’t understand how people could survive without a mobile phone
some years ago! I get nervous when I leave home without mine!

G
(Disadvantages)

Mario: They had no other choice! But that was a good thing: they didn’t
AN
waste so much money with useless talk on the phone. (Advantages)

E. Rubrics
Short Answers
T
BA
O

Reflection
SD

12
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

F. Reflection
Complete the statement

I understand that _____________________________________________________


I realized that _______________________________________________________

AS
H. References

www.scribd.com/document/369444177/CBLM-Use-Relevant-Technologies-VGD-
NCIII
https://www.5stoday.com/what-is-5s/

G
T AN
BA
O
SD

13
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

INFORMATION SHEET IN PROGRAMMING


USE MATHEMATICAL CONCEPTS and TECHNIQUES

Name of Learner: ______________________________________


Grade Level: 12____________________________________
Strand/Track: TVL - ICT______________________________
Section: ______________________________________

AS
Date: Week 5______________ _________________

Day 1

G
Problem solving is part of our everyday life. In computer programming, problem
solving is inevitable too and it is actually one of the main reasons why a program is created.

What is ALGORITHM?
AN
Generally, an algorithm is a step-by-step procedure to solve problems. A guide for
installing new software, a manual for assembling appliances, and even recipes are examples
of an algorithm. In programming, making an algorithm is exciting – they are expressed in
programming language or in a pseudocode. Algorithm makes the whole procedure more
T
efficient as well as consistent. It also helps in identifying decision points, processes, and
essential variables to solve the problem. A programmer can also see and determine easily
BA

the errors in a particular process using an algorithm.

Examples of an Algorithm

Write an algorithm to add two numbers entered by the user.


O

Step 1: Start
Step 2: Declare variables num1, num2 and sum.
Step 3: Read values num1 and num2.
SD

Step 4: Add num1 and num2 and assign the result to sum.
Sum=num1+num2
Step 5: Display sum
Step 6: Stop

Write an algorithm to find the largest among three different numbers entered by the
user.
Step 1: Start
Step 2: Declare variables a, b and c.
Step 3: Read variables a, b and c.
Step 4: If a > b
If a > c

14
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Display a is the largest number.


Else
Display c is the largest number.
Else
If b > c
Display b is the largest number.
Else

AS
Display c is the greatest number.
Step 5: Stop

FLOWCHART
Flowchart is a graphical representation of an algorithm. Programmers often use it as

G
a program-planning tool to solve a problem. It makes use of symbols which are connected
among them to indicate the flow of information and processing. The process of drawing a
flowchart for an algorithm is known as “flowcharting”
AN
There are 6 basic symbols commonly used in Flowchart,

TERMINAL - Indicates the starting and ending of


the program
INPUT/ OUTPUT - Taking input and showing the
T
output
PROCESS - Indicates any type of internal
BA

operations like initialization, calculation and etc.


DECISION - use for asking questions that can
have either yes or no/true or false.
CONNECTOR - use to connect breaks in the
flowchart
CONTROL FLOW - shows the direction of the
O

flow
SD

Flowchart is generally drawn from top to bottom, all elements must be connected with
arrow or control flow. All flowchart starts with a terminal or process symbol. Decision symbol
have 2 exit points, one for YES (TRUE) and another for NO (FALSE).

15
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

AS
G
T AN
BA

PROCEDURE
In computer programming, a procedure is a set of coded instructions that tell a
computer how to run a program or calculation. Many different types of programming languages
O

can be used to build a procedure. Depending on the programming language, a procedure may
also be called a subroutine, subprogram or function.
SD

Just like algorithms, programs are designed to solve a problem. In order to solve the
problem, the program needs to perform several tasks. Code is written to perform each of these
tasks. A procedure is a small section of a program that performs a specific task. Procedures
can be used repeatedly throughout a program.

PSEUDOCODE
Pseudo code is a term which is often used in programming and algorithm based fields.
It is a methodology that allows the programmer to represent the implementation of an
algorithm. Simply, we can say that it’s the cooked up representation of an algorithm. Often at
times, algorithms are represented with the help of pseudo codes as they can be interpreted
by programmers no matter what their programming background or knowledge is. Pseudo

16
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

code, as the name suggests, is a false code or a representation of code which can be
understood by even a layman with some school level programming knowledge.

Example:
Start Program
Enter two numbers, A, B
Add the numbers together

AS
Print Sum
End Program

Input
display a message asking the user to enter the first age

G
get the first age from the keyboard
display a message asking the user to enter the second age
get the second age from the keyboard

Processing
AN
calculate the answer by adding the two ages together and dividing by two

Output
T
display the answer on the screen
pause so the user can see the answer
BA

DATA TYPES

A data type is a description of a specific data that can be stored in a variable, the
amount of memory the item occupies, and the operations it can be performed.
Data Type summary for the programming language, VB.Net
O

Boolean - can only contain two values, true or false. Yes, or no or on and off is also
possible.
SD

Byte - data type to be used if you want to store binary data (set of 0s and 1s).it is an
unsigned type that cannot contain negative values.

Char - used to hold a single character, specifically a single Unicode character.


Unicode is a 16-bit character which represents all the letters and symbols of all major
languages existing.

Date - data type that holds date values, time values, or the combination of both.

Decimal - holds decimal values up to 29 significant digits.it is specifically designed for


financial calculations

Double - powerful data type that can hold even the smallest and the largest
approximation of a real number.

17
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Integer - holds only whole number, but loads fast compare to other data types.

Long - data type used to hold larger integer numbers.

Object - holds object’s addresses.

Short - used to contain lesser value of whole number compared to data type Integer.
Programmers used this data type to optimize program runtime as well as to save
memory.

AS
Single - like double data type, it is also used to contain floating – point values. The
difference is that it is used for much lesser values.

String - data type used to hold a set or multiple of characters, like words and sentences.

G
Sample Problem

A teacher would like to create a program that will classify if a student’s grade
AN
must be marked Passed or Failed. Any grades lower than 60 is considered failed.
From this given information, please provide the necessary pseudocode, flowchart, and
data type.

If student’s grade is greater than or equal to 60


T
print “Passed”

Else
BA

Print “Failed”
O
SD

Day 2

Determining and Choosing an appropriate technology


10 uses of technology in 21st century jobs
Technology has boomed beyond belief within the past 10 years and has taken over various
industries and workplaces. It is a must learn skill now with a wide variety of subcategories.
1. Communications technologies
Long distance communication is one area where technology has made a profound impact on
workplaces. Businesses used to employ fax machines, surface mail and the telephone in the
past.

18
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Today, email, SMS, and various chat software tools have become the principal modes of
business communication. Also, the use of video conferencing is on the rise, thus reducing the
need for physical travel.
2. Office productivity
Word processing, spreadsheets, digital presentations and other office productivity software
have become so commonplace that their use has become routine, and this has completely

AS
transformed office work.
Office software is now becoming integrated with other productivity and decision making tools
like PowerBI and this new wave will revolutionize the workplace again.
3. Record keeping and retrieval

G
Most businesses have switched to electronic databases, rather than paper files, to store and
access their records, and this has become an essential and everyday part of our work
environment.
4. Internet and search
AN
One other major tool that has become so commonplace so as to become nearly unremarkable,
is the internet and its organization through search portals such as Google and Bing.
Information retrieval and research using internet tools has become an indispensable tool for
T
all work.
5. Decentralized work and cloud computing
BA

The proliferation of laptops, tablets, and smartphones has made it easier for professionals to
work from anywhere and has led to flexible-work environments like freelancing, work-on-
demand, and work-from-home.
6. Analytics and new decision structures
O

Big Data analytics has become an important tool for all business functions. For instance,
marketing through digital channels requires professionals to routinely use advanced tools for
SD

analytics and computational advertising.


7. Automation, robotics and future factories
Many workers, especially in the manufacturing sector, already work alongside autonomous
robots. This is increasingly true in many other settings such as warehouse logistics, office
sanitation, and building security.
8. Adoption of virtual and augmented reality
Sales and marketing using augmented reality (AR) and virtual reality (VR) are gaining ground
in several sectors.
9. Conversational systems: Chatbots, assistants

19
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Conversational systems, like chatbots and personal assistants, are important AI tools. Many
companies have deployed chatbots to offer round-the-clock customer support and customer
support systems usually have bots as frontline agents, backed up by human agents.
10. Information security
With the support in technological advancements, a big
concern for businesses is the security of sensitive data.

AS
Protecting customer and business data is an essential
task for any enterprise, and a lot of invasive but
indispensable security processes, from physical access
control using tokens or

G
In addition, basic technologies like office productivity
tools, electronic record keeping, internet search, video
AN
conferencing, and electronic mail have already become
everyday parts of our work lives.

Three stages for the selection procedure.


T
Stage 1. Objectives
BA

What are you trying to achieve, and why? Is it achievable,


is it a realistic goal, is it the main problem? There may be
a need to prioritize the problems. This stage is often
underestimated or taken for granted.
O

Stage 2: Analysis
SD

The constraints on the proposed development have to be identified and this can only be done
by looking at the particularities of the individual case.
For analysis purposes we can group the issues to be addressed into the ‘SHTEFIE’ criteria,
developed at WEDC by Richard Franceys, Margaret Ince and others as a tool to help with
analysis of development programs.

From these groupings, a checklist of factors to consider may


be drawn up.

20
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Stage 3: Output
After all the relevant issues have been addressed, the output can be evaluated. Options and
targets/standards must be considered together, therefore; only then will appropriate
technologies be selected.
So, when selecting any technology, consider the following:
Objectives: What is required? Why? Is it realistic?

AS
Analysis: Can it be achieved? What are the limitations?
Output: What technologies and controls are appropriate given the problem and the
constraints?

G
Tips for Choosing the Right Device
Consider the needs of students and teachers based on learning environment, functionality,
manageability, and costs.
AN
Learning and teaching platforms need to provide the best support for a broad range of ages
and activities while being cost-effective, manageable, and secure. Ask yourself the right
questions and consider learning environment, functionality, cost, and operating system when
choosing devices to meet your needs.
T
What to ask when looking for the right education device:
BA
O
SD

21
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

AS
Size the Performance You Need
This chart shows a range of educational activities and the performance they require. As more
applications run at the same time, more performance is needed.

G
AN
Typical Student Usage
T
BA
O
SD

22
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Elementary Student Junior High School Student Senior High School Student

• Digital Content • Digital Content Access • Digital Content Access


Access • Remote Learning Access • Remote Learning Access
• Remote Learning • Educational Apps • Educational Apps
Access • Productivity Tools • Productivity Tools
• Educational Apps • Multitasking • Multitasking
• Programming/Coding • Programming/Coding

AS
• Digital Content Creation • Digital Content Creation
• Data Science • Data Science
• Simulation/Modeling
• AI/Machine Learning
• Esports

G
Choose the right form factor
T AN
BA
O
SD

Day 3-4

Information Technology

We use the term information technology of IT to refer to an entire industry. IT is the


use of computers and software to manage information.

Modern information technology departments:

To perform the complex functions required of information technology departments


today, the modern Information Technology Department would use computers, servers,

23
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

database management systems, and cryptography. The department would be made up of


several System Administrators, database Administrators and at least one Information
Technology Manager. The group usually reports to the Chief Information Officer (CIO).

Some of the most popular information technology skills at the moment are:

• Computer Networking • Business Intelligence

AS
• Information Security • Linux
• IT Governance • Unix
• ITIL • Project Management

G
Information technology-trends AN
Information Technology Departments will be increasingly concerned with data
storage and management and will find that information security will continue to be at the top
of the priority list.
T

5s Lean in the Workplace


BA

5S is a system for organizing spaces so work can be performed efficiently, effectively, and
safely. This system focuses on putting everything where it belongs and keeping the workplace
clean, which makes it easier for people to do their jobs without wasting time or risking injury
O

5S Translation
SD

The term 5S comes from five Japanese words:

• Seiri
• Seiton
• Seiso
• Seiketsu
• Shitsuke

In English, these words are often translated to:

24
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

• Sort
• Set in Order
• Shine
• Standardize
• Sustain

AS
Each S represents one part of a five-step process that can improve the overall function of a
business.
The Origins of 5S – 5S & Lean Manufacturing

5S began as part of the Toyota Production System (TPS), the manufacturing method begun

G
by leaders at the Toyota Motor Company in the early and mid-20th century. This system, often
referred to as Lean manufacturing in the West, aims to increase the value of products or
services for customers. This is often accomplished by finding and eliminating waste from
AN
production processes.
T
BA

Lean manufacturing involves the use of many tools such as


5S, kaizen, Kanban, jidoka, heijunka, and poka-yoke. 5S is considered a foundational part of
the Toyota Production System because until the workplace is in a clean, organized state,
O

achieving consistently good results is difficult. A messy, cluttered space can lead to mistakes,
slowdowns in production, and even accidents, all of which interrupt operations and negatively
impact a company.
SD

By having a systematically organized facility, a company increases the likelihood that


production will occur exactly as it should.

Benefits of 5S

Over time, the 5S methodology leads to many benefits, including:

• Reduced costs
• Higher quality
• Increased productivity
• Greater employee satisfaction

25
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

• A safer work environment

What Are the 5 S's?


Sort

The first step of 5S, Sort, involves going through all the tools, furniture, materials, equipment,
etc. in a work area to determine what needs to be present and what can be removed. Some

AS
questions to ask during this phase include:

Set in Order

G
Once the extra clutter is gone, it's easier to see what's what. Now work groups can come up
with their own strategies for sorting through the remaining items. Things to consider:

Which people (or workstations) use which items?


• When are items used?


AN
• Which items are used most frequently?
• Should items be grouped by type?
T
• Where would it be most logical to place items?
Shine
BA
O
SD

Everyone thinks they know what housekeeping is, but it's one of the easiest things to overlook,
especially when work gets busy. The Shine stage of 5S focuses on cleaning up the work area,
which means sweeping, mopping, dusting, wiping down surfaces, putting tools and materials
away, etc.

Standardize

Once the first three steps of 5S are completed, things should look pretty good. All the extra
stuff is gone, everything is organized, spaces are cleaned, and equipment is in good working
order.

26
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Sustain

Once standard procedures for 5S are in place, businesses


must perform the ongoing work of maintaining those
procedures and updating them as necessary. Sustain refers to
the process of keeping 5S running smoothly, but also of
keeping everyone in the organization involved. Managers
need to participate, as do employees out on the manufacturing

AS
floor, in the warehouse, or in the office. Sustain is about
making 5S a long-term program, not just an event or short-term
project. Ideally, 5S becomes a part of an organization's culture.
And when 5S is sustained over time, that's when businesses
will start to notice continuous positive results.

G
Tip #1: To help sustain 5S practices, make sure all new
employees (or employees who switch departments) receive training about their area's 5S
procedures.
AN
Tip #2: Keep things interesting. Look at what other companies are doing with 5S. New ideas
for organization can keep things improving and keep
employees engaged.
T
Safety – The 6th S
BA

Some companies like to include a sixth S in their 5S


program: Safety. When safety is included, the system is
often called 6S. The Safety step involves focusing on what
can be done to eliminate risks in work processes by
arranging things in certain ways.

This might involve setting up workstations so they're more


O

ergonomic, marking intersections—such as the places


where forklifts and pedestrians cross paths—with signs,
and labeling the storage cabinet for cleaning chemicals so people are aware of potential
SD

hazards. If the layout of the workplace or the tasks people perform are dangerous, those
dangers should be reduced as much as possible. That's what the sixth S focuses on.

Getting Started with 5S

27
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Even though 5S is a fairly simple concept, beginning a new 5S program can feel daunting. It's
like undertaking a big cleaning project in the garage or the basement at home; there's a lot of
stuff to deal with, and getting started probably doesn't sound fun.

Start with practical steps such as deciding which departments and individuals will be involved,
what training is needed, and what tools to use to facilitate the process. Determining these
concrete things will help begin the process of 5S implementation.

AS
Who Should Participate in 5S?

Here's the short answer to this question: everyone. If a department is starting 5S, managers
and all other employees should be included. If anyone is left out, this could lead to confusion
or to messes that people don't want to take ownership of.

G
5S Training
AN
Anyone who will participate in 5S activities needs to receive training. This could be done in a
classroom setting, with a training DVD, and/or through hands-on activities. A demonstration
of how 5S could occur at a workstation might also be useful.

For employees to understand why the company


T
is going to start using 5S and why it's important,
they should be given a brief history of 5S, its
parts, and its benefits.
BA

It's quite possible that the way 5S is carried out


at one organization or even one department

5S & Visual Communication


O

A key part of 5S is that it makes spaces cleaner


and therefore easier to navigate. That means
people can more easily get their work done.
SD

Visual communication tools such as labels,


floor markings, cabinet and shelf markings, and shadow boards can make navigating spaces
even simpler. Plus, these tools can help keep the workspace organized. A workplace that uses
visual management in this way is often referred to as a visual workplace.

Some common visual tools used in 5S are:


Floor Marking Tape
These tapes can be used to outline work cells, mark the locations where equipment or
materials are placed, or highlight hazards. They come in a variety of colors and
patterns, and can also be used on shelves, workbenches, cabinets, and other surfaces.

28
Republic of the Philippines
Department of Education
REGION IV-A CALABARZON
SCHOOLS DIVISION OF BATANGAS

Labels and Signs


These visuals use text, colors, and symbols to convey information. They can indicate
the contents of drawers, call out hazards, or tell people where to store parts. Many
styles and sizes exist, and some businesses even choose to make these in-house with
a label and sign printer.

Shadow boards & Toolbox Foam

AS
These visuals are helpful in workspaces with a lot of tools. Shadow boards use cutouts
of tools that are placed behind the spot where a tool hangs on a pegboard. Toolbox
foam works similarly, except it fits into a toolbox drawer. The tool's shape is cut out of
a top layer of foam, so a bright bottom layer of foam shows through. Both of these

G
methods highlight missing tools and tell people exactly where tools should be placed
when they're finished using them.
AN
Businesses may choose to use some or all of these visual tools. All of them help achieve the
often-cited saying of 5S: “A place for everything, and everything in its place.” These tools make
it clear where things belong, so clutter doesn't become a problem so easily.

5S Example
T
Look at the example below to see 5S in action. Before 5S, spaces are cluttered and confusing.
After 5S, everything has an assigned place, which is often marked with floor marking tape,
BA

labels, and other visual cues.


O
SD

When 5S is used in the workplace, it's easier to detect abnormalities and spot
potential problems before they grow into significant issues

29

You might also like