SlideShare una empresa de Scribd logo
1 de 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.

Más contenido relacionado

La actualidad más candente

Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.markilyn
 
History of database processing module 1 (2)
History of database processing module 1 (2)History of database processing module 1 (2)
History of database processing module 1 (2)chottu89
 
Database Administration
Database AdministrationDatabase Administration
Database AdministrationBilal Arshad
 
DBA Tips and Tricks - Presentation
DBA Tips and Tricks - PresentationDBA Tips and Tricks - Presentation
DBA Tips and Tricks - PresentationFrancisco Alvarez
 
Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.yhen06
 
Database management system -DBMS -All
Database management system -DBMS -AllDatabase management system -DBMS -All
Database management system -DBMS -AllTonmoy zahid Rishad
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbmssethu pm
 
Users of Database Systems and Components of Database Environment
Users of Database Systems and Components of Database Environment Users of Database Systems and Components of Database Environment
Users of Database Systems and Components of Database Environment Farkhanda Kiran
 
Database management system
Database management systemDatabase management system
Database management systemRizwanHafeez
 
Fundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersFundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersMustafa Kamel Mohammadi
 
Database administrator types
Database administrator typesDatabase administrator types
Database administrator typesmichel9
 
Database Administrator - Job Scope
Database Administrator - Job ScopeDatabase Administrator - Job Scope
Database Administrator - Job ScopeCacheWorks©
 
Chapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemChapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemEddyzulham Mahluzydde
 

La actualidad más candente (20)

Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.
 
History of database processing module 1 (2)
History of database processing module 1 (2)History of database processing module 1 (2)
History of database processing module 1 (2)
 
Database Administration
Database AdministrationDatabase Administration
Database Administration
 
DBA Tips and Tricks - Presentation
DBA Tips and Tricks - PresentationDBA Tips and Tricks - Presentation
DBA Tips and Tricks - Presentation
 
Database system environment ppt.
Database system environment ppt.Database system environment ppt.
Database system environment ppt.
 
Users of dbms
Users of dbmsUsers of dbms
Users of dbms
 
Database management system -DBMS -All
Database management system -DBMS -AllDatabase management system -DBMS -All
Database management system -DBMS -All
 
Introduction & history of dbms
Introduction & history of dbmsIntroduction & history of dbms
Introduction & history of dbms
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Fundamentals of DBMS
Fundamentals of DBMSFundamentals of DBMS
Fundamentals of DBMS
 
Users of Database Systems and Components of Database Environment
Users of Database Systems and Components of Database Environment Users of Database Systems and Components of Database Environment
Users of Database Systems and Components of Database Environment
 
23246406 dbms-unit-1
23246406 dbms-unit-123246406 dbms-unit-1
23246406 dbms-unit-1
 
Database management system
Database management systemDatabase management system
Database management system
 
Database Chapter 2
Database Chapter 2Database Chapter 2
Database Chapter 2
 
Introduction to Databases by Dr. Kamal Gulati
Introduction to Databases by Dr. Kamal GulatiIntroduction to Databases by Dr. Kamal Gulati
Introduction to Databases by Dr. Kamal Gulati
 
Fundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database UsersFundamentals of Database system - Databases and Database Users
Fundamentals of Database system - Databases and Database Users
 
Database administrator types
Database administrator typesDatabase administrator types
Database administrator types
 
Database Administrator - Job Scope
Database Administrator - Job ScopeDatabase Administrator - Job Scope
Database Administrator - Job Scope
 
Databases
DatabasesDatabases
Databases
 
Chapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management SystemChapter 1 Fundamentals of Database Management System
Chapter 1 Fundamentals of Database Management System
 

Destacado

3 cost -analysis
3 cost -analysis3 cost -analysis
3 cost -analysismazyooonah
 
my slideshow
my slideshowmy slideshow
my slideshowreganion
 
Statistical analysis of employees pattern1
Statistical analysis of employees pattern1Statistical analysis of employees pattern1
Statistical analysis of employees pattern1ChinthaKaluarachchi
 
О чем не знают марсиане? Ошибки инопланетных захватчиков
О чем не знают марсиане? Ошибки инопланетных захватчиковО чем не знают марсиане? Ошибки инопланетных захватчиков
О чем не знают марсиане? Ошибки инопланетных захватчиковJulia Lebedeva
 
Prentverhaal de_baard_van_sinterklaas
Prentverhaal  de_baard_van_sinterklaasPrentverhaal  de_baard_van_sinterklaas
Prentverhaal de_baard_van_sinterklaasgroep12pius10
 
Материалы выступления З. Хисамутдиновой
Материалы выступления З. ХисамутдиновойМатериалы выступления З. Хисамутдиновой
Материалы выступления З. ХисамутдиновойAcademiaSpb
 
power point heavy
power point heavypower point heavy
power point heavyvilogi10
 
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa RicaComparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa RicaBrianna Stephenson-Vallot
 
Stimmy Boekenweek 2010 voorleesboek
Stimmy Boekenweek 2010 voorleesboekStimmy Boekenweek 2010 voorleesboek
Stimmy Boekenweek 2010 voorleesboekgroep12pius10
 
世界再大也要回家
世界再大也要回家世界再大也要回家
世界再大也要回家政瑜 王
 
Be safe on Facebook
Be safe on FacebookBe safe on Facebook
Be safe on FacebookFollowSunday
 
Junnosuke's Tea Shop Photo Essay
Junnosuke's Tea Shop Photo EssayJunnosuke's Tea Shop Photo Essay
Junnosuke's Tea Shop Photo EssayISYGrade6
 
Scramble3
Scramble3Scramble3
Scramble3lmielke
 
Scramble1
Scramble1Scramble1
Scramble1lmielke
 
Irfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo EssayIrfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo EssayISYGrade6
 

Destacado (20)

3 cost -analysis
3 cost -analysis3 cost -analysis
3 cost -analysis
 
my slideshow
my slideshowmy slideshow
my slideshow
 
Statistical analysis of employees pattern1
Statistical analysis of employees pattern1Statistical analysis of employees pattern1
Statistical analysis of employees pattern1
 
О чем не знают марсиане? Ошибки инопланетных захватчиков
О чем не знают марсиане? Ошибки инопланетных захватчиковО чем не знают марсиане? Ошибки инопланетных захватчиков
О чем не знают марсиане? Ошибки инопланетных захватчиков
 
Prentverhaal de_baard_van_sinterklaas
Prentverhaal  de_baard_van_sinterklaasPrentverhaal  de_baard_van_sinterklaas
Prentverhaal de_baard_van_sinterklaas
 
Материалы выступления З. Хисамутдиновой
Материалы выступления З. ХисамутдиновойМатериалы выступления З. Хисамутдиновой
Материалы выступления З. Хисамутдиновой
 
power point heavy
power point heavypower point heavy
power point heavy
 
Lander
LanderLander
Lander
 
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa RicaComparison of Managed and Unmanaged Tropical Forests in Costa Rica
Comparison of Managed and Unmanaged Tropical Forests in Costa Rica
 
Egypt
EgyptEgypt
Egypt
 
Sergio martinez
Sergio martinezSergio martinez
Sergio martinez
 
Stimmy Boekenweek 2010 voorleesboek
Stimmy Boekenweek 2010 voorleesboekStimmy Boekenweek 2010 voorleesboek
Stimmy Boekenweek 2010 voorleesboek
 
concrete5 in Japan 2014
concrete5 in Japan 2014concrete5 in Japan 2014
concrete5 in Japan 2014
 
世界再大也要回家
世界再大也要回家世界再大也要回家
世界再大也要回家
 
Marco Fanti
Marco FantiMarco Fanti
Marco Fanti
 
Be safe on Facebook
Be safe on FacebookBe safe on Facebook
Be safe on Facebook
 
Junnosuke's Tea Shop Photo Essay
Junnosuke's Tea Shop Photo EssayJunnosuke's Tea Shop Photo Essay
Junnosuke's Tea Shop Photo Essay
 
Scramble3
Scramble3Scramble3
Scramble3
 
Scramble1
Scramble1Scramble1
Scramble1
 
Irfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo EssayIrfan's Tea Shop Photo Essay
Irfan's Tea Shop Photo Essay
 

Similar a Software

Computer system software
Computer system softwareComputer system software
Computer system softwareMozaSaid
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptxLINDYLGERAL
 
Features Of A Operating System
Features Of A Operating SystemFeatures Of A Operating System
Features Of A Operating SystemAlexis Naranjo
 
Computer software (Introduction to OS)
Computer software (Introduction to OS)Computer software (Introduction to OS)
Computer software (Introduction to OS)Miz Malinz
 
L-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptL-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptKirti Verma
 
computer software in Computer Fundamentals
computer software in Computer Fundamentalscomputer software in Computer Fundamentals
computer software in Computer FundamentalsARDEN16
 
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)DanaAlexander13
 
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 1Sajib Mahmood
 
installing and optimizing operating system software
installing and optimizing operating system software   installing and optimizing operating system software
installing and optimizing operating system software Jaleto Sunkemo
 
OPERATING.pptx
OPERATING.pptxOPERATING.pptx
OPERATING.pptxEgoGamer
 

Similar a 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
 

Último

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Último (20)

A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

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.