Difficulty: Easy
Correct Answer: on demand report
Explanation:
Introduction / Context:
Organizations generate different report types depending on timing and purpose. Some are scheduled, some are triggered by anomalies, and some are produced interactively in response to a user query. The question asks you to classify an on-line, softcopy display used to answer a specific inquiry about a customer account.
Given Data / Assumptions:
Concept / Approach:
An on demand report (also called ad hoc or inquiry report) is generated when a user requests it, often parameterized (e.g., account number, date range). By contrast, regularly scheduled reports run at fixed intervals; exception reports are triggered when metrics deviate from thresholds; forecasting reports use predictive methods to project future values.
Step-by-Step Solution:
Identify the request-driven nature: user asks, system generates immediately.Match to category: on demand aligns with interactive inquiry.Exclude other types: no schedule, no anomaly trigger, no predictive model.
Verification / Alternative check:
Most MIS textbooks define inquiry/interactive displays as on-demand, especially when the output is directly to screen rather than a printed batch report.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “exception” with “inquiry” because both can be unscheduled; the key is whether the report is user-requested or system-triggered by a threshold.
Final Answer:
on demand report
Discussion & Comments