Home »
MCQs »
Software Architecture MCQs
____ is a simple architectural style that connects a number of components that process a stream of data, each connected to the next component in the processing
38. ____ is a simple architectural style that connects a number of components that process a stream of data, each connected to the next component in the processing
- Batch sequential
- Process control architecture
- Pipe and filter
Answer: C) Pipe and filter
Explanation:
Pipe and filter is a simple architectural style that connects a number of components that process a stream of data, each connected to the next component in the processing.