WHAT IS SOFTWARE?

 INTRODUCTION / What is Software?

Software is a generic term for organized collections of computer data and instructions, often categorized into two groups: system software that provides the basic non-task- specific functions of the computer; and application software which is used by users to accomplish specific tasks. This chapter is dedicated to the discussion of various software types and the role they play in efficient functioning of a computer.

prolearner

TYPES OF SOFTWARE

A computer system consists of hardware and software for its proper functioning.
Hardware represents the physical and tangible components of the computer i.e., the components that can be seen and touched. Input devices, output devices, CPU, floppy disk, hard disk etc. are examples of computer hardware.
Software represents the set of programs that govern the operation of a computer system and make the hardware run. Broadly there are two categories of software:
System Software
Application Softwar
Following sections discuss system software and application software in details
.

SYSTEM SOFTWARE

A computer is mere a machine that knows nothing of itself. Rather it requires instructions for each and everything it performs. These instructions are provided to it through software. The software that controls internal computer operations (viz. reading data from input devices transmitting processed information to the output devices, checking system components, converting data/instructions to computer under standable form etc.) is known as system software. In short, system software is a specially designed software that controls the hardware and helps application software run properly
The System Software is a broad term and includes following types of software

Language Processor
Device Drivers
Operating System
Utility Software

 

Comments

Post a Comment

Popular posts from this blog

Become Healthy Goal - Python Program

Calculator in C++

Interpretation vs Compilation