Posted inBasics Software Design Strategies Posted by admin August 12, 2021 Software design is a process to conceptualize the software requirements into software implementation. Software design…
Posted inBasics Data Dictionary Posted by admin August 12, 2021 Data dictionary is the centralized collection of information about data. It stores meaning and origin…
Posted inBasics Entity-Relationship Model Posted by admin August 12, 2021 Entity-Relationship model is a type of database model based on the notion of real world…
Posted inBasics Decision Tables Posted by admin August 12, 2021 A Decision table represents conditions and the respective actions to be taken to address them,…
Posted inBasics Pseudo-Code Posted by admin August 12, 2021 Pseudo code is written more close to programming language. It may be considered as augmented…
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…