SlideShare a Scribd company logo
Computer System
2.6 Software
2.6.1 System Software
2.6.1.1 Operating System
2.6.1.2 Utility Program
2.6.2 Application Software
1
Chapter
PDT - 2017/2018
Software
•
Software (also called a program), is a set of
instructions that tells the computer what tasks
to perform and how to perform them
2
Mapping of Software
3
Software
Utility
Program
Operating
System
Application SoftwareSystem Software
4
Open Source Versus Proprietary
Open source software
(OSS)
Proprietary software
● Source code is available to
user
● Software provided for
use, modification and
redistribution
● User can install software
freely into any computer
● Source code is not
available to user
● Software cannot be
modify or redistribution
● Users must have a
license (with cost) from
vendor before install
into the computer
1
Computer System
2.6.1.1 Operating System
At the end of this topic, students
should be able to:
a)Identify types of operating
system
b)Explain the functions of
operating system
Chapter
PDT - 2017/2018
Operating System Software
● An operating system (OS) is a set of programs
containing instructions that work together to
coordinate all the activities among computer
hardware resources
2
:
3
Examples of Operating System Software
Type of OS Proprietary Software Open Source Software
Stand alone Operating
System
• Windows
• Mac OS X
• Unix
• Linux
Server Operating
System
• Windows Server 2008
• Netware
• Unix
• Linux
• Solaris
Embedded / Mobile
Operating System
• Windows Embedded CE
• Windows Phone 7
• iPhone OS
• Palm OS
• BlackBerry
• Google Android
• Embedded Linux
• Symbian OS
:
4
Type Description
Stand alone
Operating System
A stand-alone operating system is a
complete operating system that works on
a desktop computer, notebook computer,
or mobile computing device
Server Operating
System
An operating system that is designed to
support a network
Embedded / Mobile
Operating System
An embedded operating system resides on
a ROM chip on a mobile device or
consumer electronic device
Type of Operating System Software
● 3 types of System Software
Function of Operating Systems
5
1. Start and shut down
computer
2. Provide a user
interface
3. Manage program
4. Manage memory 5. Coordinate tasks 6. Configure device
7. Establish an Internet
connection
8. Monitor performance 9. Provide utilities
10. Automatically
update
11. Control a network 12. Administer security
Functions of Operating System
1. Start and Shutdown a Computer
● The process of starting or restarting a
computer is calling booting
6
Warm boot
● Using the
operating
system to
restart a
computer
Cold boot
● Turning on a
computer that
has been
powered off
completely
● A user interface controls how you enter data
and and instructions and how information is
displayed on the screen
● 2 types of user interface
I. Graphical user interface (GUI) - user interact
with the software using text, graphics, and visual images
such as icon
II.Command line interface - user uses the keyboard
to enter data and instruction
7
Functions of Operating System
2. Provide a user interface
Graphical User Interface (GUI)
8
Command-line Interface
9
● How an operating system handles programs
directly affects your productivity
● An OS manages multiple programs and
processes while you use the computer
10
Functions of Operating System
3. Manage Program
➔ Single user / Single tasking - OS allows only 1 user to run 1 program at a time
➔ single user / Multitasking - OS allows a single user to work on 2 or more program at
a time
➔ Multiuser - OS enables 2 or more users to run programs simultaneously
➔ Preemptive multitasking - OS interrupts a program that is executing and pass control
to another program waiting to be executed
➔ Multiprocessing - OS supports 2 or more processors running programs at the same
time
● Operating system allocates data and
instructions to memory while they are being
processed, monitors the content of memory
and release from memory when the processor
no longer required them
● Memory management optimizes the use of
RAM
11
Functions of Operating System
4. Manage Memory
● The operating system determines the
order in which tasks are processed
This figure illustrate three document in the queue with one document printing 12
Functions of Operating System
5. Coordinate Task
13
Functions of Operating System
6. Configure Device
● Short for device driver - a small program that tells the
OS how to communicate with a specific device
● Most device and OS support plug and play
A driver is a small program
that tells the operating
system how to
communicate with a specific
device
Eg : printer, scanner
(these devices will not function
without their correct drivers)
Plug and play automatically
configures new device as you
install them
Eg : USB Flash Drive
(devices that connect to a USB port on
the system unit typically are Plug and
Play
This figure illustrate to connect to a network using
windows
14
Functions of Operating System
7. Establish an Internet Connection
● OS typically provide a
means to establish
Internet connection.
● Eg : Windows automatically
configures some broadband
Internet connections as soon
as you connect to broadband
line
● A performance monitor is a
program that assesses
and reports information
about various computer
resources and devices
15
Functions of Operating System
8. Monitor Performance
Managing
files
Searching
files
for Viewing
images
Securing a
computer
Uninstalling
programs
Cleaning
disks
up Diagnosing
problems
Defragmenting
disks
Backing up
files and
disks
Setting up
screen savers
16
Functions of Operating System
9. Provide File Managements and Other Utilities
● Operating Systems often provides users with the
capability of :
17
Functions of Operating System
10. Automatically Update
● Automatic update automatically provides updates to the
program
● Some operating systems are designed to work with a
server on a network
● A server Operating System organizes and
coordinates how multiple users access and share
resources on a network
● A network administrator uses the server OS to :
I. add and remove users, computers and other
devices
II. install software and administer network
security
18
Functions of Operating System
11. Control a Network
19
Functions of Operating System
12. Administer Security
● Computer and network
administrators typically have
an administrator account that
enables them to access all
files and programs on the
computer or network, install
programs and specify settings
that affect all users on a
computer or network
● Each user account consist of
a username/user ID and
password
1
Computer System
2.6.1.2 Utility Program
At the end of this topic, students
should be able to:
Identify types of utility programs
Explain the functions of utility
programs
Chapter
PDT - 2017/2018
Utility Programs
● Utility program is a type of system software
that allows a user to perform maintenance-
type task such as :
2
1.File Manager 4.Anti-Virus Program
7.Backup and
Restore
2.Disk Cleanup 5.Spyware Remover
3.Compression
Tools
6.Disk Defragmenter
● To provide routine file management tasks :
➔ Displaying a list of files
➔ Organizing files in folders
➔ Copying, renaming, deleting moving, and sorting files
and folders
➔ Creating shortcuts
Proprietary Software Open Source Software
• WIndows Explorer
• Windows File Manager
• Avira Antivirus
1. File Manager
Types of Utility Programs
2
3
● A disk cleanup utility searches for and removes
unnecessary files :
➔ Downloaded program files
➔ Temporary Internet files
➔ Deleted files
➔ Unused program files
Proprietary Software Open Source Software
• Microsoft Disk Cleanup • CCleaner
2. Disk Cleanup
Types of Utility Programs
3. Compression Tools
● To shrinks the size of a file/s.
● A compressed files takes up less storage space than
the original file
● Compressing files frees up room on storage media
and improves system performance
Proprietary Software Open Source Software
• WinZip
• WinRAR
• 7ZIP
• PKZIP
Types of Utility Programs
4
● Anti-virus program protects a computer
against viruses by identifying and removing
any computer viruses found in memory, on
storage media or incoming files
Proprietary Software Open Source Software
• Norton Antivirus
• Kapersky Antivirus
• Avira Antivirus
4. Anti-virus Program
Types of Utility Programs
5
● Spyware is a program placed on a computer
without the user’s knowledge that secretly
collects information about the user
● A Spyware Remover detects and deletes
spyware
6
Proprietary Software Open Source Software
• Kapersky Internet
Security
• Spyware Doctor
• Spyware Remover
Spybot
• Spyware Blaster Nixory
5. Spyware Remover
Types of Utility Programs
● Reorganizes the files and unused space on
computer hard disk so that the OS accesses
data more quickly and programs run faster
7
Proprietary Software Open Source Software
• Microsoft
Defragmenter
• MyDefrag
• Defraggler
6. Disk Defragmenter
Types of Utility Programs
● A backup utility allows users to copy files to
another storage medium in case of damage or
loss
● A restore utility reverses the process and
returns backed up files to their original form
10
Proprietary Software Open Source Software
• Windows
Backup Restore
• Bacula
• Amanda
6. Backup and Restore Utility
Types of Utility Programs
8
Summary of Utility Programs
9
Types Function
File Manager To provide routine file management tasks
Disk Cleanup searches and removes unnecessary files
Compression Tools To shrinks the size of a file/s.
Anti-Virus Program To protects a computer against viruses by identifying and
removing any computer viruses found in memory, on storage
media or incoming files
Spyware Remover To detects and deletes spyware
Disk Defragmenter To reorganizes the files and unused space on computer hard disk
so that the OS accesses data more quickly and programs run
faster
Backup and
Restore
- A backup utility allows users to copy files to another storage
medium in case of damage or lost
- A restore utility reverses the process and returns backed up
files to their original form
At the end of this topic, students should be able to:
a)
b)
Identify types of application software
Explain the functions of application software
1
Computer System
2.6.2 Application Software
Chapter
PDT - 2017/2018
22
Application Software
• Application software consists of programs
designed to make users more productive and / or
assist with personal tasks.
Tomake business activities more efficient
Toassist with graphics and multimedia projects
Tosupport home, personal, and educational tasks
Tofacilitate communications
2
33
Examples of Application Software
22
Types of Application Software
4
Types of application software
● Web browser
● Word processing
● Spreadsheet
● Database
● Presentation
66
1. Web Browser Software
5
Proprietary Software Open Source Software
• Internet Explorer
• Safari
• Mozilla Firefox
• Chrome
● Web Browser allows user to access and view
Web pages or access Web 2.0 programs
Types of Application Software
776
Proprietary Software Open Source Software
• Microsoft Office Word
• Pages (Apple)
• OpenOffice.org Writer
• KWord
● Word processing software allows users to
create and manipulate documents
2. Word Processing Software
Types of Application Software
88
● Spreadsheet software allows users to organize data in
rows and columns and perform calculations
● Usage : spreadsheet organization, calculations and
charting
7
Proprietary Software Open Source Software
• Microsoft Office Excel
• Numbers (Apple)
• OpenOffice.org Calc
• KCells
3. Spreadsheet Software
Types of Application Software
11118
Proprietary Software Open Source Software
• Microsoft Office
Access
• Oracle DB
• OpenOffice.org Base
• MariaDB
● A database is a collection of data organized in a
manner that allows access, retrieval and use of that
data.
● Database software allows users to create, access
and manage a database
● Usage : create student database, employees database
or book database.
4. Database Software
Types of Application Software
1010
● Presentation software allows users to create
visual aids for presentations to communicate
ideas, messages, and other information to a
group
● Usage : create a presentation for teaching
9
Proprietary Software Open Source Software
• Microsoft Office
PowerPoint
• Keynote (Apple)
• OpenOffice.org Impress
• Showcase
5. Presentation Software
Types of Application Software
22
Summary of Application Software
10
Types Description
Web browser An application software that allows user to access
and interact with software from any computer or
device that is connected to the internet
Word
processing
An application software that allows users to create
and manipulate documents
Spreadsheet An application software that allows users to organize
data in
rows and columns and perform calculations
Database An application software that allows users to create,
access and manage a database
Presentation An application software that allows users to create
visual aids for presentations to communicate ideas,
messages, and other information to a group

More Related Content

What's hot (20)

Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Computer system architecture
Computer system architectureComputer system architecture
Computer system architecture
 
OSCh2
OSCh2OSCh2
OSCh2
 
OPERATING SYSTEM
OPERATING SYSTEMOPERATING SYSTEM
OPERATING SYSTEM
 
Ch1
Ch1Ch1
Ch1
 
First presentation of os
First presentation of osFirst presentation of os
First presentation of os
 
Operating system || Chapter 3: Process
Operating system || Chapter 3: ProcessOperating system || Chapter 3: Process
Operating system || Chapter 3: Process
 
Chapter02 new
Chapter02 newChapter02 new
Chapter02 new
 
OS - Operating System
OS - Operating System OS - Operating System
OS - Operating System
 
Basic organisation of computer system
Basic organisation of computer systemBasic organisation of computer system
Basic organisation of computer system
 
Operating System BCA 301
Operating System BCA 301Operating System BCA 301
Operating System BCA 301
 
Operating System concepts
Operating System conceptsOperating System concepts
Operating System concepts
 
Computer Fundamentals.
Computer Fundamentals.Computer Fundamentals.
Computer Fundamentals.
 
Operating Systems FYBSC IT UNIT I- Introduction to Operating Systems
Operating Systems FYBSC IT UNIT I- Introduction to Operating SystemsOperating Systems FYBSC IT UNIT I- Introduction to Operating Systems
Operating Systems FYBSC IT UNIT I- Introduction to Operating Systems
 
OS_Ch2
OS_Ch2OS_Ch2
OS_Ch2
 
Ch1
Ch1Ch1
Ch1
 
Introduction to operating syatem
Introduction to operating syatemIntroduction to operating syatem
Introduction to operating syatem
 
02.Os Structure
02.Os Structure02.Os Structure
02.Os Structure
 
Information System Part 1
Information System Part 1Information System Part 1
Information System Part 1
 
Computer fundamental basic comuter organization [www.studysharebd.com]
Computer fundamental basic comuter organization [www.studysharebd.com]Computer fundamental basic comuter organization [www.studysharebd.com]
Computer fundamental basic comuter organization [www.studysharebd.com]
 

Similar to PDT DC015 Chapter 2 Computer System 2017/2018 (m)

PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018Fizaril Amzari Omar
 
System software and its types
System software and its typesSystem software and its types
System software and its typessamina khan
 
ICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptxICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptxShehlafaiz1
 
Chapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsChapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsHisyam Rosly
 
Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)ella dimaiwat
 
lecture_16.operating system CUI/GUI.pptx
lecture_16.operating system CUI/GUI.pptxlecture_16.operating system CUI/GUI.pptx
lecture_16.operating system CUI/GUI.pptxmishalfarhan897
 
Chapter 8 Operating Systems And Utility Programs
Chapter 8 Operating Systems And Utility ProgramsChapter 8 Operating Systems And Utility Programs
Chapter 8 Operating Systems And Utility Programsnorzaini
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6limsh
 
Computer Notes
Computer NotesComputer Notes
Computer NotesEHSAN KHAN
 
ITC Lecture02.pptx
ITC Lecture02.pptxITC Lecture02.pptx
ITC Lecture02.pptxssuser368f5d
 
Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)Mijanur Rahman
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptxLINDYLGERAL
 
CSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility ProgramsCSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility ProgramsYhal Htet Aung
 
Computer software ,
Computer software ,Computer software ,
Computer software ,Shoaib Jafri
 
Utility-Softwares.pptxgdgfgdgdfgdfggfgfd
Utility-Softwares.pptxgdgfgdgdfgdfggfgfdUtility-Softwares.pptxgdgfgdgdfgdfggfgfd
Utility-Softwares.pptxgdgfgdgdfgdfggfgfdghioredondo0
 
software system and application software
software system and application softwaresoftware system and application software
software system and application softwareCyriac Jose
 
Chapter 8 operating systems and utility programs
Chapter 8   operating systems and utility programsChapter 8   operating systems and utility programs
Chapter 8 operating systems and utility programshaider ali
 
Operating system (os)
Operating system (os)Operating system (os)
Operating system (os)bbp2067
 

Similar to PDT DC015 Chapter 2 Computer System 2017/2018 (m) (20)

PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018PST SC015 Chapter 2 Computer System (IV) 2017/2018
PST SC015 Chapter 2 Computer System (IV) 2017/2018
 
System software and its types
System software and its typesSystem software and its types
System software and its types
 
ICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptxICT Presentation operating system and types.pptx
ICT Presentation operating system and types.pptx
 
Software.pptx
Software.pptxSoftware.pptx
Software.pptx
 
Chapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & ttsChapter 05 os dan utility program csc & tts
Chapter 05 os dan utility program csc & tts
 
Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)Information Computer Technology Handouts (Part I)
Information Computer Technology Handouts (Part I)
 
lecture_16.operating system CUI/GUI.pptx
lecture_16.operating system CUI/GUI.pptxlecture_16.operating system CUI/GUI.pptx
lecture_16.operating system CUI/GUI.pptx
 
Chapter 8 Operating Systems And Utility Programs
Chapter 8 Operating Systems And Utility ProgramsChapter 8 Operating Systems And Utility Programs
Chapter 8 Operating Systems And Utility Programs
 
BAIT1003 Chapter 6
BAIT1003 Chapter 6BAIT1003 Chapter 6
BAIT1003 Chapter 6
 
Computer Notes
Computer NotesComputer Notes
Computer Notes
 
ITC Lecture02.pptx
ITC Lecture02.pptxITC Lecture02.pptx
ITC Lecture02.pptx
 
Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)Comp 107 unit 4(operating systems)
Comp 107 unit 4(operating systems)
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptx
 
CSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility ProgramsCSC1100 - Chapter06 - Operating System & Utility Programs
CSC1100 - Chapter06 - Operating System & Utility Programs
 
Computer software ,
Computer software ,Computer software ,
Computer software ,
 
Utility-Softwares.pptxgdgfgdgdfgdfggfgfd
Utility-Softwares.pptxgdgfgdgdfgdfggfgfdUtility-Softwares.pptxgdgfgdgdfgdfggfgfd
Utility-Softwares.pptxgdgfgdgdfgdfggfgfd
 
software system and application software
software system and application softwaresoftware system and application software
software system and application software
 
Chapter 8 operating systems and utility programs
Chapter 8   operating systems and utility programsChapter 8   operating systems and utility programs
Chapter 8 operating systems and utility programs
 
Week 6
Week 6Week 6
Week 6
 
Operating system (os)
Operating system (os)Operating system (os)
Operating system (os)
 

More from Fizaril Amzari Omar

Chapter 6 Database SC025 2017/2018
Chapter 6 Database SC025 2017/2018Chapter 6 Database SC025 2017/2018
Chapter 6 Database SC025 2017/2018Fizaril Amzari Omar
 
Chapter 5 Multimedia SC025 2017/2018
Chapter 5 Multimedia SC025 2017/2018Chapter 5 Multimedia SC025 2017/2018
Chapter 5 Multimedia SC025 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (k)
PDT DC015 Chapter 2 Computer System 2017/2018 (k)PDT DC015 Chapter 2 Computer System 2017/2018 (k)
PDT DC015 Chapter 2 Computer System 2017/2018 (k)Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (j)
PDT DC015 Chapter 2 Computer System 2017/2018 (j)PDT DC015 Chapter 2 Computer System 2017/2018 (j)
PDT DC015 Chapter 2 Computer System 2017/2018 (j)Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (i)
PDT DC015 Chapter 2 Computer System 2017/2018 (i)PDT DC015 Chapter 2 Computer System 2017/2018 (i)
PDT DC015 Chapter 2 Computer System 2017/2018 (i)Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (g)
PDT DC015 Chapter 2 Computer System 2017/2018 (g)PDT DC015 Chapter 2 Computer System 2017/2018 (g)
PDT DC015 Chapter 2 Computer System 2017/2018 (g)Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (e)
PDT DC015 Chapter 2 Computer System 2017/2018 (e)PDT DC015 Chapter 2 Computer System 2017/2018 (e)
PDT DC015 Chapter 2 Computer System 2017/2018 (e)Fizaril Amzari Omar
 
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)Fizaril Amzari Omar
 
PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018
PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018
PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 3 Internet Technology (V) 2017/2018
PST SC015 Chapter 3 Internet Technology (V)  2017/2018PST SC015 Chapter 3 Internet Technology (V)  2017/2018
PST SC015 Chapter 3 Internet Technology (V) 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018
PST SC015 Chapter 3 Internet Technology (IV)  2017/2018PST SC015 Chapter 3 Internet Technology (IV)  2017/2018
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
PST SC015 Chapter 3 Internet Technology (II)  2017/2018PST SC015 Chapter 3 Internet Technology (II)  2017/2018
PST SC015 Chapter 3 Internet Technology (II) 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
PST SC015 Chapter 3 Internet Technology (II)  2017/2018PST SC015 Chapter 3 Internet Technology (II)  2017/2018
PST SC015 Chapter 3 Internet Technology (II) 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
PST SC015 Chapter 3 Internet Technology (I)  2017/2018PST SC015 Chapter 3 Internet Technology (I)  2017/2018
PST SC015 Chapter 3 Internet Technology (I) 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 2 Computer System (II) 2017/2018
PST SC015 Chapter 2 Computer System (II) 2017/2018PST SC015 Chapter 2 Computer System (II) 2017/2018
PST SC015 Chapter 2 Computer System (II) 2017/2018Fizaril Amzari Omar
 
PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018Fizaril Amzari Omar
 

More from Fizaril Amzari Omar (20)

Chapter 7 Information System
Chapter 7 Information SystemChapter 7 Information System
Chapter 7 Information System
 
Chapter 6 Database SC025 2017/2018
Chapter 6 Database SC025 2017/2018Chapter 6 Database SC025 2017/2018
Chapter 6 Database SC025 2017/2018
 
Chapter 5 Multimedia SC025 2017/2018
Chapter 5 Multimedia SC025 2017/2018Chapter 5 Multimedia SC025 2017/2018
Chapter 5 Multimedia SC025 2017/2018
 
PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018PST SC015 Chapter 2 Computer System 2017/2018
PST SC015 Chapter 2 Computer System 2017/2018
 
PDT DC015 Chapter 2 Computer System 2017/2018 (k)
PDT DC015 Chapter 2 Computer System 2017/2018 (k)PDT DC015 Chapter 2 Computer System 2017/2018 (k)
PDT DC015 Chapter 2 Computer System 2017/2018 (k)
 
PDT DC015 Chapter 2 Computer System 2017/2018 (j)
PDT DC015 Chapter 2 Computer System 2017/2018 (j)PDT DC015 Chapter 2 Computer System 2017/2018 (j)
PDT DC015 Chapter 2 Computer System 2017/2018 (j)
 
PDT DC015 Chapter 2 Computer System 2017/2018 (i)
PDT DC015 Chapter 2 Computer System 2017/2018 (i)PDT DC015 Chapter 2 Computer System 2017/2018 (i)
PDT DC015 Chapter 2 Computer System 2017/2018 (i)
 
PDT DC015 Chapter 2 Computer System 2017/2018 (g)
PDT DC015 Chapter 2 Computer System 2017/2018 (g)PDT DC015 Chapter 2 Computer System 2017/2018 (g)
PDT DC015 Chapter 2 Computer System 2017/2018 (g)
 
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)PDT DC015 Chapter 2 Computer System 2017/2018 (f)
PDT DC015 Chapter 2 Computer System 2017/2018 (f)
 
PDT DC015 Chapter 2 Computer System 2017/2018 (e)
PDT DC015 Chapter 2 Computer System 2017/2018 (e)PDT DC015 Chapter 2 Computer System 2017/2018 (e)
PDT DC015 Chapter 2 Computer System 2017/2018 (e)
 
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)PDT DC015 Chapter 2 Computer System 2017/2018 (d)
PDT DC015 Chapter 2 Computer System 2017/2018 (d)
 
PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018
PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018
PST SC015 Chapter 4 Comp. Ethics and Security 2017/2018
 
PST SC015 Chapter 3 Internet Technology (V) 2017/2018
PST SC015 Chapter 3 Internet Technology (V)  2017/2018PST SC015 Chapter 3 Internet Technology (V)  2017/2018
PST SC015 Chapter 3 Internet Technology (V) 2017/2018
 
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018
PST SC015 Chapter 3 Internet Technology (IV)  2017/2018PST SC015 Chapter 3 Internet Technology (IV)  2017/2018
PST SC015 Chapter 3 Internet Technology (IV) 2017/2018
 
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
PST SC015 Chapter 3 Internet Technology (II)  2017/2018PST SC015 Chapter 3 Internet Technology (II)  2017/2018
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
 
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
PST SC015 Chapter 3 Internet Technology (II)  2017/2018PST SC015 Chapter 3 Internet Technology (II)  2017/2018
PST SC015 Chapter 3 Internet Technology (II) 2017/2018
 
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
PST SC015 Chapter 3 Internet Technology (I)  2017/2018PST SC015 Chapter 3 Internet Technology (I)  2017/2018
PST SC015 Chapter 3 Internet Technology (I) 2017/2018
 
PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018PST SC015 Chapter 2 Computer System (III) 2017/2018
PST SC015 Chapter 2 Computer System (III) 2017/2018
 
PST SC015 Chapter 2 Computer System (II) 2017/2018
PST SC015 Chapter 2 Computer System (II) 2017/2018PST SC015 Chapter 2 Computer System (II) 2017/2018
PST SC015 Chapter 2 Computer System (II) 2017/2018
 
PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018PST SC015 Chapter 1 Intro. to IT 2017/2018
PST SC015 Chapter 1 Intro. to IT 2017/2018
 

Recently uploaded

[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online PresentationGDSCYCCE
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resourcesaileywriter
 
Gyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxGyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxShibin Azad
 
Benefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational ResourcesBenefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational Resourcesdimpy50
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXMIRIAMSALINAS13
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17Celine George
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfbu07226
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...sanghavirahi2
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsCol Mukteshwar Prasad
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxEduSkills OECD
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxJheel Barad
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17Celine George
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticspragatimahajan3
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePedroFerreira53928
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptSourabh Kumar
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 

Recently uploaded (20)

[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 
Gyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptxGyanartha SciBizTech Quiz slideshare.pptx
Gyanartha SciBizTech Quiz slideshare.pptx
 
Benefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational ResourcesBenefits and Challenges of Using Open Educational Resources
Benefits and Challenges of Using Open Educational Resources
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
B.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdfB.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17How to Manage Notification Preferences in the Odoo 17
How to Manage Notification Preferences in the Odoo 17
 
size separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceuticssize separation d pharm 1st year pharmaceutics
size separation d pharm 1st year pharmaceutics
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 

PDT DC015 Chapter 2 Computer System 2017/2018 (m)

  • 1. Computer System 2.6 Software 2.6.1 System Software 2.6.1.1 Operating System 2.6.1.2 Utility Program 2.6.2 Application Software 1 Chapter PDT - 2017/2018
  • 2. Software • Software (also called a program), is a set of instructions that tells the computer what tasks to perform and how to perform them 2
  • 4. 4 Open Source Versus Proprietary Open source software (OSS) Proprietary software ● Source code is available to user ● Software provided for use, modification and redistribution ● User can install software freely into any computer ● Source code is not available to user ● Software cannot be modify or redistribution ● Users must have a license (with cost) from vendor before install into the computer
  • 5. 1 Computer System 2.6.1.1 Operating System At the end of this topic, students should be able to: a)Identify types of operating system b)Explain the functions of operating system Chapter PDT - 2017/2018
  • 6. Operating System Software ● An operating system (OS) is a set of programs containing instructions that work together to coordinate all the activities among computer hardware resources 2
  • 7. : 3 Examples of Operating System Software Type of OS Proprietary Software Open Source Software Stand alone Operating System • Windows • Mac OS X • Unix • Linux Server Operating System • Windows Server 2008 • Netware • Unix • Linux • Solaris Embedded / Mobile Operating System • Windows Embedded CE • Windows Phone 7 • iPhone OS • Palm OS • BlackBerry • Google Android • Embedded Linux • Symbian OS
  • 8. : 4 Type Description Stand alone Operating System A stand-alone operating system is a complete operating system that works on a desktop computer, notebook computer, or mobile computing device Server Operating System An operating system that is designed to support a network Embedded / Mobile Operating System An embedded operating system resides on a ROM chip on a mobile device or consumer electronic device Type of Operating System Software ● 3 types of System Software
  • 9. Function of Operating Systems 5 1. Start and shut down computer 2. Provide a user interface 3. Manage program 4. Manage memory 5. Coordinate tasks 6. Configure device 7. Establish an Internet connection 8. Monitor performance 9. Provide utilities 10. Automatically update 11. Control a network 12. Administer security
  • 10. Functions of Operating System 1. Start and Shutdown a Computer ● The process of starting or restarting a computer is calling booting 6 Warm boot ● Using the operating system to restart a computer Cold boot ● Turning on a computer that has been powered off completely
  • 11. ● A user interface controls how you enter data and and instructions and how information is displayed on the screen ● 2 types of user interface I. Graphical user interface (GUI) - user interact with the software using text, graphics, and visual images such as icon II.Command line interface - user uses the keyboard to enter data and instruction 7 Functions of Operating System 2. Provide a user interface
  • 14. ● How an operating system handles programs directly affects your productivity ● An OS manages multiple programs and processes while you use the computer 10 Functions of Operating System 3. Manage Program ➔ Single user / Single tasking - OS allows only 1 user to run 1 program at a time ➔ single user / Multitasking - OS allows a single user to work on 2 or more program at a time ➔ Multiuser - OS enables 2 or more users to run programs simultaneously ➔ Preemptive multitasking - OS interrupts a program that is executing and pass control to another program waiting to be executed ➔ Multiprocessing - OS supports 2 or more processors running programs at the same time
  • 15. ● Operating system allocates data and instructions to memory while they are being processed, monitors the content of memory and release from memory when the processor no longer required them ● Memory management optimizes the use of RAM 11 Functions of Operating System 4. Manage Memory
  • 16. ● The operating system determines the order in which tasks are processed This figure illustrate three document in the queue with one document printing 12 Functions of Operating System 5. Coordinate Task
  • 17. 13 Functions of Operating System 6. Configure Device ● Short for device driver - a small program that tells the OS how to communicate with a specific device ● Most device and OS support plug and play A driver is a small program that tells the operating system how to communicate with a specific device Eg : printer, scanner (these devices will not function without their correct drivers) Plug and play automatically configures new device as you install them Eg : USB Flash Drive (devices that connect to a USB port on the system unit typically are Plug and Play
  • 18. This figure illustrate to connect to a network using windows 14 Functions of Operating System 7. Establish an Internet Connection ● OS typically provide a means to establish Internet connection. ● Eg : Windows automatically configures some broadband Internet connections as soon as you connect to broadband line
  • 19. ● A performance monitor is a program that assesses and reports information about various computer resources and devices 15 Functions of Operating System 8. Monitor Performance
  • 20. Managing files Searching files for Viewing images Securing a computer Uninstalling programs Cleaning disks up Diagnosing problems Defragmenting disks Backing up files and disks Setting up screen savers 16 Functions of Operating System 9. Provide File Managements and Other Utilities ● Operating Systems often provides users with the capability of :
  • 21. 17 Functions of Operating System 10. Automatically Update ● Automatic update automatically provides updates to the program
  • 22. ● Some operating systems are designed to work with a server on a network ● A server Operating System organizes and coordinates how multiple users access and share resources on a network ● A network administrator uses the server OS to : I. add and remove users, computers and other devices II. install software and administer network security 18 Functions of Operating System 11. Control a Network
  • 23. 19 Functions of Operating System 12. Administer Security ● Computer and network administrators typically have an administrator account that enables them to access all files and programs on the computer or network, install programs and specify settings that affect all users on a computer or network ● Each user account consist of a username/user ID and password
  • 24. 1 Computer System 2.6.1.2 Utility Program At the end of this topic, students should be able to: Identify types of utility programs Explain the functions of utility programs Chapter PDT - 2017/2018
  • 25. Utility Programs ● Utility program is a type of system software that allows a user to perform maintenance- type task such as : 2 1.File Manager 4.Anti-Virus Program 7.Backup and Restore 2.Disk Cleanup 5.Spyware Remover 3.Compression Tools 6.Disk Defragmenter
  • 26. ● To provide routine file management tasks : ➔ Displaying a list of files ➔ Organizing files in folders ➔ Copying, renaming, deleting moving, and sorting files and folders ➔ Creating shortcuts Proprietary Software Open Source Software • WIndows Explorer • Windows File Manager • Avira Antivirus 1. File Manager Types of Utility Programs 2
  • 27. 3 ● A disk cleanup utility searches for and removes unnecessary files : ➔ Downloaded program files ➔ Temporary Internet files ➔ Deleted files ➔ Unused program files Proprietary Software Open Source Software • Microsoft Disk Cleanup • CCleaner 2. Disk Cleanup Types of Utility Programs
  • 28. 3. Compression Tools ● To shrinks the size of a file/s. ● A compressed files takes up less storage space than the original file ● Compressing files frees up room on storage media and improves system performance Proprietary Software Open Source Software • WinZip • WinRAR • 7ZIP • PKZIP Types of Utility Programs 4
  • 29. ● Anti-virus program protects a computer against viruses by identifying and removing any computer viruses found in memory, on storage media or incoming files Proprietary Software Open Source Software • Norton Antivirus • Kapersky Antivirus • Avira Antivirus 4. Anti-virus Program Types of Utility Programs 5
  • 30. ● Spyware is a program placed on a computer without the user’s knowledge that secretly collects information about the user ● A Spyware Remover detects and deletes spyware 6 Proprietary Software Open Source Software • Kapersky Internet Security • Spyware Doctor • Spyware Remover Spybot • Spyware Blaster Nixory 5. Spyware Remover Types of Utility Programs
  • 31. ● Reorganizes the files and unused space on computer hard disk so that the OS accesses data more quickly and programs run faster 7 Proprietary Software Open Source Software • Microsoft Defragmenter • MyDefrag • Defraggler 6. Disk Defragmenter Types of Utility Programs
  • 32. ● A backup utility allows users to copy files to another storage medium in case of damage or loss ● A restore utility reverses the process and returns backed up files to their original form 10 Proprietary Software Open Source Software • Windows Backup Restore • Bacula • Amanda 6. Backup and Restore Utility Types of Utility Programs 8
  • 33. Summary of Utility Programs 9 Types Function File Manager To provide routine file management tasks Disk Cleanup searches and removes unnecessary files Compression Tools To shrinks the size of a file/s. Anti-Virus Program To protects a computer against viruses by identifying and removing any computer viruses found in memory, on storage media or incoming files Spyware Remover To detects and deletes spyware Disk Defragmenter To reorganizes the files and unused space on computer hard disk so that the OS accesses data more quickly and programs run faster Backup and Restore - A backup utility allows users to copy files to another storage medium in case of damage or lost - A restore utility reverses the process and returns backed up files to their original form
  • 34. At the end of this topic, students should be able to: a) b) Identify types of application software Explain the functions of application software 1 Computer System 2.6.2 Application Software Chapter PDT - 2017/2018
  • 35. 22 Application Software • Application software consists of programs designed to make users more productive and / or assist with personal tasks. Tomake business activities more efficient Toassist with graphics and multimedia projects Tosupport home, personal, and educational tasks Tofacilitate communications 2
  • 37. 22 Types of Application Software 4 Types of application software ● Web browser ● Word processing ● Spreadsheet ● Database ● Presentation
  • 38. 66 1. Web Browser Software 5 Proprietary Software Open Source Software • Internet Explorer • Safari • Mozilla Firefox • Chrome ● Web Browser allows user to access and view Web pages or access Web 2.0 programs Types of Application Software
  • 39. 776 Proprietary Software Open Source Software • Microsoft Office Word • Pages (Apple) • OpenOffice.org Writer • KWord ● Word processing software allows users to create and manipulate documents 2. Word Processing Software Types of Application Software
  • 40. 88 ● Spreadsheet software allows users to organize data in rows and columns and perform calculations ● Usage : spreadsheet organization, calculations and charting 7 Proprietary Software Open Source Software • Microsoft Office Excel • Numbers (Apple) • OpenOffice.org Calc • KCells 3. Spreadsheet Software Types of Application Software
  • 41. 11118 Proprietary Software Open Source Software • Microsoft Office Access • Oracle DB • OpenOffice.org Base • MariaDB ● A database is a collection of data organized in a manner that allows access, retrieval and use of that data. ● Database software allows users to create, access and manage a database ● Usage : create student database, employees database or book database. 4. Database Software Types of Application Software
  • 42. 1010 ● Presentation software allows users to create visual aids for presentations to communicate ideas, messages, and other information to a group ● Usage : create a presentation for teaching 9 Proprietary Software Open Source Software • Microsoft Office PowerPoint • Keynote (Apple) • OpenOffice.org Impress • Showcase 5. Presentation Software Types of Application Software
  • 43. 22 Summary of Application Software 10 Types Description Web browser An application software that allows user to access and interact with software from any computer or device that is connected to the internet Word processing An application software that allows users to create and manipulate documents Spreadsheet An application software that allows users to organize data in rows and columns and perform calculations Database An application software that allows users to create, access and manage a database Presentation An application software that allows users to create visual aids for presentations to communicate ideas, messages, and other information to a group