Introduction To Computer Software12-9-07
Introduction To Computer Software12-9-07
Introduction To Computer Software12-9-07
For example: There is a problem in the Software implies Problem with program or data
TYPES OF SOFTWARE
System Software Application Software Open source Software and Proprietary Software
SYSTEM SOFTWARE:
System Software includes the Operating System and all the utilities that enable the computer to function. System software is a term referring to any computer software which manages and controls the hardware so that application software can perform a task. Example: Operating Systems, Compiler, Loader, Linker, Interpreter.
APPLICATION SOFTWARE:
Application Software includes programs that do real work for user. Example: Payroll systems, Inventory Control, Manage student database, Word Processor, Spreadsheet and Database Management System etc.,
Open source software (OSS) is computer software whose source code is available under a license that permits users to use, change, and improve the software, and to redistribute it in modified or unmodified form. It is often developed in a public, collaborative manner. Well-known OSS products are Linux, Netscape, Apache, etc.,
PROPRIETARY SOFTWARE:
Proprietary software (also called non-free software) is software with restrictions on using, copying and modifying as enforced by the proprietor. Restrictions on use, modification and copying is achieved by either legal or technical means and sometimes both. Proponents of proprietary software are Microsoft.
SYSTEM SOFTWARE:
Operating System:
Operating System is a software, which makes a computer to actually work. It is the software the enables all the programs we use.
Compiler: A compiler is a program that reads a program in one language the source language and translates into an equivalent program in another language the target language.
Source Languages
C language Pascal language FORTRAN language C++ language ADA language
Target Languages
C language Machine language
The loader is usually a part of the operating system's kernel and usually is loaded at system boot time and stays in memory until the system is rebooted, shut down, or powered off.
In Unix, the loader is the handler for the system call execve().
Linkers can take objects from a collection called a library. The objects are program modules containing machine code and information for the linker.
The linker takes care of arranging the objects in a program's address space.
program that translates and executes instructions written in a computer programming language line-by-line, unit by unit etc.,
An interpreter needs to be able to analyze, or parse, instructions written in the source language.
Example: Lisp systems, etc.,
Spreadsheets:
Graphic Presentations:
A DBMS is a software tool that allows multiple users to store, access, and process data into useful information. Database programs are designed for these types of applications: Membership lists Student lists Grade reports Instructor schedules All of these have to be maintained so you can find what you need quickly and accurately.
4.
only Hardware. Think about some machine / items / gadgets having both Hardware and Software. Find the Operating Syste, you are using and its version. Develop some application using
Word processor Spread sheet and list some important command.
5.