Posted inBasics Design Verification Posted by admin August 12, 2021 The output of software design process is design documentation, pseudo codes, detailed logic diagrams, process…
Posted inBasics Coupling and Cohesion Posted by admin August 12, 2021 When a software program is modularized, its tasks are divided into several modules based on…
Posted inBasics Concurrency Posted by admin August 12, 2021 Back in time, all software are meant to be executed sequentially. By sequential execution we…
Posted inBasics Modularization Posted by admin August 12, 2021 Modularization is a technique to divide a software system into multiple discrete and independent modules,…
Posted inBasics Software Design Levels Posted by admin August 12, 2021 Software design yields three levels of results: ● Architectural Design - The architectural design is the highest…
Posted inBasics Software Design Basics Posted by admin August 12, 2021 Software design is a process to transform user requirements into some suitable form, which helps…
Posted inBasics Software Metrics and Measures Posted by admin August 12, 2021 Software Measures can be understood as a process of quantifying and symbolizing various attributes and…
Posted inBasics Software Requirements Characteristics Posted by admin August 12, 2021 Gathering software requirements is the foundation of the entire software development project. Hence they must…
Posted inBasics Requirement Elicitation Techniques Posted by admin August 12, 2021 Requirements Elicitation is the process to find out the requirements for an intended software system…
Posted inBasics Requirement Elicitation Process Posted by admin August 12, 2021 Requirement elicitation process can be depicted using the folloiwng diagram: ● Requirements gathering - The developers discuss with the…