Unit 2
Unit 2
Johnson M A. Blanco
Objectives:
1. familiarize themselves with the computer number systems;
2. discuss the role of the ASCII code in computer systems and
explain how computers use it;
3. examine how a computer’s system bus works;
4. identify the different computer network systems and the
wired and wireless connections;
5. distinguish between system software and application
software;
6. compare and contrast a desktop app and a mobile app in
terms of content, layout, and design; and
7. explain the impact of computers on daily life.
How Computers Work
Dec Hx Oct Chr Dec Hx Oct Chr Dec Hx Oct Chr Dec Hx Oct Chr
48 30 060 0 63 3F 077 ? 79 4F 117 O
32 20 040 Space
49 31 061 1 64 40 100 @ 80 50 120 P
33 21 041 !
50 32 062 2 65 41 101 A 81 51 121 Q
34 22 042 “
51 33 063 3 66 42 102 B 82 52 122 R
35 23 043 #
52 34 064 4 67 43 103 C 83 53 123 S
36 24 044 $
53 35 065 5 68 44 104 D 84 54 124 T
37 25 045 %
54 36 066 6 69 45 10 E 85 55 125 U
38 26 046 &
55 37 067 7 70 46 106 F 86 56 126 V
39 27 047 ‘
56 38 070 8 71 47 107 G 87 57 127 W
40 28 050 (
57 39 071 9 72 48 110 H 88 58 130 X
41 29 051 )
58 3A 072 : 73 49 111 I 89 59 131 Y
42 2A 052 *
59 3B 073 ; 74 4A 112 J 90 5A 132 Z
43 2B 053 +
60 3C 074 < 75 4B 113 K 91 5B 133 [
44 2C 054 ˈ
61 3D 075 = 76 4C 114 L 92 5C 134 \
45 2D 055 -
62 3E 076 > 77 4D 115 M 93 5D 135 ]
46 2E 056 .
78 4E 116 N 94 5E 136 ^
47 2F 057 /
95 5F 137 _
How Computers Interpret Data
Dec Hx Oct Chr Dec Hx Oct Chr
96 60 140 ˋ 112 70 160 p
97 61 141 a 113 71 161 q
98 62 142 b
❑ Computer programmers create
114 72 162 r
99 63 143 c 115 73 163 s
programs so that computers can do 100 64 144 d 116 74 164 t
specific tasks. 101 65 145 e 117 75 165 u
102 66 146 f 118 76 166 v
103 67 147 g 119 77 167 w
❑ People who write programs are 104 68 150 h 120 78 170 x
programmers. 105 69 151 i 121 79 171 y
106 6A 152 j 122 7A 172 z
107 6B 153 k 123 7B 173 {
❑ Another term used for a program is 108 6C 154 l 124 7C 174 |
codes. Writing programs is called 109 6D 155 m 125 7D 175 }
programming or coding. 110 6E 156 n 126 7E 176 ̴
111 6F 157 o 127 7F 177 DEL
105 69 151 i
106 6A 152 j
How Computers Communicate With Others
System Bus
Purpose:
Working example:
The number of wires determines the speed of
data traveling. Each wire transmits a single
bit at a time. So 8 bits bus can transfer 8 bits
at a time.
Control Bus
It is the physical connection between CPU
and other devices with the computer.
Purpose:
It carries the control information between
the CPU and other devices within the
computer.
Working example:
One line of the bus is used to indicate
whether the CPU is currently reading from
or writing to the main memory.
Address Bus
• It is the physical connection between CPU and other
devices with the computer.
Purpose:
• It is used to identify particular locations in the main
memory where data is stored.
Working example:
• The number of bits in the address bus can determine
the amount of memory, the CPU can address.in
modern PCs, there are 36 address lines to access the
64 GB of main memory theoretically.
How Computers Connect to Other Computers
Personal area network (PAN)
limited to an individual person and his or her personal devices.
devices must be within the range of 10 meters with each other.
Local area network (LAN)
group of computers and other devices, such as network printers,
share a common communications line within a certain area such
as a building or a small campus
Wide area network (WAN)
less restrictive than LAN as rules and policies may differ within its
coverage.
made of several LANs and PANs. A WAN can also be made up of
several more WANs
is considered synonymous to the internet.
Methods of Wired communication
Communication Uses different types of cables are used to connect to
a given network.
• coaxial cables,
• fiber-optic cables,
• Ethernet cables, and
• traditional telephone lines.
Wireless communication
• include microwave communications transmission,
satellite communication, cellular transmission and
radio transmission such as Wi-Fi connectivity.
• Wireless technologies (Bluetooth and Wi-Fi)
• 802.11 for Wi-Fi and 802.15 for Bluetooth
Popular Wired communication
USB FireWire
Universal Serial Bus (USB) is a connection or Interface that allows the computer It is a type of connector that can transmit data to and from devices which
too communicate with system peripherals such as keyboard, mouse, printer, have typical high data rates, such as external hard drives. The transfer speed of
etc. as well as other devices like digital cameras and portable fans. a FireWire is faster than that of a USB.
Wi-Fi Bluetooth
• uses radio waves information to wirelessly • uses radio waves to connect to other devices
transmit a network • connection via Bluetooth is called pairing.
• signals are ransom in frequencies of between 5 Once paired, devices can send and receive
gigahertz (Hz), which are higher than radio and information provided they are within a given
TV signals to avoid interference.
range which is typically 10 meters.
• often used in schools, TV signals to a companies,
and business establishments, among others.
• Used provide network connection to multiple
users without the for cables
• Majority of Wi-Fi users use mobile devices as
tablets, laptops, and smartphones to connect
via an access port or Wi-Fi hotspot.
How Humans Communicate with Computers
Computer Software/Programs
• combination of instructions, data and programs
that the computer needs in order to do a specific
task
• Programs are a set or instructions which are usually
designed or written by computer programmers
using a specific programming language such as
object-oriented programming which includes
• Microsoft's C# (pronounced as 'see-sharp’),
• Sun Microsystem's Java, and
• an open-source programming language PHP
(hypertext Preprocessor)
• .
How Humans Communicate with Computers
TWO TYPES OF COMPUTER SOFTWARE
SYSTEM SOFTWARE
• also called an operating system (OS)
• manages the computer's memory and instructions and can control all the connected hardware
and installed software applications
• allows a person to interact with the computer-from the hardware components and peripherals to
all the installed software applications and files one has stored on the computer. The interaction
can occur in two ways:
1) By using a command-line operating system (eg, DOS) in which the computer responds
according to the text command that is typed.
2) With a graphical user interface (GUI) operating system (e.g., Windows) such as pictures and
buttons through mouse clicks and keyboard entries.
APPLICATION SOFTWARE
• most of the day-to-day tasks done in front of a computer involve the use of application programs
• typing a school assignment using Microsoft Word,
• editing a photo using Adobe Photoshop,
• browsing through Facebook using Google Chrome, or
• listening to music using Apple's iTunes).
System platforms
• Desktop systems differ from mobile systems in terms of how each platform
treats the application software installed in the system.
• A desktop or a laptop computer usually needs an application program to run
a certain application on it, or possibly multiple ones at the same time. A typical
example web browser capable of running multiple web sites with different
"applications" all at the same time.
• A web browser is an application software. However, this scenario typically
played within desktop platform.
• Companies that develop smartphones, for example, have identified specific
system software and application software for these mobile devices (Hope,
2017)
• Facebook, YouTube, and Gmail are typical examples of desktop applications
that have mobile counterparts.
System Software
• Two of the most popular desktop system software PERIOD ANDROID IOS WINDOWS OTHERS
or OS nowadays are Microsoft's Windows and PHONE
Apple's macOS.
2016Q1 83.4% 15.4% 0.8% 0.4%
• In mobile devices, Apple uses iOS for their devices'
system software. But while Microsoft is also using 2016Q2 87.6% 11.7% 0.4% 0.3%
Windows for their mobile system, it is not the
leading mobile OS in the world, compared to its
2016Q3 86.6% 12.5% 0.3% 0.4%
desktop counterpart.
• According to the International Data corporation 2016Q4 81.4% 18.2% 0.2% 0.2%
(IDC), the most popular mobile operating system
as of 2016 is Android OS, acquiring 85% of the
2017Q1 85.0% 14.7% 0.1% 0.1%
global market. (IDC,2017).
Microsoft Office Word, Excel, and Power Point - available for free download in both Android and iOS
WPS Office - another office productivity suite that does the same as Microsoft’s Word, Excel, and
Power Point
Adobe Acrobat Reader - a PDF reader and annotation app which lets you view and sign PDF forms
Newton Mail - for accessing all email accounts in one “unified inbox”
Forge - a mobile drawing app that allows the user to create sketches and edit photos
▪ People who have no IT background can now create their own blogs and websites
through online tools which provide web hosting and web content management.
▪ Wix.com and WordPress.com are two of the most popular website creation tools
available online. Both tools offer blogging and website content management
system (CMS).
WordPress Wix
Programming language used Uses PHP,HTML ,and CSS Uses HTML5
Development Process Uses web templates and Uses online drag and
template Processors Drop tools
Education
ICT in general has made things convenient and efficient for teachers, students,
researches, and school administrators.
▪ Teachers can do research and enhance their teaching materials, join online
forums and conferences and gain new ideas and learn from the latest
research findings and trends.
▪ Students use computers with internet access as one of their reference tools.
They can communicate and collaborate with their peers while working in
their own homes.
Electronic learning (e learning) is the newest teaching methodology in which students and teachers can communicate and collaborates which
each other through online discussion of their lessons, activities, and examinations. Such examples are Blackboard, Edmodo, Moodle etc.
Banking
❑ The computer has made all banking
transactions around the world easier and more
secure.
❑ It manipulates the entire banking system as it
include 24-hour electronic banking services.
The services include:
o Automated teller machine (ATM)
o Cheque deposit
o Electronic fund transfer
o Direct deposit
o Pay by phone system
o Personal Computer banking/ internet banking
Workforce Industry
• Computers are used to
o expedite productions planning and control system,
o support chain management, and also to
o facilitate product design in the industrial sector.
• Machines that are fully computer operated are now used.
• Researchers use computers to gather and analyze data for
hypothetical reference which administration use computers
to manage the entire operations of the plant or factory on
detect or anticipate explicit errors or deficiencies that
transpire in the process.
• Large industrial companies that implement ICT include
Toyota Philippines, Honda Philippines, and San Miguel
Corporation.
• threat to assembly- line and factory workers as robots or
machine take over their jobs.
Electronic Commerce
▪ helps boost their economy
▪ With computers, internet, and shared software as the main
tools needed, buying and selling activities are made easier,
more efficient, and faster.
▪ Customer, seller, and suppliers all benefit from capabilities of
ICT.
▪ Some of the known e-commerce markets are Zalora, Lazada,
Shopee, Metro deal, Taka tack, 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 ant outlets or department stores.
▪ Suppliers, on the other hand, use computers in keeping track
of their transactions which include the monitoring of inventory.
Hospitals
• Hospitals are creating patients’ databases of health record,
treatment records, and medical records.
• Doctors use computers and various medical applicants 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-ray, and body scanning, among
others are made possible.
• With the development of database and other application,
ICTs prevent medical errors in particular and improve the
efficacy of the health system in general.