MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

THEORY OF COMPUTATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A hierarchy chart depicts the structure (of modules) of a program. The chart is an upside down
A
Tree structure
B
Graph structure
C
Shell structure
D
Truss structure
Explanation: 

Detailed explanation-1: -Overview. The hierarchy chart (also known as a structure chart) shows the relationship between various modules. Its name comes from its general use in showing the organization (or structure) of a business.

Detailed explanation-2: -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-3: -HIPO diagram represents the hierarchy of modules in the software system. Analyst uses HIPO diagram in order to obtain high-level view of system functions. It decomposes functions into sub-functions in a hierarchical manner. It depicts the functions performed by system.

Detailed explanation-4: -The lines denote a link between two entities or modules. The hierarchy chart starts with the topmost entity represented at the root of the tree-like structure and lists down all other entities in several levels.

There is 1 question to complete.