You are on page 1of 9

Information and Communications accept data, manipulate the data according to specified rules,

produce results, and store the results for future use.


Technology
History of Computer
-Related to technologies that facilitate the transfer of
information and various types of electronically mediated • FIRST-GENERATION COMPUTERS Electronic Numeric
communication. Integrator and Calculator (ENIAC)

The need for devices, such as mobile phones, laptops, and Components of a Computer
tablets, is identified in all instances. This fact is perhaps due
Working with a computer would be ineffective if one does not
to the human need to "belong." According to Baumeister and
intermingle with it because the machine cannot accept and
Leary (1995), the "belongingness hypothesis".
receive instructions and/or deliver an output on its own.

Input devices enter or send data and instructions from the user
IT versus ICT or from another computer system on the internet while output
devices send back the administered data to the user or to
⚫ICT,or information and communications technology, is another computer system.
often used in a more general sense, and is described as using
computers and other digital technology to assist individuals or
institutions in handling or using information.
Input Devices
⚫IT, or information technology, pertains to the industry that
involves computers, software, networking, and other IT
infrastructure to help relay or manage information important System Unit
in modern-day living as seen primarily in large companies or
-The system unit is the enclosure composed of the main
corporations.
elements of a computer that are used to administer data. This
can be referred to as a computer case or tower.

Breakdown of ICT ⚫Storage Devices


ICT is made up of three words, namely information, -A computer can be utilized with only processing, memory,
communications, and technology. input, and output devices. To make it very valuable, however,
a computer also needs a place to hold program files and all
Information Information refers to the knowledge obtained
related files when they are not in use. The goal of using a
from reading, investigation, study, or research. Not to be
storage is to keep data permanently.
confused with data, information is regarded as processed data.
the flash disk drive, a small portable storage device often
Processed information is called know ledge.
referred to as pen drives, thumb drives, or jump drives.
Communication Communication is an act of transmitting
hard disk drive, most personal computers have at least one
messages. It is a process in which information is exchanged
non-removable hard disk that is regarded as a non-volatile
between individuals through verbal and non-verbal means.
memory which permanently stores and retrieves data Another
Technology Technology has evolved in ways that improve storage device is the compact dise. It is a flat, round and
people's daily activities. portable metal disc. (CD-ROM & DVD-ROM)

Why Computers Are Powerful

Evolution of Technology  SPEED


 RELIABILITY AND CONSISTENCY
The concept of technology always starts with the basic tool.
 ACCURACY
By combining a set of tools, people have come up with  COMMUNICATION
machines that can do the tasks faster and more efficiently.

• Another type of machine that is considered a necessity is the


computer. A computer is an electronic device, operating under
the control of instructions stored in its own memory that can
Classifying Computers 3. Machine Learning

 Personal Computer A11 BIONIC


 Workstation
FACE ID
 Minicomputer
 Mainframe WIRELESS CHARGING
 Supercomputer
AUGMENTED REALITY
Types of Computers

 Desktop Computer
4. Automation
 Laptop
 Tablet 5. Big Data
 Smartphone
 Wearables 6. Physical - Digital Integration
 Smart V 7. Everything on Demand

Digital Age, Information Age, and Computer Age Ethical Issues in ICT
Media in the Digital Age The following are some of the ethical issues in ICT:
The Message 1. PLAGIARISM - It is an act of theft in which a person copies
another person's ideas, words, or writings, etc. and pass them
-Media is considered to be the message itself for those who
off as his or her own. Those who committed such action may
create and own the rights of content. The forms of content can
lead to serious legal and ethical defilements.
be user- generated or professionally-produced.
2. EXPLOITATION - It is an action in which one deals with a
Below is one of the many examples of media tools used
person dishonestly, unethically, and dishonorably, in order to
especially by millennials to generate content.
take advantage of the latter's works and/or resources. This
• Blog leads to unlawful actions.

-Maine Mendoza (THE PESSIMISTIC OPTIMIST BELLA) 3. LIBEL - It can either be an insult, slur, or slander. Either
written or spoken or even through actions, it may lead to libel
- The Medium - refers to the tool or tools used in sending a
if the accusation is not true and without any piece of evidence.
message from the source to the destination.
The basic parts of a computer are the Central Processing Unit
- The Messenger - is the one who delivers the message. This is (CPU), memory, a keyboard or other input device, and a screen
why broadcasters, for example, being the messenger of news
or other output device. How does a computer add or subtract,
are called "media."
and how can its memory remember the answers it computes?
A computer does not have a human brain inside but acts in
Evolution of Media many ways as though it does have a real one.
However, while we understand human language, the
The media has transformed itself based on two things (1) how computer can understand machine language. When a person
information is presented; and (2) how the connection is types on the computer's keyboard, the human brain identifies
established. the letters, numbers, and characters combined to create
words and sentences. But the computer does not recognize
 15th century - Woodcut printing on cloth or on paper
letters as letters of the alphabet; it sees the letters as a series
 1436 - relief printing and a molding system
of O's and 1's called the binary language.
 1800s - telegraph was developed followed by the
telephone
Computer Number Systems
 1900s - broadcasting and recorded media were
Humans use the decimal number system-to count, measure,
introduced
and compute. The decimal number system has ten digits, such
 Present - combination of both audio and video as 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. A computer, on the other hand,
information can only understand two digits a 0 and a 1. These two numbers
play an important role in the way computers communicate
with one another. This type of number system is called the
binary number system, with the prefix bi, which means 2. A bit hard to read, right? The programmer might miss out on a
There are other types of number systems, such as the octal few digits while creating a program. Thus, to make it easier,
number system (from the prefix octa, meaning it uses 8 digits) machine codes are made "more human" by making them
and the hexadecimal number system (hexa means 6; deci readable and similar to the human language. This is identified
means 10; meaning it uses 16 digits to represent its values). with the different levels of programming languages which will
However, these special number systems are merely a way to be discussed later in this chapter.
bridge the computer's binary language to a somewhat
So how does the computer know that 01100011 01101111
understandable human (decimal) language since computer
01101101 01110000 01110101 01110100 01100101 01110010
data can be complicated.
is the same as the word "computer"? Each character is
converted from the ASCII table's hexadecimal, octal, or
With the different types of number systems, it is important to decimal presentation into binary language. For example, the
understand how computers interpret the letters on the letter 'c' is equivalent to 63 in hexadecimal which when
keyboard through a series of O's and 1's. This is normally done converted into binary is equal to 0110 0011.
through the number system conversion. Depending on the
standard used, computer systems convert characters from the
keyboard and later display them on the monitor. HOW COMPUTERS COMMUNICATE WITH ONE ANOTHER?
Refer to the following steps:
1. From the keyboard, pressure pads are typically found Notice how computer uses different ways to connect to certain
underneath each key. Upon typing a letter, the pressure pad devices. The computer monitor uses a wire to connect to the
sends information to the CPU for processing. computer unit while the mouse wirelessly connects to the
laptop, etc. Depending on the situation, computers use
2. The information is then transmitted in the form of O's and l's different connection
using the ASCII code. methods to do their tasks.

3. The CPU determines what character has been typed and System bus
sends the information to the computer monitor, again in O's
A computer system,
and 1’s.
on its own,
communicates
4. The monitor displays the information in its equivalent
through what is
character, this time readable and understandable by humans.
called a system bus.
A Majority of computer systems use the American Standard
A system bus is a
Code for Information Interchange (ASCII) for converting
pathway composed
characters into 0's and 1's. The ASCII code is a 7-bit code used
of cables and
to represent letters, numbers, and basic special characters. Figure 1Figure 2.2 Simplified diagram of a connectors used to
The uppercase character 'A' as seen on the left is represented computer system implemented with a single
carry data from a
in ASCII as 0100 0001 in binary, 101 in octal, or 41 in system bus. This modular organization was
popular in the 1970s and 1980s. computer's
hexadecimal system.
peripheral devices-
Notice how the characters are represented in decimal, octal, monitor, keyboard, mouse, etc.-to the CPU and the main
and hexadecimal formats. Computer programmers create memory. There are three types of buses: the data bus, address
programs so that computers can do specific tasks. People who bus, and control bus.
write programs are programmers. Depending on the skills set
For example, how does the computer know that the printer
of the programmer, a program can be developed based on the
needs more ink? How does the mouse cursor move along with
programming language the programmer is familiar with.
the actual mouse? And how does the speaker produce sound
Another term used for a program is codes. Writing programs is
in time with the video displayed on the monitor?
called programming or coding.
System bus

A computer system, on its own, communicates through what


However, looking at a long string of O's and I's (binary format)
is called a system bus. A system bus is a pathway composed of
might be considered too confusing for the programmer,
cables and connectors used to carry data from a computer's
causing errors during coding. Take a look at the word
peripheral devices-monitor, keyboard, mouse, etc.-to the CPU
"computer" in binary code as seen by a computer:
and the main memory. There are three types of buses: the data
01100011 01101111 01110100 01101101 01110000 bus, address bus, and control bus.
01110101 01100101 01110010
For example, how does the computer know that the printer a 32-bit bus computer working double time to make up for the
needs more ink? How does the mouse cursor move along with excess 32-bits from a 64-bit application software. A 64-bit bus,
the actual mouse? And how does the speaker produce sound on the other hand, can process either a 32-bit or a 64-bit
in time with the video displayed on the monitor? software application.

Data bus

A data bus can transfer data to and from the memory of a HOW COMPUTERS CONNECT TO OTHER COMPUTERS
computer, or into or out of the CPU. Examples of pieces of
The next step in knowing how a computer is able to connect to
information that traverse the data bus include files transferred
other devices is to understand how a computer connects to
from a flash drive to the computer's hard drive and a document
another computer. Earlier, computer peripherals using wired
sent to the printer for printing.
or wireless connections are mentioned. It is also similar when
Address bus a computer wants to connect to another computer-with or
without wires.
The address bus is used by the CPU to specify a physical
address for instructions, files, and other devices within the Computer Network Systems
computer system. For example, in a given computer unit, there
Computers are able to communicate with one another over
are typically 6 to 8 USB ports. The address bus is responsible
networks. A computer network is an interconnection of two or
for checking which of the USB ports has a printer connected to
more computers. This interconnection gives these computers
it, along with the mouse, keyboard, speakers, and, sometimes,
the capability to share information and resources. There are
even external drives.
several types of networks, mostly depending on the number of
computers in it, how they are used, and what type of
technology is used in its connectivity. Below are some of the
HOW COMPUTERS COMMUNICATE WITH ONE ANOTHER?
computer network systems:
Control bus
• Personal area network (PAN) is a type of connection which
A control bus is used by CPUs to communicate with other is often limited to an individual person and his or her personal
devices within the computer system. As the address bus carries devices. Normally, these devices must be within the range of
the location of the data being sent and the data bus carries the 10 meters with each other. For example, a person traveling
actual data being processed, the control bus carries the with a laptop, a smartphone, and a portable printer could
commands or instructions from the CPU. It also sends status interconnect the devices without having to plug anything in,
signals from the devices, identifying if it is ready or not. The using some form of wireless technology.
typical read/write commands are identified through the
Local area network (LAN) is a connection in which a group of
control bus. For example, if one tries to save a file to a flash
computers and other devices, such as network printers, share
drive that is already removed from the computer, the
a common communications line within a certain area such as a
computer will notify the user with an error message saying that
building or a small campus. LANS are often found in schools
the folder or drive where the file is intended to be saved is no
and offices to secure the organization's information. This is
longer existing.
done through a computer server in which user's access may be
This is because the original destination or location can no restricted to avoid unwanted users. For example, some schools
longer be sent through the address bus because of the use LANS within their campuses so that students can connect
disconnection. Therefore, the CPU sends a halt instruction via to the internet to do online research. Students are required to
the control bus, stopping the data to be sent through the data login their information (such as their student ID) to connect to
bus, often seen as an error message prompt. the internet. However, through the school's campus server,
restrictions to sites such as online games, pornographic
The amount of data sent throughout the system bus depends materials, and the like are implemented. This means that
on the size of the bus. Latest computer systems use a 64-bit students will not be able to access these websites inside the
bus; however, the majority still use a 32-bit computing size for campus.
their computer systems. Take note, however, that the
mentioned computing size is on a hardware level. Having an
operating system or software application that is 32-bit or 64-
Wide area network (WAN) - may be less restrictive than LAN
bit is different. Again, the hardware is different from the
as rules and policies may differ within its coverage. A WAN may
software. It is advised that ifyour computer hardware uses a
be made of several LANs and PANS. A WAN can also be made
32-bit bus (hardware), use only software programs running 32-
up of several more WANs. This is why WAN is considered
bits. This is to avoid the hardware. from overheating. Imagine
synonymous to the internet. There are many different types of
connection media that are used in contemporary society to categorized generally into two-wired communication
connect computer networks to one another. Connections are and wireless communication.
often categorized generally into two-wired communication
and wireless communication. → Wired communication

Methods of Communication Different types of cables are used to connect to a given


network. There are coaxial cables, fiber-optic cables,
There are many different types of connection media that are
Ethernet cables, and traditional telephone lines. These
used in contemporary society to connect computer networks
to one another. Connections are often categorized generally will be discussed at length in later chapters. This chapter
into two-wired communication and wireless communication. focuses on a stand- alone computer system and the types
of wired connections that are available.
→ Wired communication
Computer systems have different connections which
Different types of cables are used to connect to a given
usually depend on the motherboard's form factor.
network. There are coaxial cables, fiber-optic cables, Ethernet
Popular wired connections nowadays include the
cables, and traditional telephone lines. These will be discussed
at length in later chapters. This chapter focuses on a stand- following:
alone computer system and the types of wired connections USB
that are available.
Universal Serial Bus (USB) is a connection or interface
that allows the computer to communicate with system
Living in the main Technology peripherals such as keyboard, mouse, printer, etc. as well
as other devices like digital cameras and portable fans.
Local area network (LAN) is a connection in which a group
of computers and other devices, such as network FireWire It is a type of connector that can transmit data
printers, share a common communications line within a to and from devices which have typical high data rates,
certain area such as a building or a small campus, LANs such as external hard drives. The transfer speed of a
are often found in schools and offices to secure the FireWire is faster than that of a USB.
organization's information. This is done through a
Ethernet cable An Ethernet cable transmits signals
computer server in which user's access may be restricted
between a computer and network devices such as a
to avoid unwanted users. For example, some schools use
router, switch, or other computers.
LANs within their campuses so that students can connect
to the internet to do online research. Students are HDMI High-definition Multimedia Interface (HDMI) is a
required to login their information (such as their student connector for transmitting audio/video data which are
ID) to connect to the internet. However, through the compatible to computers, projectors, and digital
school's campus server, restrictions to sites such as televisions.
online games, pornographic materials, and the like are
Older computer units have connections that include the
implemented. This means that students will not be able
following:
to access these websites inside the campus.
VGA The 15-pin Vicco Graphics Array (VGA)
⚫ Wide area network (WAN)
connector has been provided on many video cards,
may be less restrictive than LAN as rules and policies may computer monitors, laptop computers, and projectors. It
differ within its coverage. A WAN may be made of several is now slowly being phased out in favor of the faster and
LANs and PANS. A WAN can also be made up of several more compact HDMI connector.
more WANs. This is why WAN is considered synonymous
Serial An RS-232 serial connection was once a standard
to the internet.
feature of a personal computer used for connections to
Methods of Communication modem, printer, mouse, and other peripheral devices.
Now, it has been replaced by USB connections.
There are many different types of connection media that
are used in contemporary society to connect computer
networks to one another. Connections are often Parallel Similar to the serial connection, parallel
connections were used before to connect other
computer peripherals such as printers. It has also been → Bluetooth
replaced since then by the USB connections.
Bluetooth uses radio waves to connect to other devices.
The connection via Bluetooth is called pairing. Once
PS/2 The PS/2 is a 6-pin connector used to connect the paired, devices are able to send and receive information
mouse and keyboard to a computer. It is color-coded to provided they are within a given range which is typically
identify which peripheral will be connected to which 10 meters.
port. Purple is for keyboard and green is for the mouse.

Audio Jacks
How Humans Communicate with Computers
The audio jacks are the 3.5mm jacks used for
microphones (as input), and speakers (as output). It uses Humans communicate with computers using various input and
color codes as well to indicate the type of input and output devices, as well as programming languages.
output lines. Computer Software
Pink Mic in Blue: Line in
Green: Front speakers out The computer software is a combination of instructions, data,
and programs that the computer needs in order to do a specific
Black (or dark blue in some older boards): Rear speakers
task. Another term used for computer software is computer
out
programs. Everything the computer does can basically be
Orange: Center/subwoofer out controlled through these programs. Programs are a set of
Gray: Middle speakers out codes or instructions which are usually designed or written by
These connections are now being computer programmers using a specific programming
replaced by USB and HDMI connections. language. The most common type of programming language
used by programmers. is called object-oriented programming.
This programming Janguage includes Microsoft's C#
→ Wireless communication (pronounced as 'see-sharp'), Sun Microsystem's Java, and an
Wireless communications include microwave open-source programming language, PHP (Hypertext
transmission, satellite communication, cellular Preprocessor).
transmission, and radio transmission such as WiFi
Programmers have developed two types of computer
connectivity. Wireless technologies differ hugely from
software-the system software and application software.
one another, but the most popular types are Bluetooth
and Wi-Fi. The Institute of Electrical and Electronics People might be more familiar with the application software as
Engineers (IEEE), a professional technical association most of the day-to-day tasks done in front of a computer
with members all across the globe, identified standard involve the use of application programs (eg, typing a school
assignment using Microsoft Word, editing a photo using Adobe
802.11 for Wi-Fi and 802.15 for Bluetooth in the wireless
Photoshop, browsing through Facebook using Google Chrome,
standards.
or listening to music using Apple's iTunes). The system
software also called an operating system (OS) is the most
important software running on a computer since it manages
→ Wi-Fi the computer's memory and instructions and has the ability to
control all the connected hardware and installed software
Wi-Fi uses radio waves to wirelessly transmit information applications.
across a network. Wi-Fi's signals are transmitted in
frequencies of between 2.5 and 5 gigabertz (GHz), which The OS allows a person to interact with the computer-from the
are higher than radio and TV signals to avoid hardware components and peripherals to all the installed
software applications and files one has stored on the
interference. Wi-Fi is often used in schools, companies,
computer. The interaction can occur in two ways:
and business establishments, among others. This is to
provide network connections to multiple users without 1. By using a command-line operating system (e.g., DOS) in
the need for cables. Majority of Wi-Fi users use mobile which the computer responds according to the text command
devices, such as tablets, laptops, and smartphones to that is typed
connect via an access point or Wi-Fi hotspot. 2. With a graphical user interface (GUI) operating system (e.g.
Windows) such as pictures and buttons through mouse clicks
and keyboard entries
System Platforms Applications Software

Desktop systems differ from mobile systems in terms of how The table below identifies the different types of application
each platform treats the application software installed in the programs and their corresponding software that are available
system. A desktop or a laptop computer usually needs an in the market.
application program to run a certain application on it, or
possibly. multiple ones at the same time. A typical example is
that of a web browser capable of running multiple web sites
with different "applications" all at the same time. In this
scenario, Google Chrome is open as the user waits for an email
from a friend via Gmail, while another browser tab has
YouTube open as he or she watches video tutorials. Another
browser tab with Wikipedia open is possible as the user is also
researching on different computer peripherals. All of these
websites are accessed using a single web browser. A web
browser is considered to be an application software. However,
this scenario is typically played within a desktop platform.

With today's trend leaning towards mobility, more and more


mobile devices are now capable of doing things which typical
desktop computers can do. This is why companies that develop Online Applications Software
smartphones, for example, have identified specific system
software and application software for these mobile devices As previously discussed, application software consists of
(Hope, 2017). programs that are designed to perform specific tasks for users.
Specific application software products, called software
Using a smartphone in accessing the same websites is a packages, are available from different vendors. Usually, these
different experience. Instead of using a web browser to access software packages cost money although a lot of application
all three web sites, mobile applications are used. Mobile software is now being made available for free. Often called
applications have the capacity to run directly on top of the shareware, freeware, or public-domain software, this software
operating system without using web browsers. Facebook, can be downloaded for free but usually with fewer capabilities
YouTube, and Gmail are typical examples of desktop compared to the ones sold.
applications that have mobile counterparts.
As such, online application software is now introduced with
System Software
the improved internet speed being made available to
Two of the most popular desktop system software or OS consumers. There are various products available including
nowadays are Microsoft's Windows and Apple's macOS. In software tools that were previously identified only as
mobile devices, Apple uses iOS for their devices' system computer applications.
software. But while Microsoft is also using Windows for their
mobile devices' operating system, it is not the leading mobile Office productivity tools such as Microsoft Office Suite were
OS in the world, compared to its desktop counterpart. only available offline, but now, Microsoft has developed
According to the International Data Corporation (IDC), the Microsoft Office 365 which has been made available to
most popular mobile operating system as of 2016 is Android students and teachers for free via their Office 365 Education.
OS, acquiring 85% of the global market (IDC, 2017). Numerous web and mobile applications are also made
available to users which oftentimes feature the same
functionalities as the offline version. Google introduced its
online applications capable of doing the same thing as
Microsoft's Office Suite. Google Docs, Google Sheets, and
Google Slides are the online counterparts of MS Word, Excel,
and PowerPoint, respectively.

Other online productivity tools are also available for


organizations, such as data collection and analysis, especially
for those in the marketing industry. PCMag.com has listed
down available online survey engines for 2017 and analyzed
the top contenders. Included in the list are Zoho Survey, Survey
Gizmo, Campaign Monitor GerFeedback, Checkbox Survey,
Fluid Surveys, Survey Monkey, WorldApp KeySurvey, Outside Education
Software eSurveysPro, SoGoSurvey, and Survey Planet. Survey
Today, most elementary and secondary schools (public and
Gizmo is the Editors' Choice getting a 4.5 rating and is said to
private) and higher education institutions (HEIs) have
be best for small to midsize businesses (Schindler, 2017). Not
computers in their classrooms. ICT in general has made things
only can an organization easily disseminate its survey
convenient and efficient for teachers, students, researchers,
questions to its clients, but data trends and analysis are also
and school administrators.
automatically done by the tool, providing faster results.
With the use of computers, teachers can do research and
Tisguide.com has also listed down several popular applications
enhance their teaching materials. They can join online forums
available in the App Store and Google Play that can increase
and conferences and gain new ideas and learn from the latest
productivity, improve efficiency, and provide convenience.
research findings and trends.
Below are just some of the apps on their list:
Students use computers with internet access as one of their
I. Any.do-a scheduler and reminder notification app
reference tools. They can communicate and collaborate with
2. Microsoft Office Word, Excel, and PowerPoint - available for their peers while working in their own homes.
free download in both Android and iOS
School administrators use computers for administrative work
3. WPS Office - another office productivity suite that does the to ensure that the entire operation of the school runs
same as Microsoft's Word, Excel, and PowerPoint proficiently. An access to all school documents is made easy
and always available with the use of a so-called server
4. Adobe Acrobat Reader - a PDF reader and annotation app
which less you view and sign PDF forms Electronic learning (e-learning) is the newest teaching
methodology in which students and teachers can
5. Microsoft Outlook
communicate and collaborate with each other through online
contacts, and calendar discussion of their lessons, activities, and examinations. Such
examples are Blackboard, Edmodo, Moodle, etc.
for reading emails, managing
Banking
6. Newton Mail - for accessing all email accounts in one
"unified inbox" The computer has made all banking transactions around the
world easier and more secure. It manipulates the entire
7. Forge - a mobile drawing app that allows the user to create banking system as it includes 24-hour electronic banking
sketches and edit photos services. The services include:
Lastly, people who have no IT background can now create their • Automated teller machine (ATM)
own blogs and websites through online tools which provide
web hosting and web content management. They do not need • Cheque deposit
to learn programming languages, although some knowledge in
• Electronic fund transfer
programming will be an advantage to further customize the
web Layout. • Direct deposit

Wix.com and WordPress.com are two of the most popular Pay by phone system
website creation tools available online. Both tools offer
• Personal computer banking/internet banking
blogging and website content management system (CMS).
Users do not need to be programmers due to the simple and
easy-to-use design of the CMS.
Workforce Industry

Workers, researchers, and administrators benefit from ICT.


How Computers Impact Everyday Life
Computers are used to expedite production planning and
The advent of technologies specifically the development of control systems, to support chain management, and to
information and communications technology has changed the facilitate product design in the industrial sector. Machines that
lives of people. Computers, for example, permeate everyday are fully computer- operated are now used. Researchers use
life as they are used in various fields-in schools, malls, and computers to gather and analyze data for hypothetical
hospitals, among others. The following areas show how reference while administrators use computers to manage the
computers have made such an impact. entire operations of the plant or factory to detect or anticipate
explicit errors or deficiencies that transpire in the process.
Some of the large industrial companies that implement ICT
include Toyota Philippines, Honda Philippines, and San Miguel
Corporation.

However, the use of ICT can be perceived as a threat to


assembly-line and factory workers as robots or machines take
over their jobs.

Electronic Commerce

Electronic commerce or simply e-commerce helps boose the


economy. With computers, internet, and shared software as
the main tools needed, buying and selling activities are made
easier, more efficient, and faster. Customers, sellers, and
suppliers all benefit from the capabilities of ICT. Some of the
known e-commerce markets are Zalora, Lazada, Shopee,
Metrodeal, Takatack, Amazon, OLX.ph, AirBnB, Booking.com,
Agoda.com, and many others.

Customers or clients use computers to communicate with


sellers. This method can save time and cost as consumers do
not have to go physically to any outlets or department stores.
Suppliers, on the other hand, use computers in keeping track
of their transactions which include the monitoring of
inventory.

Hospitals

The use of computers in hospitals offers many benefits to both


doctors and patients. Hospitals are creating patients databases
of health records, treatment records, and medical records.
Also, with the help of ICT, doctors use computers and various
medical applications not only for research advancement but
also for faster diagnosis of patients' illnesses. Through
computing and monitoring technologies, tests administered in
hospitals such as blood test, urine test, brain testing,
ultrasound, echocardiography. complete blood count (CBC),
mammography, bone density study, magnetic resonance
imaging (MRI), X-rays, and body scanning, among others are
made possible. With the development of databases and other
applications, ICTs prevent medical errors in particular and
improve the efficiency of the health system in general.

You might also like