Difficulty: Easy
Correct Answer: Has homogeneous (identical) components
Explanation:
Introduction / Context:
A system is a set of components that interact to achieve a purpose. Understanding core characteristics helps analysts model organizations, software, and processes effectively. Many systems contain diverse parts with different roles; homogeneity is not a requirement and often not true in practice.
Given Data / Assumptions:
Concept / Approach:
Key properties include purpose, boundary, environment, inputs, outputs, feedback, and interdependent components. Heterogeneity enables division of labor: in computing, CPU, memory, storage, and network cards play distinct roles; in organizations, departments specialize (finance, operations, marketing). Therefore, “has homogeneous components” is not a defining characteristic. Many successful systems rely on diversity for resilience and performance.
Step-by-Step Solution:
Verification / Alternative check:
Systems literature and modeling approaches (for example, UML, enterprise architecture) depict heterogeneous components collaborating through interfaces and feedback loops.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming uniform components simplify design; over-uniformity can reduce adaptability and specialization benefits.
Final Answer:
Has homogeneous (identical) components
Discussion & Comments