SlideShare a Scribd company logo
1 of 23
COM 311 – AGRO-INFORMATICS (1 + 1)
LECTURE 2 – Computer Software – Operating System
Prepared by
Mr. B. Venujayakanth, M.Sc (Agri.) NET.,
Assistant Professor
(Agricultural Statistics)
BASIC TERMINOLOGY
• Software – It is set of one or more program.
• Program – It is a set of instructions arranged in a
sequence to guide a computer to find solution for the
given problem.
• Instructions – A set of syntax, statements, procedure
that is understandable by human but not computer.
• Programming Language – language which is acceptable
by computer but not understand.
• Source Code – Code understand by human.
• Object Code – Code understand by computer.
INTRODUCTION
• Computer system consist of two parts Hardware and
software.
• Computer hardware refers to physical components of a
system which performs all the computation and
calculation work.
E.g.: input, output, storage, processing,
• Computer software refers to set of computer programs,
procedures and associated documents.
• It instructs the hardware what to do and how to do
CLASSIFICATION OF SOFTWARE
Software is classified into system software and application
software
System software: it is set of one or more programs, designed
to operate computer hardware and to provide and maintain
a platform for running application software.
Application software: it is set of one or more programs,
designed for users to solve particular problem.
TYPES OF SYSTEM SOFTWARE
Operating system – MS-DOS, Microsoft Windows, Linux,
Unix etc.
Programming Language Translators – Complier,
Interpreter, Assembler etc.
Computer BIOS and Device Drivers
Utility Software – Data Formatting, Data compression,
Data Backup, Antivirus
TYPES OF APPLICATION SOFTWARE
• Word processing software – MS word
• Presentation software – MS power point
• Spreadsheet software – MS excel
• Database software – MS access, File maker, DB2, SQL
Server and Oracle etc.
Presentation software and Multimedia Software
• Graphical software – CAD, Animation Software,
• Education software and Entertainment software – Games.
User
Application Software
System Software
Computer Hardware
User normally interact with the system via the user interfaces
provided by the application software
Relationship among Hardware, Software (System and Application )
Application software
• It solve users task/problem
• It is machine independent
• It interacts with the hardware
indirectly through system
calls provided by system
software
System software
• It controls and manages the
hardware
• It is machine dependent
• It interacts with the
hardware directly
Difference Between System Software and Application Software
UTILITY SOFTWARE
• The software which is used for system maintenance task are
come under utility software
• Utility software come under system software
Example:
Disk formatting software
Data compression software
Data backup software
Antivirus software
FIRMWARE
• Software embedded in hardware permanently or semi-
permanently.
• It is the software substituted for hardware
• It is stored in the ROM Chip.
• It is done by manufactures
• Generally system software is supplied as firmware
Example: BIOS – a system boot program, Program in
Microwave oven, Washing machine etc.
LIVEWARE
• It is term used in the computer industry to describe the
human system.
• The people who are using the computers.
• The programmers, systems analysts, operating staff other
person who are attached with the computer.
FREEWARE
• It is a copyrighted software that is available at free of
cost for unlimited usage.
• In this type of software source code is not available.
• This software cannot be modified as per user needs.
Example: Internet browser: oft security essentialsMozilla
Firefox, Google chrome
PDF file Adobe reader, Skype
Anti-Virus Software: AVG Anti-virus, Micros
Statistical Software – R
OPEN SOURCE SOFTWARE
• Software in which source code is freely distributed with a
license to study, change, and enhance it.
• It is generally available at free of cost.
• Not all open source software is necessarily free
Example: Linux , Android etc.
SHAREWARE
• The software which is available at free of cost for specific
period of time or only at trial period.
• A user can use this software only for specific period or
access only specific function or features.
• After a trial period a user have to purchase to access further
features of the software.
Example: WinZip – File compression software
SPSS – Statistical Software
COMMERICIAL SOFTWARE
• It is software that is designed and developed for licensing or
sale to end user for commercial purpose.
• These software may be free or open source or proprietary
software
Example: MS office
PROPRIETARY SOFTWARE
• A software which is owned by an individual or by a
company.
• A user have to pay to use this software
• Source code is kept secret
• It is also known as closed source software
Example: MS office, MS Windows, Adobe Photoshop, Adobe
flash player etc.
SEMI-FREE SOFTWARE
• The software which is not free, but comes with the
permissions for individual to use, copy, distribute and
modify for non-profit purpose.
Example: PGP software
PUBLIC DOMAIN SOFTWARE
• Software which is available at free or nominal cost from
bulletin boards or user group libraries on the internet.
• It can be shareware or freeware or open source.
• It is also known as community support software because
the author do not support the product directly and user of
the software support and help each other.
OPERATING SYSTEM or OS
• It is an integrated set of programs that controls resources
(CPU, Memory, I/O devices etc.) of a computer system.
Two main objective of OS are
1. To make a computer easier to use
2. To manage the resources of a computer system
MAIN FUNCTION OF OPERATING SYSTEM
1. Process management
2. Memory management
3. File Management
4. Device Management
5. Security
6. Command Interpretation
INTERFACE
• A platform which helps the user to operate the Operating
System
There are two types of Interface – CLI and GUI
• Command Line Interface – CLI – In which a user
want to give set of commands in textural form to operate
the OS.
• It is convenient interface for programmers
Example: MS DOS – Microsoft Disk operating system
• Graphical User Interface – GUI – With the help of
point and draw devices and Graphical Icons user operate
the OS.
• It is convenient interface for general public.
Example: Microsoft windows
THANK YOU

More Related Content

Similar to COM 311 L -2.pptx

Introduction to Computers Lecture # 11
Introduction to Computers Lecture # 11Introduction to Computers Lecture # 11
Introduction to Computers Lecture # 11Sehrish Rafiq
 
software final presentation.pptx
software final presentation.pptxsoftware final presentation.pptx
software final presentation.pptxRafaelPurano
 
Intro to Computing Lec 02.pptx
Intro to Computing Lec  02.pptxIntro to Computing Lec  02.pptx
Intro to Computing Lec 02.pptxFalakNiaz15
 
A presentation on system software
A presentation on system software A presentation on system software
A presentation on system software Ankit Sangwan
 
What is a software and it's uses in detail
What is a software and it's uses in detailWhat is a software and it's uses in detail
What is a software and it's uses in detailaliaiman3388
 
SPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfSPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfreshma96176
 
Unit 2 part 1 data processing
Unit 2 part 1 data processingUnit 2 part 1 data processing
Unit 2 part 1 data processingFarhanMalik93
 
Presentation it
Presentation itPresentation it
Presentation itnabelas
 
Chapter4 System Software.pdf
Chapter4 System Software.pdfChapter4 System Software.pdf
Chapter4 System Software.pdfNurZulaikha65
 
Software Introduction
Software IntroductionSoftware Introduction
Software Introductionpathumbee
 
Introduction to computer software
Introduction to computer softwareIntroduction to computer software
Introduction to computer softwareElike Ikechukwu
 

Similar to COM 311 L -2.pptx (20)

Introduction to Computers Lecture # 11
Introduction to Computers Lecture # 11Introduction to Computers Lecture # 11
Introduction to Computers Lecture # 11
 
software final presentation.pptx
software final presentation.pptxsoftware final presentation.pptx
software final presentation.pptx
 
Intro to Computing Lec 02.pptx
Intro to Computing Lec  02.pptxIntro to Computing Lec  02.pptx
Intro to Computing Lec 02.pptx
 
module_1-_5_computer_software.ppt
module_1-_5_computer_software.pptmodule_1-_5_computer_software.ppt
module_1-_5_computer_software.ppt
 
Exam 1 in ITEP 132
Exam 1 in ITEP 132Exam 1 in ITEP 132
Exam 1 in ITEP 132
 
A presentation on system software
A presentation on system software A presentation on system software
A presentation on system software
 
What is a software and it's uses in detail
What is a software and it's uses in detailWhat is a software and it's uses in detail
What is a software and it's uses in detail
 
System software and Application software
System software and Application softwareSystem software and Application software
System software and Application software
 
SPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdfSPOS_UNIT I System Programming and Operating System.pdf
SPOS_UNIT I System Programming and Operating System.pdf
 
Computer software
Computer softwareComputer software
Computer software
 
Unit 2 part 1 data processing
Unit 2 part 1 data processingUnit 2 part 1 data processing
Unit 2 part 1 data processing
 
B) Computer Basics
B) Computer BasicsB) Computer Basics
B) Computer Basics
 
unit 3.ppt
unit 3.pptunit 3.ppt
unit 3.ppt
 
Presentation it
Presentation itPresentation it
Presentation it
 
Chapter4 System Software.pdf
Chapter4 System Software.pdfChapter4 System Software.pdf
Chapter4 System Software.pdf
 
SOFTWARE
SOFTWARESOFTWARE
SOFTWARE
 
Introduction To Computing.pptx
Introduction To Computing.pptxIntroduction To Computing.pptx
Introduction To Computing.pptx
 
Software Introduction
Software IntroductionSoftware Introduction
Software Introduction
 
Introduction to computer software
Introduction to computer softwareIntroduction to computer software
Introduction to computer software
 
Software System
Software SystemSoftware System
Software System
 

More from Harinianu2

AEC presentation.pptx
AEC presentation.pptxAEC presentation.pptx
AEC presentation.pptxHarinianu2
 
COM 311 LECTURE - 3.pptx
COM 311 LECTURE - 3.pptxCOM 311 LECTURE - 3.pptx
COM 311 LECTURE - 3.pptxHarinianu2
 
byproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdf
byproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdfbyproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdf
byproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdfHarinianu2
 
Pulse-Processing-PPT-2.pdf
Pulse-Processing-PPT-2.pdfPulse-Processing-PPT-2.pdf
Pulse-Processing-PPT-2.pdfHarinianu2
 
ENS article.pdf
ENS article.pdfENS article.pdf
ENS article.pdfHarinianu2
 

More from Harinianu2 (6)

AEC presentation.pptx
AEC presentation.pptxAEC presentation.pptx
AEC presentation.pptx
 
Rice ppt.pptx
Rice ppt.pptxRice ppt.pptx
Rice ppt.pptx
 
COM 311 LECTURE - 3.pptx
COM 311 LECTURE - 3.pptxCOM 311 LECTURE - 3.pptx
COM 311 LECTURE - 3.pptx
 
byproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdf
byproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdfbyproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdf
byproductsfrompulsemillinganditsutilization-140603054919-phpapp01.pdf
 
Pulse-Processing-PPT-2.pdf
Pulse-Processing-PPT-2.pdfPulse-Processing-PPT-2.pdf
Pulse-Processing-PPT-2.pdf
 
ENS article.pdf
ENS article.pdfENS article.pdf
ENS article.pdf
 

Recently uploaded

ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 

Recently uploaded (20)

FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 

COM 311 L -2.pptx

  • 1. COM 311 – AGRO-INFORMATICS (1 + 1) LECTURE 2 – Computer Software – Operating System Prepared by Mr. B. Venujayakanth, M.Sc (Agri.) NET., Assistant Professor (Agricultural Statistics)
  • 2. BASIC TERMINOLOGY • Software – It is set of one or more program. • Program – It is a set of instructions arranged in a sequence to guide a computer to find solution for the given problem. • Instructions – A set of syntax, statements, procedure that is understandable by human but not computer. • Programming Language – language which is acceptable by computer but not understand. • Source Code – Code understand by human. • Object Code – Code understand by computer.
  • 3. INTRODUCTION • Computer system consist of two parts Hardware and software. • Computer hardware refers to physical components of a system which performs all the computation and calculation work. E.g.: input, output, storage, processing, • Computer software refers to set of computer programs, procedures and associated documents. • It instructs the hardware what to do and how to do
  • 4. CLASSIFICATION OF SOFTWARE Software is classified into system software and application software System software: it is set of one or more programs, designed to operate computer hardware and to provide and maintain a platform for running application software. Application software: it is set of one or more programs, designed for users to solve particular problem.
  • 5. TYPES OF SYSTEM SOFTWARE Operating system – MS-DOS, Microsoft Windows, Linux, Unix etc. Programming Language Translators – Complier, Interpreter, Assembler etc. Computer BIOS and Device Drivers Utility Software – Data Formatting, Data compression, Data Backup, Antivirus
  • 6. TYPES OF APPLICATION SOFTWARE • Word processing software – MS word • Presentation software – MS power point • Spreadsheet software – MS excel • Database software – MS access, File maker, DB2, SQL Server and Oracle etc. Presentation software and Multimedia Software • Graphical software – CAD, Animation Software, • Education software and Entertainment software – Games.
  • 7. User Application Software System Software Computer Hardware User normally interact with the system via the user interfaces provided by the application software Relationship among Hardware, Software (System and Application )
  • 8. Application software • It solve users task/problem • It is machine independent • It interacts with the hardware indirectly through system calls provided by system software System software • It controls and manages the hardware • It is machine dependent • It interacts with the hardware directly Difference Between System Software and Application Software
  • 9. UTILITY SOFTWARE • The software which is used for system maintenance task are come under utility software • Utility software come under system software Example: Disk formatting software Data compression software Data backup software Antivirus software
  • 10. FIRMWARE • Software embedded in hardware permanently or semi- permanently. • It is the software substituted for hardware • It is stored in the ROM Chip. • It is done by manufactures • Generally system software is supplied as firmware Example: BIOS – a system boot program, Program in Microwave oven, Washing machine etc.
  • 11. LIVEWARE • It is term used in the computer industry to describe the human system. • The people who are using the computers. • The programmers, systems analysts, operating staff other person who are attached with the computer.
  • 12. FREEWARE • It is a copyrighted software that is available at free of cost for unlimited usage. • In this type of software source code is not available. • This software cannot be modified as per user needs. Example: Internet browser: oft security essentialsMozilla Firefox, Google chrome PDF file Adobe reader, Skype Anti-Virus Software: AVG Anti-virus, Micros Statistical Software – R
  • 13. OPEN SOURCE SOFTWARE • Software in which source code is freely distributed with a license to study, change, and enhance it. • It is generally available at free of cost. • Not all open source software is necessarily free Example: Linux , Android etc.
  • 14. SHAREWARE • The software which is available at free of cost for specific period of time or only at trial period. • A user can use this software only for specific period or access only specific function or features. • After a trial period a user have to purchase to access further features of the software. Example: WinZip – File compression software SPSS – Statistical Software
  • 15. COMMERICIAL SOFTWARE • It is software that is designed and developed for licensing or sale to end user for commercial purpose. • These software may be free or open source or proprietary software Example: MS office
  • 16. PROPRIETARY SOFTWARE • A software which is owned by an individual or by a company. • A user have to pay to use this software • Source code is kept secret • It is also known as closed source software Example: MS office, MS Windows, Adobe Photoshop, Adobe flash player etc.
  • 17. SEMI-FREE SOFTWARE • The software which is not free, but comes with the permissions for individual to use, copy, distribute and modify for non-profit purpose. Example: PGP software
  • 18. PUBLIC DOMAIN SOFTWARE • Software which is available at free or nominal cost from bulletin boards or user group libraries on the internet. • It can be shareware or freeware or open source. • It is also known as community support software because the author do not support the product directly and user of the software support and help each other.
  • 19. OPERATING SYSTEM or OS • It is an integrated set of programs that controls resources (CPU, Memory, I/O devices etc.) of a computer system. Two main objective of OS are 1. To make a computer easier to use 2. To manage the resources of a computer system
  • 20. MAIN FUNCTION OF OPERATING SYSTEM 1. Process management 2. Memory management 3. File Management 4. Device Management 5. Security 6. Command Interpretation
  • 21. INTERFACE • A platform which helps the user to operate the Operating System There are two types of Interface – CLI and GUI • Command Line Interface – CLI – In which a user want to give set of commands in textural form to operate the OS. • It is convenient interface for programmers Example: MS DOS – Microsoft Disk operating system
  • 22. • Graphical User Interface – GUI – With the help of point and draw devices and Graphical Icons user operate the OS. • It is convenient interface for general public. Example: Microsoft windows