126k views
3 votes
In which architecture style, each data transformation subsystem or module cannot start its process until its previous subsystem completes its computation.

a. Process Control architecture
b. Pipe and Filter architecture
c. None of the others
d. Batch sequential architecture

User Acorn
by
8.2k points

1 Answer

3 votes

Final answer:

The correct answer is Batch sequential architecture.

Step-by-step explanation:

The correct answer is Batch sequential architecture. In Batch sequential architecture, each data transformation subsystem or module cannot start its process until its previous subsystem completes its computation. This ensures that the system follows the same path for every cycle.

User FunThomas
by
8.0k points