TN Online TestSamacheer Kalvi practice

12th Standard Computer Science — Data visualization using pyplot: line chart, pie chart and bar chart: Book Back Online Practice Test

Share this chapter: Telegram

Pick how many questions you want and set a time limit, then start. You'll get your score at the end with the correct answer and an explanation for every question. Free, in Tamil and English — 9 questions available.

Set up your test

Time remaining00:00
Q1
Which is a Python package used for 2D charts?
Q2
Identify the package manager for installing Python packages, or modules.
Q3
Which of the following feature is used to represent data and information graphically?
Q4
.......... is a collection of resources assembled to create a single unified visual display.
Q5
Which of the following module should be imported to visualize data and information in Python?
Q6
............ is a type of chart which displays information as a series of data points connected by straight line segments.
Q7
Read the code: import matplotlib.pyplot as plt plt.plot(3,2) plt.show() Identify the output for the above coding.
Q8
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.
Q9
Read the statements given below. Identify the right option from the following for 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.

More for this chapter

Book Back Questions9 textbook MCQs · solved Additional MCQs15 extra MCQs · solved Practice TestInteractive · instant score Additional MCQ TestTest yourself on the extra set Study NotesConcepts & methods Formula SheetAll key formulas

About this Data visualization using pyplot: line chart, pie chart and bar chart test

This free online practice test covers Data visualization using pyplot: line chart, pie chart and bar chart from the 12th Standard Computer Science (Samacheer Kalvi) syllabus. Choose the number of questions and an optional time limit, then answer and submit — everything is checked in your browser, with the correct answers and a worked explanation shown at the end. For the full solutions to every question in this set, see the solved MCQs page.

More chapters in Computer Science

View all
1 Function 2 Data Abstraction 3 Scoping 4 Algorithmic Strategies 5 Python -Variables and Operators 6 Control Structures 7 Python functions 8 Strings and String manipulation 9 Lists, Tuples, Sets and Dictionary 10 Python Classes and objects 11 Database Concepts 12 Structured Query Language (SQL) 13 Python and CSV files 14 Importing C++ programs in Python. 15 Data manipulation through SQL