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

Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa

Topics covered with examples: Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa Number Systems in Computer Science and Conversion Method Conversion of Decimal number system to other  number systems Conversion of Decimal number system to binary number systems Conversion of Decimal number system to octal number systems Conversion of Decimal number system to hexadecimal number systems Conversion of    non-decimal Number system to Other non-decimal number system Conversion of other number systems to Decimal number system Conversion of binary number systems to Decimal number system Conversion of octal number systems to Decimal number system Conversion of  hexadecimal number systems to Decimal number system Q1. What is a Number System? What are different types of number system? Number system A number system is a set of digits, symbols and rules to express quantities in counting and c...

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver...

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...