Coding/Programming style in software engineering Programmers have their own style of writing programs. Good programming style makes the code easy to …
Csmates.com Elements of User Interface Design User Interface is a collection of design elements so that end-user should be satisfied with our produc…
Csmates.com structure design The structured design was proposed by many creators like Stevens, Myers, and Constantine to provide means for dealing w…
state transition diagram A S tate Transition Diagram (STD) is a modeling tool that represents the time-dependent aspects of a system. An STD is a go…
Data Dictionary "The data dictionary is an organized listing of all data elements that are pertinent to the system, with precise, rigorous de…
Entity-Relationship Diagrams or er diagram The Entity-Relationship Diagram (ERD) is the means of providing a data model of the system in structured…
What is dfd (Data Flow Diagram) Data flow diagram (DFD) is an graphical technique that describes information flow and the transformations that are …
Software development has become more complex in the last decades. The economic pressure and competition for software companies has grown. Software en…
Csmates.com Algorithms and it's characteristics An Algorithm is a sequence of computational steps that transform the input into the output. It is…
Reuse-Based Design in software engineering Reuse Based design accepts an existing partition of reusable modules, functions or designs, but crafts an…
object oriented design in software engineering Object-oriented design (OOD) is the result of focusing attention not on the function performed by the …
Follow Us