CBSE Class 12 Informatics Practices Question 3 of 73

Data Visualization using Matplotlib — Question 3

Back to all questions
3
Question

Question 3

Assertion (A): Data Visualization refers to the graphical representation of information and data using visual elements like charts, graphs and maps, etc.

Reasoning (R): To install matplotlib library, we can use the command - pip install matplotlib.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.
Answer

Both A and R are true but R is not the correct explanation of A.

Explanation
Data visualization refers to the graphical or visual representation of information and data using visual elements like charts, graphs, and maps. To install the Matplotlib library, we use the command pip install matplotlib.