Practice Library
All MCQs
Browse exam-wise, subject-wise, and country-wise MCQs with explanations.
Choose an option to check your answer.
A.
Users can interpret and move through them with less cognitive effort
B.
Consistency guarantees data accuracy
C.
It eliminates the need for definitions
D.
It forces every page to show the same metrics
Show Answer
Correct Answer: A. Users can interpret and move through them with less cognitive effort
Explanation:
Consistent conventions let users transfer learned meanings across pages.
This improves usability without requiring identical content everywhere.
Choose an option to check your answer.
A.
A long explanatory paragraph
B.
A complex SQL query
C.
A hidden worksheet formula
D.
A distinctly different color or size detected rapidly before conscious reading
Show Answer
Correct Answer: D. A distinctly different color or size detected rapidly before conscious reading
Explanation:
Preattentive attributes such as color, position, and size can make exceptions stand out immediately.
They should be used deliberately to guide attention.
Choose an option to check your answer.
A.
Assign a different bright color to every mark
B.
Use red and green without considering accessibility
C.
Use it consistently and sparingly to encode meaning or draw attention
D.
Change category colors between every chart
Show Answer
Correct Answer: C. Use it consistently and sparingly to encode meaning or draw attention
Explanation:
Consistent color semantics reduce cognitive load and support rapid interpretation.
Excessive or inconsistent color competes with the data.
Choose an option to check your answer.
A.
They cannot display any numeric values
B.
Perspective can distort apparent values and make comparison harder
C.
They always use more database storage
D.
They prevent report refresh
Show Answer
Correct Answer: B. Perspective can distort apparent values and make comparison harder
Explanation:
3D perspective changes visible lengths, angles, and areas.
This adds visual complexity without improving analytical accuracy.
Choose an option to check your answer.
A.
When location itself is essential to the analytical question
B.
Whenever a table contains any text column
C.
When exact values must be compared across many close categories
D.
When data has no geographic component
Show Answer
Correct Answer: A. When location itself is essential to the analytical question
Explanation:
Maps are useful for spatial patterns such as regional coverage or distribution.
They should not replace simpler charts when geography is irrelevant.
Choose an option to check your answer.
A.
Stacked area chart
B.
Gauge
C.
Text table with one total
D.
Scatter plot
Show Answer
Correct Answer: D. Scatter plot
Explanation:
A scatter plot shows paired numeric values and possible association patterns.
Clusters, trends, and unusual observations become visible.
Choose an option to check your answer.
A.
KPI card
B.
Network diagram
C.
Histogram
D.
Single pie slice
Show Answer
Correct Answer: C. Histogram
Explanation:
A histogram groups numeric values into intervals and displays their frequencies.
It exposes concentration, spread, skew, and possible outliers.
Choose an option to check your answer.
A.
A scatter plot
B.
A carefully labeled pie or 100% stacked bar chart
C.
A line chart with unordered categories
D.
A box plot
Show Answer
Correct Answer: B. A carefully labeled pie or 100% stacked bar chart
Explanation:
Part-to-whole visuals show proportional contribution when categories sum to a total.
Too many slices or weak differences make pies difficult to compare.
Choose an option to check your answer.
A.
Sorted bar chart
B.
Gauge for each transaction
C.
Map without geographic meaning
D.
Area chart with overlapping categories
Show Answer
Correct Answer: A. Sorted bar chart
Explanation:
Bars provide a common baseline for accurate categorical comparison.
Sorting can reveal rank and magnitude more clearly.
Choose an option to check your answer.
A.
Pie chart
B.
Single KPI card
C.
Treemap without time order
D.
Line chart
Show Answer
Correct Answer: D. Line chart
Explanation:
A line chart preserves chronological order and makes trends visible.
It supports comparison of direction, seasonality, and change over time.
Choose an option to check your answer.
A.
Decorate reports regardless of analytical meaning
B.
Replace all data validation
C.
Make patterns, comparisons, trends, and exceptions easier to understand
D.
Hide uncertainty from decision-makers
Show Answer
Correct Answer: C. Make patterns, comparisons, trends, and exceptions easier to understand
Explanation:
Effective visuals reduce the effort required to interpret complex data.
They should serve a clear analytical question rather than merely add decoration.
Choose an option to check your answer.
A.
They automatically summarize every measure
B.
They improve security and may allow execution plan reuse
C.
They remove the need for user permissions
D.
They guarantee identical performance for every parameter value
Show Answer
Correct Answer: B. They improve security and may allow execution plan reuse
Explanation:
Parameters separate values from SQL syntax and reduce injection risk.
Plan reuse can lower compilation overhead, though parameter sensitivity may require tuning.