📖 generic · 12th TN - English Medium · COMPUTER SCIENCE · Page 323question

Evaluation · Part 2

Chapter 4: 6 · COMPUTER SCIENCE

display the percentage value using the Python string formatting. a. Statement A is correct b. Statement B is correct c.

Both the statements are correct d. Both the statements are wrong 12th Computer Chapter - - Data Visualization using Pyplot Part - II Answer the following questions ( Marks) . What is Data Visualization? .

List the general types of data visualization. . List the types of Visualizations in Matplotlib. .

How will you install Matplotlib? . Write the difference between the following functions: plt.plot([ , , , ]), plt. plot([ , , , ], [ , , , ]).

Part - III Answer the following questions ( Marks) . Draw the output for the following data visualization plot. import matplotlib.pyplot as plt plt.bar([ , , , , ],[ , , , , ], label="Example one") plt.bar([ , , , , ],[ , , , , ], label="Example two", color='g') plt.legend() plt.xlabel('bar number') plt.ylabel('bar height') plt.title('Epic Graph\nAnother Line! Whoa') plt.show() .

Write any three uses of data visualization. . Write the plot for the following pie chart output. 12th Computer Chapter - - Part - IV Answer the following questions ( Marks) .

Explain in detail the types of pyplots using Matplotlib. . Explain the various buttons in a matplotlib window. .

Explain the purpose of the following functions: a. plt.xlabel b. plt.ylabel c. plt.title d.

plt.legend() e. plt.show() Reference . datascience.com / data - science - with - python - intro -to- data -visualization-and-matplotlib-5f799b7c6d82. .

d9143287ae39. . programming.net / legends - titles - labels - matplotlib - tutorial/? completed=/matplotlib-intro-tutorial/.

. 12th Computer Chapter - - GLOSSARY Terminology Meaning Access control security technique that regulates who or what can view or use resources in a computing environment Access modifiers Private , Protected and Public Alternative One of two choices append() Used to add an element in a list Argument Argument is the actual value of this variable that gets passed to function. argv An array containing the values passed through command line argument Attribute Data items that makes up an object Authorization Giving permission or access Block Set of Statements Boolean means Logical break Exit the control c = sqlite3.connect('test. db') create a database connection to

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →