answersLogoWhite

0

What is the difference between a hierarchy of modules and a flowchart.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What tool would a programmer use to visualize the relationship between modules?

D. hierarchy chartPage 83Tony Gaddis


What tool can programmers use to visualize the relationship between modules as a hierarchy?

hierarchy charts


What is difference between classes and modules?

i think module life cycle manage program..


The degree of interaction between two modules is known as?

The degree of interaction between two modules is known as cohesion.


What is the difference between modules and curriculum?

Modules refer to individual units or sections within a course that cover specific topics or concepts, whereas curriculum is the overall plan or framework that outlines the goals, content, and sequence of a course or educational program. Modules are like building blocks that make up the curriculum as a whole.


Which methodology involves breaking of the requirements into modules with information on Interface Requirements between the modules?

High Level design


What is the difference between lotus mail and gmail?

Lotus mail is not that famous like Gmail. It does not contain various modules and features. Gmail is one of the most powerful mailing service.


What is the number of address lines required to address the two modules?

It takes one address line to choose between two modules.


Difference between monolithic and microlithic kernel?

Main classification of kernel: Monolithic & microlithic Monolithic kernel is a large program ,which contains different modules and they can interact each other . New modules can be dynamically linked or inserted in it.Ie at run time, and we do not want to reboot the system. Microlithic kernel contains different modules .They may be linked together .These modules can communicate with those modules ,which are linked with it.We can only statically insert a new module in it.And when inserting a new module ,we have to link it with other modules to whom with which it has to communicate. Retheesh Soman & Saneeth P R Vadakara,Calicut Ph:9947874780


What variables are useful for two-way communication between modules?

Constant Variables


What are the modules or different modules of embedded system?

what r the modules


What is data in software?

Coupling is a measure of the relationship or dependency between two modules. Data Coupling occurs between two modules when data is passed by parameters using a simple argument list and every item in the list is used.