Crash Notes
Crash Notes
XML doesn’t use predefined tags like HTML, Author must define
tags and content in XML
Unit testing = Unit testing tests individual units at unit level for
bugs. Unit test plans are developed during the module design
phase.
Module design = this phase the system breaks down into small
modules. The Detail design of modules is specified, also know as
low-level Design (LLD).
UML = Unified Model language is not a programming language, it
is rather a visual language. We Use UML diagrams to portray the
behavior and structure of a system.
Layer Cohesion = When all the elements within a single layer are
related to a single purpose and work together to achieve that
purpose.
Logic Error = Code executes well but, i don't provide a desire out.
These can be miscalculations, illogical decisions.
Runtime error = These bugs occur when the code “ won’t play
nice” with another computer, even if it worked perfectly fine on
the developer’s own computer. These errors are especially
frustrating because they directly impact the end user and make
the application appear unreliable or even completely broken.
Arithmetic errors = THese errors are just like logic errors, but with
mathematics.
Data Flow Diagram = Data flow diagram is a traditional visual
representation of the information flows within a system. It shows
how the data enters and leaves the system, what changes the
information, and where data is stored. The objective of a DFD is to
show the scope and boundaries of a system as a whole. The DFD
is also called as a data flow graph or bubble chart.