Software Engineering Overview

Let us first understand what software engineering stands for. The term is made of two words, software and engineering.

Software is more than just a program code. A program is an executable code, which serves some computational purpose. Software is considered to be collection of executable programming code, associated libraries and documentations. Software, when made for a specific requirement is called a software product.

Engineering on the other hand, is all about developing products, using well-defined, scientific princi and methods.

Software engineering is an engineering branch associated with development of software product using well-defined scientific principles, methods and procedures. The outcome of software engineering is efficient and reliable software products

Software Evolution

The process of developing a software product using software engineering principles and methods is referred to as software evolution. This includes the initial development of software and its maintenance and updates, till desired software product is developed, which satisfies the expected requirements.

Evolution starts from the requirement gathering process. After which developers create a prototype of the intended software and show it to the users to get their feedback at the early stage of software product development. The users suggest changes, on which several consecutive updates and maintenance keep on changing too. This process changes to the original software, till the desired software is accomplished.

Even after the user has desired software in hand, the advancing technology and the changing requirements force the software product to change accordingly. Re-creating software from scratch and to go one-on-one with requirement is not feasible. The only feasible and economical solution is to update the existing software so that it matches the latest requirements.

Software Evolution Laws

Lehman has given laws for software evolution. He divided the software into three different categories:

E-type Software Evolution

Lehman has given eight laws for E-Type software evolution:

Software Paradigms

Software paradigms refer to the methods and steps, which are taken while designing the software.

There are many methods proposed and are in work today, but we need to see where in the software engineering these paradigms stand. These can be combined into various categories, though each of Programming paradigm is a subset of Software design paradigm which is further a subset of Software development paradigm.

Software Development Paradigm

This Paradigm is known as software engineering paradigm is where all the engineering concepts pertaining to the development of software are applied. It includes various researches and requirement gathering which helps the software product to build. It consists of:

Software Design Paradigm

This paradigm is a part of Software Development and includes:

Programming Paradigm

Need of Software Engineering

The need of software engineering arises because of higher rate of change in user requirements and environment on which the software is working.

Characteristics Of a Good Software

A software product can be judged by what it offers and how well it can be used. This software must satisfy on the following grounds:

Well-engineered and crafted software is expected to have the following characteristics:

Operational

This tells us how well software works in operations. It can be measured on:

Transitional

This aspect is important when the software is moved from one platform to another.

Maintenance

This aspect briefs about how well a software has the capabilities to maintain itself in the ever-changing environment.

In short, Software engineering is a branch of computer science, which uses well-defined engineeri concepts required to produce efficient, durable, scalable, in-budget and on-time software products.

Previous Next