Introduction to Software and System Software

Introduction to Software and System Software
Slide Note
Embed
Share

"Software consists of instructions and programs for computer operation, while system software coordinates hardware and applications. Learn about system software types like operating systems and utilities."

  • Software
  • System Software
  • Operating Systems
  • Computer Programs

Uploaded on Mar 16, 2025 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. Software Dr B T Sampath Kumar Professor Department of Library and Information Science Tumkur University, Tumakuru, INDIA www.sampathkumar.info

  2. Software Software is a set of instructions, data or programs used to operate computers and execute specific tasks. Opposite of hardware, which describes the physical aspects of a computer, software is a generic term used applications, scripts and programs that run on a device. to refer to

  3. Classification of software The two main types of software are: System software and Application software.

  4. System software System software is a type of computer program designed to run a computer's hardware and application programs. It coordinates the activities and functions of the hardware and software. It is a supervisory program and helps in executing the user's programs effectively.

  5. Cont.. In addition, it controls the operations of the computer hardware environment or platform for all the other types of software to work in. The best-known example of system software is the Operating System (OS), which manages all the other programs in a computer. and provides an

  6. Classification of system software System software can be classified into the following three types: Operating system. System utilities. Language processors.

  7. Operating system It is an integrated collection of programs, which makes the computer operational and helps in executing users programs. It acts as interface between the man and computer Some of the Operating systems are: DOS, WINDOWS LINUX, UNIX Android, Mac

  8. System utilities System utilities are wide variety of general- purpose programs that greatly speed up and simplifies the use of a computer. They are written to provide man-machine communication and improve programming efficiency. Some of the system utilities are: Editors Loader and linker Debugger.

  9. Editor Editor is a program that is stored in memory and allow the users to: write a program, generate text edit the text. Some of the editors are: C editor HTML editor Java editor

  10. Loader and Linker Before a program can be executed, it must be placed in the main storage. Loaders place the program into the main storage. The linkage editor allows independently written programs to share data and variables, by linking them together when they are loaded into computer memory.

  11. Debugger Bug: an error in a computer program that causes unexpected result. Debugger: a computer program that assists in the detection and correction of errors in other computer programs. Debugging: process of finding and resolving defects or problems within the program.

  12. Language processors The language processor is a special translator system used to turn a program written in a Assembly/high-level language (source code) into machine code (object program). There are three types of language processors: Assembler Interpreter Compiler

  13. Application software It is a general purpose program written by the programmer. Software used in: Banks, Libraries Hospitals, Hotels are application software. Further, all entertainment software (game) and MS-Word, Excel, Power point are also application software.

  14. Cont.. They are also popularly known as end-user programs which assist the user in completing various tasks like: Designing graphics Maintaining accounts Carrying out calculations or even playing computer games.

More Related Content