Introduction
"Logic" is standout amongst the frequently utilized statements as a part of programmer vocabularies. Logic in its simplest form is boolean algebra
Decision table specifies the functional requirements of many programs and also provides a useful basis for program and test design
Boolean algebra analyzes the consistency and completeness, which can aslso be used as a basis for test design
Karnaugh-Veitch charts are used to trivilize the Boolean algebra
In business data processing, decision tables are extesively used and also as decision table preprocessors (as extesions to COBOL)
During the implementations of these processors, the boolean algebra is embedded in it
although programmed tools are nice to have, most of the benefits of boolean algebra can be obtained by manual means if you have the right conceptual tool, which is the Karnaugu-Veitch diagram
"Logic" is standout amongst the frequently utilized statements as a part of programmer vocabularies. Logic in its simplest form is boolean algebra
Decision table specifies the functional requirements of many programs and also provides a useful basis for program and test design
Boolean algebra analyzes the consistency and completeness, which can aslso be used as a basis for test design
Karnaugh-Veitch charts are used to trivilize the Boolean algebra
In business data processing, decision tables are extesively used and also as decision table preprocessors (as extesions to COBOL)
During the implementations of these processors, the boolean algebra is embedded in it
although programmed tools are nice to have, most of the benefits of boolean algebra can be obtained by manual means if you have the right conceptual tool, which is the Karnaugu-Veitch diagram
0 comments:
Post a Comment