MCQ Collection

Data Visualization MCQs

Practice Data Visualization questions with answers and explanations.

What does an autocorrelation function (ACF) plot show?

Choose an option to check your answer.

In the grammar of graphics, what is an aesthetic mapping?

Choose an option to check your answer.

Why can irregular observation intervals complicate a standard line chart?

Choose an option to check your answer.

In ggplot2, what does a geom specify?

Choose an option to check your answer.

What should a time-series forecast visualization include in addition to point forecasts?

Choose an option to check your answer.

What is the purpose of facet_wrap() or facet_grid() in ggplot2?

Choose an option to check your answer.

Why should time-series training and test sets usually be split chronologically?

Choose an option to check your answer.

What does a ggplot2 theme primarily control?

Choose an option to check your answer.

What type of outcome is analyzed in survival analysis?

Choose an option to check your answer.

What is the difference between mapping color inside aes() and setting color outside aes() in ggplot2?

Choose an option to check your answer.

What is censoring?

Choose an option to check your answer.

Why should data transformation steps be performed in code before plotting?

Choose an option to check your answer.