CBSE Class 12 Informatics Practices Question 84 of 147

Plotting with Pyplot — Question 16

Back to all questions
16
Question

Question 16

What is not true about Data Visualization ?

(a) Graphical representation of information and data.

(b) Helps users in analyzing a large amount of data in a simpler way.

(c) Data Visualization makes complex data more accessible, understandable, and usable.

(d) No library needs to be imported to create charts in Python language.

Answer

No library needs to be imported to create charts in Python language.

Reason — To create charts and visualizations in Python, we need to import libraries such as Matplotlib.