TOOLS AND TECHNIQUES FOR COMPILER DESIGN
MISCELLENOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A graphical representation of the modular structure of a solution is a
|
Structure chart
|
|
Modular diagram
|
|
Top down design
|
|
Identfier table
|
Explanation:
Detailed explanation-1: -A hierarchy chart is a picture showing the relationship of modules within a problem solution. Each module is represented as a box containing the module name. Each module which has been decomposed into simpler modular activities, is drawn with those sub-module activities under it and connected to it.
Detailed explanation-2: -Elements of Structure Chart Structure charts employ various graphical elements like modules, sub-modules and data flow. These elements are constructed using different symbols as: 1. Module: A rectangular box represents some process in the system as: Main module, sub module or library module.
There is 1 question to complete.