Skip to main content

Explain Different Types of Software

Topic: Different Types of Software with Examples

Types of Software

Different Types of Software with Examples
Different Types of Software with Examples
There are two main types of software - system software and application software. Let us discuss these types of software in detail with examples of each.

System Software

System software is a set of programs used to implement certain functions in a computer system. System software  controls the overall operations and components of a computer system.
We can say that system software is the base on which application programs are executed. System software provides an interface between user and computer. Users use this interface to interact with the computer and perform different jobs on computer. Operating systems like Windows, Linux and Unix are the main example of system software. Similarly device drivers software are also examples of system software.

Examples of system software


Examples of system software are as follows:

•   Operating Systems

Operating system is software to control overall operations and components of a computer system. e.g., Windows, UNIX, Linux and Dos etc.
Sponsored Links


•   Utility Programs

Utility program is used to solve a particular problem of software or hardware, for example, Antivirus program, disk scanner and File Viewer etc.

•   Device Drivers

Device driver is software that permits a computer system to communicate with a device. e.g., device driver software for a modem comes with it on CD. We have to install device driver before using a device.


•   Language Processors

Language processor is software that converts a source program into object program. For example C- compiler converts a program written in C language into object program (machine code).


Application Software

Application software is a program needed to perform various applications on the computer by the user. It helps a computer user to solve specific problems like to prepare letters and other documents, to create pictures and advertisements, to perform large calculations quickly etc.
The application software runs on top of the operating system software.
Examples of application software are as follows:

i. Word Processing

Word processing software is used to produce letters, applications and other documents. Microsoft Word is the most popular application software used for word processing.

ii. Spreadsheets

Spreadsheet program is used to create electronic worksheets. These worksheets are used to perform calculations on large amounts of data quickly and automatically. Microsoft Excel is a popular spreadsheet program.

iii. Databases

Database software is used to record data of an organization on computer in compact and efficient form. MS Access, MS SQL Server and Oracle are examples of database software.

iv. Graphics

Graphics software is used to produce advertisements, posters and pictures etc. for example CorelDraw and Photoshop are popular graphics software.

v. Communication

Communications software is used to communicate with different people using Internet, e.g., MSN Messenger, yahoo messenger and Internet Explorer.

This is all about two main types of software used in computers.

Comments

Unknown said…
This is great helpful software for easy and features area amazing. Computer software's are very important for run utility.


remote access

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with m...

Electricity Bill Calculator Formulas in Excel

Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...

Explain Main Difference Between System Software and Application Software

Topic: Explain Main Difference Between System Software and Application Software            Differentiate between system software and application software Before , explaining the main differences between application software and system software, let us know the definitions of Application software and System software with examples. What is System Software: System software is a set of programs to control all components of computer and to manage overall operations of computer system. Differences between System software and application software System software is used as a base to install and run all application software. Examples of system software include: Operating Systems, like Microsoft Windows, DOS, Unix and Linux Device Drivers like Device driver software of a Printer (found on CD normally provided with the printer) Utility Programs like AVAST anti virus, Disk Scanners and File Viewers etc. What is Applicat...