Reference Books SE

SlNo Books Name Authors Publications 1. Software Engineering-A Practitioner’s Approach Roger S. Pressman McGraw Hill International Edition 2. Software Engineering K. K. Aggarwal, Yogesh Singh – – – 3. Software Engineering Ian Sommerville Addison-Wesley Publishing Company 4. Software Engineering – An Engineering Approach James F. Peter, John Wiley – – Read more…

Loading

Agile Software Development

Introduction The Agile methodology was born in response to the need for software development processes that were more flexible and adaptive to changes in requirements, market conditions, and customer needs. Definition: Agile software development is a software development methodology that emphasizes flexibility, collaboration, and customer satisfaction. Characteristics It involves iterative Read more…

Loading

Difference Between SE

SlNo Coupling Coehesion 1. Coupling exists between a module i.e., inter-modular. Cohesion exists within a module i.e., intra-modular. 2. Low value of coupling is good for software. High value of cohesion is good for software. 3. Coupling remarks the independence among modules. Cohesion remarks the functional strength of modules. 4. Read more…

Loading

Software Testing

Introduction Software testing is a critical aspect of the software development life cycle (SDLC) and helps ensure that software is of high quality and meets the needs of its users. Definition Software testing is the process of evaluating a software application or system to identify and report defects, bugs, and Read more…

Loading

Scheduling Chart

Introduction A scheduling chart is an essential tool for project managers and software development teams to stay organized and ensure that projects are completed on time and within budget. Definition A scheduling chart in software development is a visual representation of the activities and tasks that need to be completed Read more…

Loading

Software Projects

Definition: Software projects in software engineering typically involve a team of software engineers working together to develop, deploy, and maintain software applications. Successful software projects require effective collaboration, communication, and project management skills. The team must work together to identify and address potential issues, such as technical challenges, project scope Read more…

Loading

Software Configuration Management (SCM)

Introduction SCM stands for Software Configuration Management. Definition SCM is the process of managing and controlling changes to software code, documentation, and other artifacts that are part of the software development process.  Characteristics SCM involves tracking and managing changes to software artifacts throughout the development process, from initial requirements gathering Read more…

Loading

Capability Maturity Models (CMM)

Introduction It was developed by the Software Engineering Institute (SEI) at Carnegie Mellon University. Definition The Capability Maturity Model (CMM) is a framework that provides guidelines for developing and improving the software processes of an organization. Characteristics Organizations can use the CMM framework to assess their current software development processes Read more…

Loading

Terminology & Miscellaneous SE

Forward Engineering: Forward engineering is a process in software engineering where a system or application is developed from scratch, starting with the requirements analysis phase and moving through design, implementation, testing, and deployment phases. In other words, it is the traditional software development process that involves starting with a clean Read more…

Loading