Posts

What is Software Engineering

0 min read

 What is Software Engineering?

The term software engineering is the product of two words, software, and engineering.

The software is a collection of integrated programs.

Software subsists of carefully-organized instructions and code written by developers on any of various particular computer languages.

Computer programs and related documentation such as requirements, design models and user manuals.

Engineering is the application of scientific and practical knowledge to invent, design, build, maintain, and improve frameworks, processes, etc.

Software Engineering Introduction

Software Engineering is an engineering branch related to the evolution of software product using well-defined scientific principles, techniques, and procedures. The result of software engineering is an effective and reliable software product.

You may like these posts

  •  SDLC ModelsSoftware Development life cycle (SDLC) is a spiritual model used in project management that defines the stages include in an information system development project…
  •  Incremental ModelIncremental Model is a process of software development where requirements divided into multiple standalone modules of the software development cycle. In this…
  •  RAD (Rapid Application Development) ModelRAD is a linear sequential software development process model that emphasizes a concise development cycle using an element based cons…
  •  Waterfall modelWinston Royce introduced the Waterfall Model in 1970.This model has five phases: Requirements analysis and specification, design, implementation, and unit test…
  •  Spiral ModelThe spiral model, initially proposed by Boehm, is an evolutionary software process model that couples the iterative feature of prototyping with the controlled and…
  •  V-ModelV-Model also referred to as the Verification and Validation Model. In this, each phase of SDLC must complete before the next phase starts. It follows a sequential desi…

Post a Comment