Posted inBasics Structured English Posted by admin August 12, 2021 Most programmers are unaware of the large picture of software so they only rely on…
Posted inBasics HIPO Diagram Posted by admin August 12, 2021 HIPO (Hierarchical Input Process Output) diagram is a combination of two organized method to analyze the system…
Posted inBasics Structure Charts Posted by admin August 12, 2021 Structure chart is a chart derived from Data Flow Diagram. It represents the system in…
Posted inBasics Data Flow Diagram Posted by admin August 12, 2021 Data flow diagram is graphical representation of flow of data in an information system. It…
Posted inBasics Software Analysis & Design Tools Posted by admin August 12, 2021 Software analysis and design includes all activities, which help the transformation of requirement specification into…
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…