Posted inBasics Software User Interface Design Posted by admin August 12, 2021 User interface is the front-end application view to which user interacts in order to use…
Posted inBasics Software Design Approaches Posted by admin August 12, 2021 Here are two generic approaches for software designing: Top Down Design We know that a…
Posted inBasics Design Process Posted by admin August 12, 2021 Software design process can be perceived as series of well-defined steps. Though it varies according…
Posted inBasics Object Oriented Design Posted by admin August 12, 2021 Object oriented design works around the entities and their characteristics instead of functions involved in…
Posted inBasics Function Oriented Design Posted by admin August 12, 2021 In function-oriented design, the system is comprised of many smaller sub-systems known as functions. These…
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…