InterviewSolution
| 1. |
What is a software? Explain the types of software? |
|
Answer» A software is set of instructions that perform specific task. It interacts basically with the hardware to generate the desired output. Types of Software: Software is classified into two types: (i) Application Software (ii) System Software. Application software is a set of programs to perform specific task. For example MS-word is an application software to create text document and VLC player is familiar application software to play audio, video files and many more. System software is a type of computer program that is designed to run the computer’s hardware and application programs. For example Operating System and Language Processor. |
|