SlideShare a Scribd company logo
1 of 27
SoftwareSoftware
Software is a set of instruction toSoftware is a set of instruction to
perform specific task. Software is theperform specific task. Software is the
intangible part of computer system.intangible part of computer system.
Software Categorized asSoftware Categorized as
1.1. System SoftwareSystem Software
2.2. Application SoftwareApplication Software
System SoftwareSystem Software
System Software is the set ofSystem Software is the set of
programs designed to coordinate theprograms designed to coordinate the
activities and functions of theactivities and functions of the
Hardware and various programsHardware and various programs
throughout the Computer Systemthroughout the Computer System
The two main categories are:The two main categories are:
1.1. Operating SystemsOperating Systems
2.2. Utility SoftwareUtility Software
Operating SystemsOperating Systems
 Operating Systems is the most important systemOperating Systems is the most important system
software package of any computersoftware package of any computer..
 An Operating System is a set of computerAn Operating System is a set of computer
programs that controls the computer hardwareprograms that controls the computer hardware
and acts as an interface with applicationand acts as an interface with application
programs.programs.
 The primary purpose of an operating system is toThe primary purpose of an operating system is to
maximize the productivity of a computer systemmaximize the productivity of a computer system
by operating it in the most efficient manner.by operating it in the most efficient manner.
 It minimizes the amount of human interventionIt minimizes the amount of human intervention
required during processing.required during processing.
Classification of operating Systems.Classification of operating Systems.
 Single user and Single tasking (MS-DOS)Single user and Single tasking (MS-DOS)
 Single user and Multi tasking (Single user and Multi tasking (MS-Windows, WindowsMS-Windows, Windows
NT)NT)
 Multi user and Multi tasking (Unix,OS/400)Multi user and Multi tasking (Unix,OS/400)
 Network Operating System (NOVELLNetwork Operating System (NOVELL
Netware)Netware)
 Special purpose computers.Special purpose computers.
Single user and Single tasking (MS-DOS)Single user and Single tasking (MS-DOS)
 An operating system that allows a single userAn operating system that allows a single user
to perform just one task at a time is a Singleto perform just one task at a time is a Single
user and Single tasking (MS-DOS) operatinguser and Single tasking (MS-DOS) operating
system.system.
 They take up very little space on disk or inThey take up very little space on disk or in
memory when they are running and do notmemory when they are running and do not
require a powerful and expensive computerrequire a powerful and expensive computer
Single user and Multi taskingSingle user and Multi tasking
 A Single user and Multi tasking operatingA Single user and Multi tasking operating
system is one that allows a single user tosystem is one that allows a single user to
perform two or more functions at once.perform two or more functions at once.
 A disadvantage of a Single user and MultiA disadvantage of a Single user and Multi
tasking operating is the increased size andtasking operating is the increased size and
complexity.complexity.
Multi user and Multi taskingMulti user and Multi tasking
(Unix,OS/400)(Unix,OS/400)
 Multi user multi tasking O/S is an operatingMulti user multi tasking O/S is an operating
system that allows multiple users to usesystem that allows multiple users to use
programs that are simultaneously running on aprograms that are simultaneously running on a
single network server, called terminal server.single network server, called terminal server.
The role of an operating system.The role of an operating system.
 Performing common computer hardwarePerforming common computer hardware
functions.functions.
 Providing a user interface and input/outputProviding a user interface and input/output
management.management.
 Providing a degree of hardwareProviding a degree of hardware
independence.independence.
 Managing system memory.Managing system memory.
 Managing processing tasks.Managing processing tasks.
 Providing networking capability.Providing networking capability.
 Controlling access to system resourcesControlling access to system resources
 Managing Files.Managing Files.
Common Hardware Functions
All Application programs perform certain tasks. Example:
• Get input from the keyboard or some other input device
• Retrieve data from disks
• Store data on disks
• Display information on a monitor or printer
In order to perform these basic instructions, detailed
instructions need to be given to the
hardware. The operating system translates the basic
instructions into detailed
instructions.
The basic instructions are translated to detailed instructions
by the operating system.
Operating System
Simple, basic instruction Set of detailed instructions
One of the important functions of a operating system is
providing a user interface.
The user interface is the part of the operating system that
allows the user to communicate with the computer. There
are three main types of user interfaces. They are command
driven, menu driven, and graphical user interface (GUI).
The trend in user interfaces is moving on from brief end user
commands, or selection of choices from menu of options to
easy to use GUI. The GUI uses icons, bars, buttons, boxes
and other images. GUI relies heavily on pointing devices
such as the mouse and touch pad to select things.
Apart from the provision of user interface OSs manage all
aspect of input and output.
Input management involves controlling the keyboard, mouse
and other input devices.
Output management include controlling activities associated
with output devices.
Memory Management
The primary purpose of memory management is to
control how memory is accessed and determine how to
maximize available memory and storage. Newer
operating systems typically manage memory better
than older operating systems.
With the help of memory management many operating
systems allow the computer to execute program
instructions effectively and speed up processing.
Upgrade to a newer OS and increasing
the amount of memory is one of the ways of increasing
performance.
Processing Tasks
Managing all processing activities accomplished by the task-
management features of today’s operating systems. The task
management programs of an operating system manage the
accomplishment of the computing tasks of end users. They
give each task a slice of a CPU’s time and interrupt the CPU
operations to substitute other tasks. Task management may
involve a multitasking capability where several computing
tasks can
occur at the same time.
Multitasking may take the form of timesharing, where the
computing tasks of several users can be processed at the same
time. The efficiency of multitasking operations depends on the
processing power of a CPU and the virtual memory and
multitasking capabilities of the operating system it uses.
Network Capability
The operating system helps the users in connecting
to a computer network. For example, Apple
computer users have built-in network access through
the AppleShare Feature and the Microsoft Windows
operating systems come with the capability to link
users to other devices and the Internet.
Access to System Resources
Computers often handle sensitive data that can be
accessed over networks. The operating system
needs to provide a high level of security against
unauthorized access to the users’ data &
programs. Normally, the operating system
provides a logon facility which allows users to
enter an identification code and a matching
password. The operating system needs to change
the password frequently.
An operating system contains file management tasks
that control the creation, deletion, and access of files of
data and programs. File management also involves
keeping track of the physical location of the files on
magnetic disks and other secondary storage devices.
SO operating systems maintain directories of
information about the location and characteristics of
files stored on a computer systems secondary storage
devices
File Management
Common Operating systems.Common Operating systems.
 DOSDOS
 Windows 9XWindows 9X
 Windows 2000 professionalWindows 2000 professional
 Windows XPWindows XP
 UNIXUNIX
 LINUXLINUX
 The Macintosh operating systemThe Macintosh operating system
 Network operating systems.Network operating systems.
 Windows NT serverWindows NT server
 Windows 2000 serverWindows 2000 server
 Windows server 2003Windows server 2003
Utility SoftwareUtility Software
 Backup utilitiesBackup utilities
 AntivirusAntivirus
 FirewallFirewall
 Screen serversScreen servers
 File compression utilitiesFile compression utilities
 Spam and pop up Blocker utilitiesSpam and pop up Blocker utilities
 Hardware utilitiesHardware utilities
Application softwareApplication software
 Computer LanguageComputer Language
 Machine LanguagesMachine Languages
 Assembly LanguagesAssembly Languages
 High Level Languages.High Level Languages.
 Computer PackagesComputer Packages
 MS OfficeMS Office
 PhotoshopPhotoshop
Application softwareApplication software
Types of Application softwareTypes of Application software
 Personal Application softwarePersonal Application software
 Workgroup Application softwareWorkgroup Application software
 Enterprise Application softwareEnterprise Application software
 Application software for Decision SupportApplication software for Decision Support
and specialized Purposesand specialized Purposes
Personal Application softwarePersonal Application software
 There are thousand of computerThere are thousand of computer
applications which help to the individuals atapplications which help to the individuals at
schools ,home and work.schools ,home and work.
 This type of software user software orThis type of software user software or
personal productivity softwarepersonal productivity software
 Word ProcessingWord Processing
 Spreadsheet AnalysisSpreadsheet Analysis
 Database ApplicationsDatabase Applications
 Graphics ProgramGraphics Program
 Personal Information ManagersPersonal Information Managers
 Online information ServicesOnline information Services
Workgroup Application softwareWorkgroup Application software
 This category of software is designed toThis category of software is designed to
support group work.support group work.
 Whether the group members are within theWhether the group members are within the
same location or spread around the world.same location or spread around the world.
 Lotus Notes, MS Exchange, NovellLotus Notes, MS Exchange, Novell
Groupware support collaboration throughGroupware support collaboration through
electronic mail, Discussion groups andelectronic mail, Discussion groups and
databases, scheduling, task managementdatabases, scheduling, task management
and so on.and so on.
Enterprise Application softwareEnterprise Application software
 Enterprise Application Programs aim toEnterprise Application Programs aim to
benefit an entire organization by improvingbenefit an entire organization by improving
cooperation and interaction between allcooperation and interaction between all
departments such as product planning,departments such as product planning,
purchasing, manufacturing, sales andpurchasing, manufacturing, sales and
customer service.customer service.
Integrated Software to support Supply Chain Management
Organization
product planningproduct planning Sales
manufacturingmanufacturing
purchasingpurchasing
customer servicecustomer service
 Specialized application software forSpecialized application software for
information , decision support and otherinformation , decision support and other
purposes is available in every industry.purposes is available in every industry.
 Application of Specialized purposes includeApplication of Specialized purposes include
expert systems as well as artificialexpert systems as well as artificial
intelligence applications.intelligence applications.
Application software for DecisionApplication software for Decision
Support and specialized PurposesSupport and specialized Purposes
LIVEWARELIVEWARE
 People who are working with thePeople who are working with the
computer.computer.

More Related Content

What's hot

The elements of a computer system
The elements of a computer systemThe elements of a computer system
The elements of a computer system
Mary Zharina
 
Day 2 hardware & software
Day 2 hardware & softwareDay 2 hardware & software
Day 2 hardware & software
mn_maps
 
What is Software? Relationship between Hardware & Software. Purposes of Software
What is Software?Relationship between Hardware & Software.Purposes of SoftwareWhat is Software?Relationship between Hardware & Software.Purposes of Software
What is Software? Relationship between Hardware & Software. Purposes of Software
Rifat Touhid
 
Difference between hardware and  software computer hardware vs software
Difference between hardware and  software   computer hardware vs softwareDifference between hardware and  software   computer hardware vs software
Difference between hardware and  software computer hardware vs software
Swapan Das
 

What's hot (20)

The elements of a computer system
The elements of a computer systemThe elements of a computer system
The elements of a computer system
 
Day 2 hardware & software
Day 2 hardware & softwareDay 2 hardware & software
Day 2 hardware & software
 
Basic computer hardware and software
Basic computer hardware and softwareBasic computer hardware and software
Basic computer hardware and software
 
What a teacher needs to know about computers
What a teacher needs to know about computersWhat a teacher needs to know about computers
What a teacher needs to know about computers
 
Basic of computer ( miit )
Basic of computer ( miit )Basic of computer ( miit )
Basic of computer ( miit )
 
Software components
Software componentsSoftware components
Software components
 
Computer fundamentals 1
Computer fundamentals 1Computer fundamentals 1
Computer fundamentals 1
 
Computer Hardware and Software Elements
Computer Hardware and Software ElementsComputer Hardware and Software Elements
Computer Hardware and Software Elements
 
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...Operating systems basics (Graphical User Interfaces (GUIs)  GUI Tools  Applic...
Operating systems basics (Graphical User Interfaces (GUIs) GUI Tools Applic...
 
Introduction To Computers
Introduction To ComputersIntroduction To Computers
Introduction To Computers
 
Components of computer and organization
Components of computer and organizationComponents of computer and organization
Components of computer and organization
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
Computer basics(revision notes)
Computer basics(revision notes)Computer basics(revision notes)
Computer basics(revision notes)
 
Computer fundamental
Computer fundamentalComputer fundamental
Computer fundamental
 
What is Software? Relationship between Hardware & Software. Purposes of Software
What is Software?Relationship between Hardware & Software.Purposes of SoftwareWhat is Software?Relationship between Hardware & Software.Purposes of Software
What is Software? Relationship between Hardware & Software. Purposes of Software
 
Difference between hardware and  software computer hardware vs software
Difference between hardware and  software   computer hardware vs softwareDifference between hardware and  software   computer hardware vs software
Difference between hardware and  software computer hardware vs software
 
Introduction to computer1
Introduction to computer1Introduction to computer1
Introduction to computer1
 
computer
computercomputer
computer
 
Software and hardware presentation
Software and hardware presentationSoftware and hardware presentation
Software and hardware presentation
 
Types of computer
Types of computerTypes of computer
Types of computer
 

Viewers also liked

"Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил...
"Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил..."Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил...
"Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил...
Julia Lebedeva
 
Introducing Really Simple CSV Importer (Japanese)
Introducing Really Simple CSV Importer (Japanese)Introducing Really Simple CSV Importer (Japanese)
Introducing Really Simple CSV Importer (Japanese)
Hishikawa Takuro
 
Austin's Tea Shop Photo Essay
Austin's Tea Shop Photo EssayAustin's Tea Shop Photo Essay
Austin's Tea Shop Photo Essay
ISYGrade6
 
Материалы выступления Н. Шипулина
Материалы выступления Н. ШипулинаМатериалы выступления Н. Шипулина
Материалы выступления Н. Шипулина
AcademiaSpb
 
世界再大也要回家
世界再大也要回家世界再大也要回家
世界再大也要回家
政瑜 王
 
Ashley's Tea Shop Photo Essay
Ashley's Tea Shop Photo EssayAshley's Tea Shop Photo Essay
Ashley's Tea Shop Photo Essay
ISYGrade6
 

Viewers also liked (20)

Vietnam : SEA market to the world
Vietnam : SEA market to the worldVietnam : SEA market to the world
Vietnam : SEA market to the world
 
1 distance education
1 distance education1 distance education
1 distance education
 
"Экосистема приложений Windows 8 и Windows Phone сегодня и завтра", Владимир ...
"Экосистема приложений Windows 8 и Windows Phone сегодня и завтра", Владимир ..."Экосистема приложений Windows 8 и Windows Phone сегодня и завтра", Владимир ...
"Экосистема приложений Windows 8 и Windows Phone сегодня и завтра", Владимир ...
 
"Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил...
"Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил..."Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил...
"Основные ошибки при запуске мобильной игры", Алекс Пацай, руководитель мобил...
 
"Без, платно: виды монетизации через Freemium в мобильной индустрии", Леонид ...
"Без, платно: виды монетизации через Freemium в мобильной индустрии", Леонид ..."Без, платно: виды монетизации через Freemium в мобильной индустрии", Леонид ...
"Без, платно: виды монетизации через Freemium в мобильной индустрии", Леонид ...
 
"Российские разработчики мобильных игр: рынок и стратегии", Кирилл Петров, ге...
"Российские разработчики мобильных игр: рынок и стратегии", Кирилл Петров, ге..."Российские разработчики мобильных игр: рынок и стратегии", Кирилл Петров, ге...
"Российские разработчики мобильных игр: рынок и стратегии", Кирилл Петров, ге...
 
Introducing Really Simple CSV Importer (Japanese)
Introducing Really Simple CSV Importer (Japanese)Introducing Really Simple CSV Importer (Japanese)
Introducing Really Simple CSV Importer (Japanese)
 
Kisi kisi materi tajuk subyek keislaman (TSI-PII-2010-UINSUKA)
Kisi kisi materi tajuk subyek keislaman (TSI-PII-2010-UINSUKA)Kisi kisi materi tajuk subyek keislaman (TSI-PII-2010-UINSUKA)
Kisi kisi materi tajuk subyek keislaman (TSI-PII-2010-UINSUKA)
 
Weisskopf1983
Weisskopf1983Weisskopf1983
Weisskopf1983
 
Austin's Tea Shop Photo Essay
Austin's Tea Shop Photo EssayAustin's Tea Shop Photo Essay
Austin's Tea Shop Photo Essay
 
santiago
santiagosantiago
santiago
 
Материалы выступления Н. Шипулина
Материалы выступления Н. ШипулинаМатериалы выступления Н. Шипулина
Материалы выступления Н. Шипулина
 
Presentacion tic 2
Presentacion tic 2Presentacion tic 2
Presentacion tic 2
 
4 introduccion a la ingenieria pag 37-40
4 introduccion a la ingenieria pag 37-404 introduccion a la ingenieria pag 37-40
4 introduccion a la ingenieria pag 37-40
 
世界再大也要回家
世界再大也要回家世界再大也要回家
世界再大也要回家
 
Bridge Masuk Sekolah
Bridge Masuk SekolahBridge Masuk Sekolah
Bridge Masuk Sekolah
 
Bridge presentation1
Bridge presentation1Bridge presentation1
Bridge presentation1
 
Social Media Content Inspiration
Social Media Content InspirationSocial Media Content Inspiration
Social Media Content Inspiration
 
Ashley's Tea Shop Photo Essay
Ashley's Tea Shop Photo EssayAshley's Tea Shop Photo Essay
Ashley's Tea Shop Photo Essay
 
Dutt1992 indian
Dutt1992 indianDutt1992 indian
Dutt1992 indian
 

Similar to Software

Computer software (Introduction to OS)
Computer software (Introduction to OS)Computer software (Introduction to OS)
Computer software (Introduction to OS)
Miz Malinz
 
Operating system education. technology.
Operating system education.  technology.Operating system education.  technology.
Operating system education. technology.
DevarajuBn
 
Computer system and it class 1
Computer system and it class 1Computer system and it class 1
Computer system and it class 1
Sajib Mahmood
 

Similar to Software (20)

System Software
System SoftwareSystem Software
System Software
 
Unit 1 q&a
Unit  1 q&aUnit  1 q&a
Unit 1 q&a
 
Computer Fundamental
Computer Fundamental Computer Fundamental
Computer Fundamental
 
Computer system software
Computer system softwareComputer system software
Computer system software
 
e.pdf
e.pdfe.pdf
e.pdf
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptx
 
Features Of A Operating System
Features Of A Operating SystemFeatures Of A Operating System
Features Of A Operating System
 
System software vt
System software vtSystem software vt
System software vt
 
Computer software (Introduction to OS)
Computer software (Introduction to OS)Computer software (Introduction to OS)
Computer software (Introduction to OS)
 
L-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptL-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.ppt
 
computer software in Computer Fundamentals
computer software in Computer Fundamentalscomputer software in Computer Fundamentals
computer software in Computer Fundamentals
 
Computer software
Computer softwareComputer software
Computer software
 
Fundamental concepts and_principles_of_operating_systems (2)
Fundamental concepts and_principles_of_operating_systems (2)Fundamental concepts and_principles_of_operating_systems (2)
Fundamental concepts and_principles_of_operating_systems (2)
 
Operating system education. technology.
Operating system education.  technology.Operating system education.  technology.
Operating system education. technology.
 
Cs1 3-operating systems
Cs1 3-operating systemsCs1 3-operating systems
Cs1 3-operating systems
 
Computer system and it class 1
Computer system and it class 1Computer system and it class 1
Computer system and it class 1
 
installing and optimizing operating system software
installing and optimizing operating system software   installing and optimizing operating system software
installing and optimizing operating system software
 
OPERATING.pptx
OPERATING.pptxOPERATING.pptx
OPERATING.pptx
 
The operating
The operatingThe operating
The operating
 
Software 3
Software 3Software 3
Software 3
 

More from ChinthaKaluarachchi

More from ChinthaKaluarachchi (6)

Statistical analysis of employees pattern1
Statistical analysis of employees pattern1Statistical analysis of employees pattern1
Statistical analysis of employees pattern1
 
Social networking with web 2
Social networking with web 2Social networking with web 2
Social networking with web 2
 
Software
SoftwareSoftware
Software
 
Network
NetworkNetwork
Network
 
Fruit world
Fruit worldFruit world
Fruit world
 
Classification of computers
Classification of computersClassification of computers
Classification of computers
 

Software

  • 1. SoftwareSoftware Software is a set of instruction toSoftware is a set of instruction to perform specific task. Software is theperform specific task. Software is the intangible part of computer system.intangible part of computer system. Software Categorized asSoftware Categorized as 1.1. System SoftwareSystem Software 2.2. Application SoftwareApplication Software
  • 2. System SoftwareSystem Software System Software is the set ofSystem Software is the set of programs designed to coordinate theprograms designed to coordinate the activities and functions of theactivities and functions of the Hardware and various programsHardware and various programs throughout the Computer Systemthroughout the Computer System The two main categories are:The two main categories are: 1.1. Operating SystemsOperating Systems 2.2. Utility SoftwareUtility Software
  • 3. Operating SystemsOperating Systems  Operating Systems is the most important systemOperating Systems is the most important system software package of any computersoftware package of any computer..  An Operating System is a set of computerAn Operating System is a set of computer programs that controls the computer hardwareprograms that controls the computer hardware and acts as an interface with applicationand acts as an interface with application programs.programs.  The primary purpose of an operating system is toThe primary purpose of an operating system is to maximize the productivity of a computer systemmaximize the productivity of a computer system by operating it in the most efficient manner.by operating it in the most efficient manner.  It minimizes the amount of human interventionIt minimizes the amount of human intervention required during processing.required during processing.
  • 4. Classification of operating Systems.Classification of operating Systems.  Single user and Single tasking (MS-DOS)Single user and Single tasking (MS-DOS)  Single user and Multi tasking (Single user and Multi tasking (MS-Windows, WindowsMS-Windows, Windows NT)NT)  Multi user and Multi tasking (Unix,OS/400)Multi user and Multi tasking (Unix,OS/400)  Network Operating System (NOVELLNetwork Operating System (NOVELL Netware)Netware)  Special purpose computers.Special purpose computers.
  • 5. Single user and Single tasking (MS-DOS)Single user and Single tasking (MS-DOS)  An operating system that allows a single userAn operating system that allows a single user to perform just one task at a time is a Singleto perform just one task at a time is a Single user and Single tasking (MS-DOS) operatinguser and Single tasking (MS-DOS) operating system.system.  They take up very little space on disk or inThey take up very little space on disk or in memory when they are running and do notmemory when they are running and do not require a powerful and expensive computerrequire a powerful and expensive computer
  • 6. Single user and Multi taskingSingle user and Multi tasking  A Single user and Multi tasking operatingA Single user and Multi tasking operating system is one that allows a single user tosystem is one that allows a single user to perform two or more functions at once.perform two or more functions at once.  A disadvantage of a Single user and MultiA disadvantage of a Single user and Multi tasking operating is the increased size andtasking operating is the increased size and complexity.complexity.
  • 7. Multi user and Multi taskingMulti user and Multi tasking (Unix,OS/400)(Unix,OS/400)  Multi user multi tasking O/S is an operatingMulti user multi tasking O/S is an operating system that allows multiple users to usesystem that allows multiple users to use programs that are simultaneously running on aprograms that are simultaneously running on a single network server, called terminal server.single network server, called terminal server.
  • 8. The role of an operating system.The role of an operating system.  Performing common computer hardwarePerforming common computer hardware functions.functions.  Providing a user interface and input/outputProviding a user interface and input/output management.management.  Providing a degree of hardwareProviding a degree of hardware independence.independence.  Managing system memory.Managing system memory.  Managing processing tasks.Managing processing tasks.  Providing networking capability.Providing networking capability.  Controlling access to system resourcesControlling access to system resources  Managing Files.Managing Files.
  • 9.
  • 10. Common Hardware Functions All Application programs perform certain tasks. Example: • Get input from the keyboard or some other input device • Retrieve data from disks • Store data on disks • Display information on a monitor or printer In order to perform these basic instructions, detailed instructions need to be given to the hardware. The operating system translates the basic instructions into detailed instructions. The basic instructions are translated to detailed instructions by the operating system. Operating System Simple, basic instruction Set of detailed instructions
  • 11. One of the important functions of a operating system is providing a user interface. The user interface is the part of the operating system that allows the user to communicate with the computer. There are three main types of user interfaces. They are command driven, menu driven, and graphical user interface (GUI). The trend in user interfaces is moving on from brief end user commands, or selection of choices from menu of options to easy to use GUI. The GUI uses icons, bars, buttons, boxes and other images. GUI relies heavily on pointing devices such as the mouse and touch pad to select things. Apart from the provision of user interface OSs manage all aspect of input and output. Input management involves controlling the keyboard, mouse and other input devices. Output management include controlling activities associated with output devices.
  • 12. Memory Management The primary purpose of memory management is to control how memory is accessed and determine how to maximize available memory and storage. Newer operating systems typically manage memory better than older operating systems. With the help of memory management many operating systems allow the computer to execute program instructions effectively and speed up processing. Upgrade to a newer OS and increasing the amount of memory is one of the ways of increasing performance.
  • 13. Processing Tasks Managing all processing activities accomplished by the task- management features of today’s operating systems. The task management programs of an operating system manage the accomplishment of the computing tasks of end users. They give each task a slice of a CPU’s time and interrupt the CPU operations to substitute other tasks. Task management may involve a multitasking capability where several computing tasks can occur at the same time. Multitasking may take the form of timesharing, where the computing tasks of several users can be processed at the same time. The efficiency of multitasking operations depends on the processing power of a CPU and the virtual memory and multitasking capabilities of the operating system it uses.
  • 14. Network Capability The operating system helps the users in connecting to a computer network. For example, Apple computer users have built-in network access through the AppleShare Feature and the Microsoft Windows operating systems come with the capability to link users to other devices and the Internet.
  • 15. Access to System Resources Computers often handle sensitive data that can be accessed over networks. The operating system needs to provide a high level of security against unauthorized access to the users’ data & programs. Normally, the operating system provides a logon facility which allows users to enter an identification code and a matching password. The operating system needs to change the password frequently.
  • 16. An operating system contains file management tasks that control the creation, deletion, and access of files of data and programs. File management also involves keeping track of the physical location of the files on magnetic disks and other secondary storage devices. SO operating systems maintain directories of information about the location and characteristics of files stored on a computer systems secondary storage devices File Management
  • 17. Common Operating systems.Common Operating systems.  DOSDOS  Windows 9XWindows 9X  Windows 2000 professionalWindows 2000 professional  Windows XPWindows XP  UNIXUNIX  LINUXLINUX  The Macintosh operating systemThe Macintosh operating system  Network operating systems.Network operating systems.  Windows NT serverWindows NT server  Windows 2000 serverWindows 2000 server  Windows server 2003Windows server 2003
  • 18. Utility SoftwareUtility Software  Backup utilitiesBackup utilities  AntivirusAntivirus  FirewallFirewall  Screen serversScreen servers  File compression utilitiesFile compression utilities  Spam and pop up Blocker utilitiesSpam and pop up Blocker utilities  Hardware utilitiesHardware utilities
  • 19. Application softwareApplication software  Computer LanguageComputer Language  Machine LanguagesMachine Languages  Assembly LanguagesAssembly Languages  High Level Languages.High Level Languages.  Computer PackagesComputer Packages  MS OfficeMS Office  PhotoshopPhotoshop
  • 20. Application softwareApplication software Types of Application softwareTypes of Application software  Personal Application softwarePersonal Application software  Workgroup Application softwareWorkgroup Application software  Enterprise Application softwareEnterprise Application software  Application software for Decision SupportApplication software for Decision Support and specialized Purposesand specialized Purposes
  • 21. Personal Application softwarePersonal Application software  There are thousand of computerThere are thousand of computer applications which help to the individuals atapplications which help to the individuals at schools ,home and work.schools ,home and work.  This type of software user software orThis type of software user software or personal productivity softwarepersonal productivity software  Word ProcessingWord Processing  Spreadsheet AnalysisSpreadsheet Analysis  Database ApplicationsDatabase Applications  Graphics ProgramGraphics Program  Personal Information ManagersPersonal Information Managers  Online information ServicesOnline information Services
  • 22. Workgroup Application softwareWorkgroup Application software  This category of software is designed toThis category of software is designed to support group work.support group work.  Whether the group members are within theWhether the group members are within the same location or spread around the world.same location or spread around the world.  Lotus Notes, MS Exchange, NovellLotus Notes, MS Exchange, Novell Groupware support collaboration throughGroupware support collaboration through electronic mail, Discussion groups andelectronic mail, Discussion groups and databases, scheduling, task managementdatabases, scheduling, task management and so on.and so on.
  • 23. Enterprise Application softwareEnterprise Application software  Enterprise Application Programs aim toEnterprise Application Programs aim to benefit an entire organization by improvingbenefit an entire organization by improving cooperation and interaction between allcooperation and interaction between all departments such as product planning,departments such as product planning, purchasing, manufacturing, sales andpurchasing, manufacturing, sales and customer service.customer service.
  • 24. Integrated Software to support Supply Chain Management
  • 25. Organization product planningproduct planning Sales manufacturingmanufacturing purchasingpurchasing customer servicecustomer service
  • 26.  Specialized application software forSpecialized application software for information , decision support and otherinformation , decision support and other purposes is available in every industry.purposes is available in every industry.  Application of Specialized purposes includeApplication of Specialized purposes include expert systems as well as artificialexpert systems as well as artificial intelligence applications.intelligence applications. Application software for DecisionApplication software for Decision Support and specialized PurposesSupport and specialized Purposes
  • 27. LIVEWARELIVEWARE  People who are working with thePeople who are working with the computer.computer.