MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which Concept Data-Flow Architecture Follows
A
Pipe
B
Filter
C
Both
D
None
Explanation: 

Detailed explanation-1: -Dataflow architecture is a series of functions in computer software where each step is automatically generated by the actions of a previous function. It is also known as reactive programming.

Detailed explanation-2: -Data flow architecture is a part of Von-neumann model of computation which consists of a single program counter, sequential execution and control flow which determines fetch, execution, commit order. This architecture has been successfully implemented.

Detailed explanation-3: -Static dataflow allows at most one token per arc in dataflow graphs and thus only approximates the abstract model where unbounded token storage per arc is assumed. Dynamic architectures tag each token and keep them in a common pool of storage, thus permitting a better approximation of the abstract model.

There is 1 question to complete.