मराठी
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 16 - Data visualization using pyplot: line chart, pie chart and bar chart [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 16 - Data visualization using pyplot: line chart, pie chart and bar chart - Shaalaa.com
Advertisements

Solutions for Chapter 16: Data visualization using pyplot: line chart, pie chart and bar chart

Below listed, you can find solutions for Chapter 16 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Science [English] Class 12 TN Board.


Evaluation
Evaluation [Pages 330 - 334]

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board 16 Data visualization using pyplot: line chart, pie chart and bar chart Evaluation [Pages 330 - 334]

Part I - Choose the best answer (1 Marks)

Evaluation | Q 1. | Page 330

Which is a python package used for 2D graphics?

  • matplotlib.pyplot

  • matplotlib.pip

  • matplotlib.numpy

  • matplotlib.plt

Evaluation | Q 2. | Page 330

Identify the package manager for Python packages, or modules.

  • Matplotlib

  • PIP

  • plt.show()

  • python package

Evaluation | Q 3. | Page 330

Read the following code: Identify the purpose of this code and choose the right option from the following.

C:\Users\YourName\AppData\Local\Programs\Python\Python36-32\Scripts>pip – version

  • Check if PIP is Installed

  • Install PIP

  • Download a Package

  • Check PIP version

Evaluation | Q 4. | Page 330

Read the following code: Identify the purpose of this code and choose the right option from the following.

C:\Users\Your Name\AppData\Local\Programs\Python\Python36-32\Scripts>pip list

  • List installed packages

  • list command

  • Install PIP

  • packages installed

Evaluation | Q 5. | Page 330

To install matplotlib, the following function will be typed in your command prompt. What does “-U” represents?

Python –m pip install –U pip

  • downloading pip to the latest version

  • upgrading pip to the latest version

  • removing pip

  • upgrading matplotlib to the latest version

Evaluation | Q 6. | Page 331

Observe the output figure. Identify the coding for obtaining this output.

  • import matplotlib.pyplot as plt
    plt.plot([1,2,3],[4,5,1])
    plt.show()

  • import matplotlib.pyplot as
    plt plt.plot([1,2],[4,5])
    plt.show()

  • import matplotlib.pyplot as plt
    plt.plot([2,3],[5,1])
    plt.show()

  • import matplotlib.pyplot as plt
    plt.plot([1,3],[4,1])
    plt.show()

Evaluation | Q 7. | Page 331

Read the code:

a. import matplotlib.pyplot as plt
b. plt.plot(3,2)
c. plt.show()

Identify the output for the above coding.

Evaluation | Q 8. | Page 332

Which key is used to run the module?

  • F6

  • F4

  • F3

  • F5

Evaluation | Q 9. | Page 332

Identify the right type of chart using the following hints.

Hint 1: This chart is often used to visualize a trend in data over intervals of time.

Hint 2: The line in this type of chart is often drawn chronologically.

  • Line chart

  • Bar chart

  • Pie chart

  • Scatter plot

Evaluation | Q 10. | Page 332

Read the statements given below. Identify the right option from the following pie chart.

Statement A: To make a pie chart with Matplotlib, we can use the plt.pie() function.

Statement B: The autopct parameter allows us to display the percentage value using the Python string formatting.

  • Statement A is correct.

  • Statement B is correct.

  • Both the statements are correct.

  • Both the statements are wrong.

Part II - Answer the following questions (2 Marks)

Evaluation | Q 1. | Page 332

Define Data Visualization.

Evaluation | Q 2. | Page 332

List the general types of data visualization.

Evaluation | Q 3. | Page 332

List the types of Visualizations in Matplotlib.

Evaluation | Q 4. | Page 332

How will you install Matplotlib?

Evaluation | Q 5. | Page 333

Write the difference between the following functions: plt.plot([1,2,3,4]), plt.plot([1,2,3,4], [1,4,9,16]).

Part III - Answer the following questions (3 Marks)

Evaluation | Q 1. | Page 333

Draw the output for the following data visualization plot.

import matplotlib.pyplot as plt
plt.bar([1,3,5,7,9],[5,2,7,8,2], label="Example one") plt.bar([2,4,6,8,10],[8,6,2,5,6], label="Example two", color='g')
plt.legend()
plt.xlabel('bar number')
plt.ylabel('bar height')
plt.title('Epic Graph\nAnother Line! Whoa')
plt.show()

Evaluation | Q 2. | Page 333

Write any three uses of data visualization.

Evaluation | Q 3. a. | Page 333

Write the coding for the following:

To check if PIP is Installed on your PC.

Evaluation | Q 3. b. | Page 333

Write the coding for the following:

To check the version of PIP installed on your PC.

Evaluation | Q 3. c. | Page 333

Write the coding for the following:

To list the packages in matplotlib.

Evaluation | Q 4. | Page 333

Write the plot for the following pie chart output.

Part IV - Answer the following questions (5 Marks)

Evaluation | Q 1. | Page 333

Explain in detail the types of pyplots using Matplotlib.

Evaluation | Q 2. | Page 333

Explain the various buttons in a matplotlib window.

Evaluation | Q 3. a. | Page 333

Explain the purpose of the following function:

plt.xlabel

Evaluation | Q 3. b. | Page 334

Explain the purpose of the following function:

plt.ylabel

Evaluation | Q 3. c. | Page 334

Explain the purpose of the following function:

plt.title

Evaluation | Q 3. d. | Page 334

Explain the purpose of the following function:

plt.legend()

Evaluation | Q 3. e. | Page 334

Explain the purpose of the following function:

plt.show()

Solutions for 16: Data visualization using pyplot: line chart, pie chart and bar chart

Evaluation
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 16 - Data visualization using pyplot: line chart, pie chart and bar chart - Shaalaa.com

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 16 - Data visualization using pyplot: line chart, pie chart and bar chart

Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Samacheer Kalvi solutions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education 16 (Data visualization using pyplot: line chart, pie chart and bar chart) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.

Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Samacheer Kalvi textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.

Concepts covered in Computer Science [English] Class 12 TN Board chapter 16 Data visualization using pyplot: line chart, pie chart and bar chart are Data Visualization Definition, Getting Started, Special Plot Types.

Using Samacheer Kalvi Computer Science [English] Class 12 TN Board solutions Data visualization using pyplot: line chart, pie chart and bar chart exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Samacheer Kalvi Solutions are essential questions that can be asked in the final exam. Maximum Tamil Nadu Board of Secondary Education Computer Science [English] Class 12 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.

Get the free view of Chapter 16, Data visualization using pyplot: line chart, pie chart and bar chart Computer Science [English] Class 12 TN Board additional questions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education, and you can use Shaalaa.com to keep it handy for your exam preparation.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×