Difficulty: Easy
Correct Answer: centralized MIS structure
Explanation:
Introduction / Context:
A Management Information System (MIS) can be deployed using several architectural styles. Understanding the language used to describe these styles is essential for choosing the right design for cost, control, and performance. This question asks for the correct term when there is a single main computer that provides computing services to the whole organization.
Given Data / Assumptions:
Concept / Approach:
When compute and data control are concentrated in a single host or small central cluster, the design is called a centralized MIS structure. This contrasts with distributed or decentralized designs, where compute and data are spread across multiple autonomous or semi-autonomous nodes, often closer to the departments they serve.
Step-by-Step Solution:
Identify the key architectural cue: a single main computer.Map that cue to the canonical term: centralized.Eliminate terms that imply multiple autonomous nodes (distributed/decentralized) or layered chains (hierarchical) as primary descriptors.
Verification / Alternative check:
Classic mainframe-terminal environments and modern central private clouds with thin clients are typical examples of centralized structures, where governance, backup, and performance tuning are centrally managed.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing user interface centralization (for example, remote desktops) with compute centralization; the defining factor is where processing and data control primarily reside.
Final Answer:
centralized MIS structure
Discussion & Comments