{"id":37445,"date":"2022-02-19T18:09:39","date_gmt":"2022-02-19T12:39:39","guid":{"rendered":"https:\/\/mcq-questions.com\/?p=37445"},"modified":"2022-02-21T15:41:00","modified_gmt":"2022-02-21T10:11:00","slug":"mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2","status":"publish","type":"post","link":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/","title":{"rendered":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2"},"content":{"rendered":"

Plotting Data Using Matplotlib Class 12 MCQ Questions Part 2<\/h2>\n

Question 1.<\/p>\n

A line chart can be plotted using pyplot library\u2019s plot( ) function.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(b) True<\/p>\n

Question 2.<\/p>\n

A bar chart can be plotted using pyplot library\u2019s bar( ) function.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(b) True<\/p>\n

Question 3.<\/p>\n

A bar chart can be plotted using pyplot library\u2019s barh( ) function.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(b) True<\/p>\n

Question 4.<\/p>\n

It is not possible to plot multiple series of values in the same bar graph.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(a) False<\/p>\n

\"MCQ<\/p>\n

Question 5.<\/p>\n

A standard marker of representing a non-number data in Python libraries is NaN.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(b) True<\/p>\n

Question 6.<\/p>\n

If the linestyle argument is missing along with marker style string in a plot( ), a scatter type chart get created<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(b) True<\/p>\n

Question 7.<\/p>\n

The bar( ) function can also create horizontal bar charts.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(a) False<\/p>\n

Question 8.<\/p>\n

the pie( ) function tan plot multiple data series.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(a) False<\/p>\n

\"MCQ<\/p>\n

Question 9.<\/p>\n

The plot is always as per the data series being plotted irrespective of the xlim( ).<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(a) False<\/p>\n

Question 10.<\/p>\n

FreQuestion uency polygon is created from histogram.<\/h2>\n

(a) False
\n(b) True
\n(c) Error
\n(d) None of the above
\nAnswer:
\n(b) True<\/p>\n

\"MCQ<\/p>\n

Question 11.<\/p>\n

The plot method on Series and DataFrame is just a simple wrapper around<\/h2>\n

(a) gplt.plot( )
\n(b) plt.plot( )
\n(c) plt.plotgraph( )
\n(d) None of the mentioned
\nAnswer:
\n(b) plt.plot( )
\nIf the index consists of dates, it calls gcf().autofmt_xdate() to try to format the x-axis nicely,<\/p>\n

Question 12.<\/p>\n

Point out the correct combination with regards to kind keyword for graph plotting.<\/h2>\n

(a) ‘hist’ for histogram
\n(b) ‘box’ for boxplot
\n(c) ‘area’ for area plots
\n(d) All of the mentioned
\nAnswer:
\n(d) All of the mentioned
\nThe kind keyword argument of plot( ) accepts a handful of values for plots other than the default Line plot,<\/p>\n

\"MCQ<\/p>\n

Question 13.<\/p>\n

Which of the following value is provided by kind keyword for barplot?<\/h2>\n

(a) bar
\n(b) kde
\n(c) hexbin
\n(d) None of the mentioned
\nAnswer:
\n(a) bar
\nbar can also be used for barplot.<\/p>\n

Question 14.<\/p>\n

You can create a scatter plot matrix using the ……. method in pandas.tools.plotting.<\/h2>\n

(a) sca_matrix
\n(b) scatter_matrix
\n(c) DataFrame.plot
\n(d) All of the mentioned
\nAnswer:
\n(b) scatter_matrix
\nYou can create density plots using the Series\/DataFrame. plot.<\/p>\n

Question 15.<\/p>\n

Point out the wrong combination with regards to kind keyword for graph plotting.<\/h2>\n

(a) ‘scatter’ for scatter plots .
\n(b) ‘kde’ for hexagonal bin plots
\n(c) ‘pie’for pie plots
\n(d) None of the mentioned
\nAnswer:
\n(b) ‘kde’ for hexagonal bin plots kde is used for density plots.<\/p>\n

Question 16.<\/p>\n

Which of the following plots are used to check if a data set or time series is random?<\/h2>\n

(a) Lag
\n(b) Random
\n(c) Lead
\n(d) None of the mentioned
\nAnswer:
\n(a) Lag
\nRandom data should not exhibit any structure in the lag plot.<\/p>\n

Question 17.<\/p>\n

Plots may also be adorned with error bars or tables.<\/h2>\n

(a) True
\n(b) False
\n(c) Error
\n(d) None of these
\nAnswer:
\n(a) True
\nThere are several plotting functions in pandas.tools.plotting.<\/p>\n

Question 18.<\/p>\n

Which of the following plots are often used for checking randomness in time series?<\/h2>\n

(a) Autocausation
\n(b) Autorank
\n(c) Autocorrelation
\n(d) None of the mentioned
\nAnswer:
\n(c) Autocorrelation
\nIf the time series is random, such autocorrelations should be near zero for any and all time-lag separations.<\/p>\n

Question 19.<\/p>\n

………….plots are used to visually assess the uncertainty of a statistic<\/h2>\n

(a) Lag
\n(b) RadViz
\n(c) Bootstrap
\n(d) None of the mentioned
\nAnswer:
\n(c) Bootstrap
\nResulting plots and histograms are what constitutes the bootstrap plot.<\/p>\n

\"MCQ<\/p>\n

Question 20.<\/p>\n

Andrews curves allow one to plot multivariate data<\/h2>\n

(a) True
\n(b) False
\n(c) Error
\n(d) None of these
\nAnswer:
\n(a) True
\nCurves belonging to samples of the same class will usually be closer together and form larger structures.<\/p>\n

Question 21.<\/p>\n

Which is a python package used for 2D graphics?<\/h2>\n

(a) matplotlibpyplot
\n(b) matplotlibpip
\n(c) matplotlibnumpy
\n(d) matplotlibplt
\nAnswer:
\n(a) matplotlibpyplot<\/p>\n

Question 22.<\/p>\n

Identify the package manager for Python packages, or modules.<\/h2>\n

(a) Matplotlib
\n(b) PIP
\n(c) plt.show( )
\n(d) python package
\nAnswer:
\n(b) PIP<\/p>\n

Question 23.<\/p>\n

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<\/h2>\n

(a) Check if PIP is Installed
\n(b) Install PIP
\n(c) Download a Package
\n(d) Check PIP version
\nAnswer:
\n(a) Check if PIP is Installed<\/p>\n

Question 24.<\/p>\n

Read the following code: Identify the purpose of this code and choose the right option from the following: C:\\Users\\Your
\nName\\AppData\\Local\\Programs\\Python\\ Python36-32\\Scripts>pip list<\/h2>\n

(a) List installed packages
\n(b) List command
\n(c) Install PIP
\n(d) Packages installed
\nAnswer:
\n(a) List installed packages<\/p>\n

\"MCQ<\/p>\n

Question 25.<\/p>\n

To install matplotlib, the following function will be typed in your command prompt. What does Trepresents? Python -m pip install -U pip<\/h2>\n

(a) downloading pip to the latest version
\n(b) upgrading pip to the latest version
\n(c) removing pip
\n(d) upgrading matplotlib to the latest version
\nAnswer:
\n(b) upgrading pip to the latest version<\/p>\n

Question 26.<\/p>\n

Observe the output figure. Identify the coding for obtaining this output.<\/h2>\n

\"MCQ
\n(a) import matplotli(b)pyplot as pit plt.plot([1,2,3], [4.5,1]) plt.show( )
\n(b) import matplotli(b)pyplot as pit plt.plot((1,2],[4,5]) plt.show( )
\n(c) import matplotli(b)pyplot as pit . plt.plot([2,3],[5,1]) plt.show( )
\n(d) import matplotli(b)pyplot as pit plt.plot([1,3),[4,1]) plt.show( )
\nAnswer:
\n(a) import matplotli(b)pyplot as pit plt.plot([1,2,3),[4,5,1]) plt.show( )<\/p>\n

Question 27.<\/p>\n

Which key is used to run the module?<\/h2>\n

(a) F6
\n(b) F4
\n(c) F3
\n(d) F5
\nAnswer:
\n(d) F5<\/p>\n

\"MCQ<\/p>\n

Question 28.<\/p>\n

Identify the right type of chart using the following hints.
\nHint 1: This chart is often used to visualize a trend in data over intervals of time.
\nHint 2: The line in this type of chart is often drawn chronologically.<\/h2>\n

(a) Line chart
\n(b) Bar chart
\n(c) Pie chart
\n(d) Scatter plot
\nAnswer:
\n(a) Line chart<\/p>\n

Question 29.<\/p>\n

Read the statements given below. Identify the right option from the following for pie chart:
\nStatement A: To make a pie chart with Matplotlib, we can use the plt.pie() function.
\nStatement B: The autopct parameter allows us to display the percentage value using the Python string formatting.<\/h2>\n

(a) Statement A is correct
\n(b) Statement B is correct
\n(c) Both the statements are correct
\n(d) Both the statements are wrong
\nAnswer:
\n(c) Both the statements are correct<\/p>\n

Question 30.<\/p>\n

Which library is the most used visulization library in python?<\/h2>\n

(a) visual
\n(b) matlibplot
\n(c) matplotlib
\n(d) matlab
\nAnswer:
\n(c) matplotlib .<\/p>\n

Question 31.<\/p>\n

Recommanded way to load matplotlib library is:<\/h2>\n

(a) import matplotli(b)pyplot as pit
\n(b) import matplotli(b)pyplot
\n(c) import matplotlib as pit
\n(d) import matplotlib
\nAnswer:
\n(a) import matplotli(b)pyplot as pit<\/p>\n

Question 32.<\/p>\n

which function of matplotlib can be used to create a line chart?<\/h2>\n

(a) line
\n(b) plot
\n(c) graph
\n(d) bar
\nAnswer:
\n(b) plot<\/p>\n

\"MCQ<\/p>\n

Question 33.<\/p>\n

Which function can be used to export generated graph in matplotlib to png?<\/h2>\n

(a) savefigure
\n(b) savefig
\n(c) save
\n(d) export
\nAnswer:
\n(b) savefig<\/p>\n

Question 34.<\/p>\n

Which one of these is not a valid line style in matplotlib?<\/h2>\n

(a) ‘<‘
\n(b) ‘<‘
\n(c) ‘<‘
\n(d) ‘<‘
\nAnswer:
\n(d) ‘<\u2019<\/p>\n

Question 35.<\/p>\n

Which one of these is not a type of network graph?<\/h2>\n

(a) Weighted graph
\n(b) Directed graph
\n(c) Undirected graph
\n(d) Circular graph
\nAnswer:
\n(d) Circular graph<\/p>\n

\"MCQ<\/p>\n

Question 36.<\/p>\n

Which graph should be used if we want to show distribution of elements?<\/h2>\n

(a) pie
\n(c) bar
\nAnswer:
\n(d) histogram<\/p>\n

Question 37.<\/p>\n

Which graph should be data?<\/h2>\n

(a) bar
\n(b) basemap
\n(c) scatterplots
\n(d) histogram
\nAnswer:
\n(c) scatterplots<\/p>\n

Question 38.<\/p>\n

Which method can be networkx library?<\/h2>\n

(a) shortest_path
\n(b) short_path
\n(c) shortestPath
\n(d) sortPath
\nAnswer:
\n(a) shortest_path<\/p>\n

Question 39.<\/p>\n

In box plot, data will be divided in how many parts?<\/h2>\n

(a) 3
\n(b) 4
\n(c) 2
\n(d) as many as we want
\nAnswer:
\n(b) 4<\/p>\n

Question 40.<\/p>\n

Which of the following is the representation of information in a graphic format?<\/h2>\n

(a) Info graphics
\n(b) Graphics
\n(c) Dashboard
\n(d) Charts
\nAnswer:
\n(a) Info graphics<\/p>\n

\"MCQ<\/p>\n

Question 41.<\/p>\n

Which of the following translate complex ideas and concepts into a simple visual format?<\/h2>\n

(i) Data visualization
\n(ii) Dashboards
\n(iii) Tables
\n(iv) Maps<\/p>\n

(a) i.iii
\n(b) iii, i
\n(c) i, iv
\n(d) i, ii
\nAnswer:
\n(d) i, ii<\/p>\n

Question 42.<\/p>\n

The most popular data visualization library in Python is:<\/h2>\n

(a) matplotlib
\n(b) pip
\n(c) matinfolib
\n(d) matpiplib
\nAnswer:
\n(d) matpiplib<\/p>\n

Question 43.<\/p>\n

Matplotlib allows you to create a:<\/h2>\n

(a) Table
\n(b) Charts
\n(c) Maps
\n(d) Info graphics
\nAnswer:
\n(a) Table<\/p>\n

\"MCQ<\/p>\n

Question 44.<\/p>\n

Which of following is not a visualization under matplotlib?<\/h2>\n

(a) Scatter plot
\n(b) Table plot
\n(c) Histogram
\n(d) Box plot
\nAnswer:
\n(b) Table plot<\/p>\n

Question 45.<\/p>\n

Which plot displays the distribution of data based on the five number summary?<\/h2>\n

(a) Scatter plot
\n(b) Line plot
\n(c) Box plot
\n(d) Chart plot
\nAnswer:
\n(c) Box plot<\/p>\n

Question 46.<\/p>\n

Which of the following command is used to install matplotlib for codingt?<\/h2>\n

(a) import plt.matplotlib as plot
\n(b) import plot.matplotlib as pit
\n(c) import matplotli(b)pit as plot
\n(d) import matplotli(b)pyplot as pit
\nAnswer:
\n(d) import matplotli(b)pyplot as pit<\/p>\n

Question 47.<\/p>\n

Which of the following method will be add inside the file to display plot?<\/h2>\n

(a) show ( )
\n(b) display ( )
\n(c) execute ( )
\n(d) plot ( )
\nAnswer:
\n(a) show ( )<\/p>\n

Question 48.<\/p>\n

The default x.vector has the same length of y but starts with:<\/h2>\n

(a) 3
\n(b) 2
\n(c) 1
\n(d) 0
\nAnswer:
\n(a) 3<\/p>\n

\"MCQ<\/p>\n

Question 49.<\/p>\n

Which button will help to navigate the chart?<\/h2>\n

(a) Navigate
\n(b) Pan
\n(c) Home
\n(d) Zoom
\nAnswer:
\n(c) Home<\/p>\n

Question 50.<\/p>\n

The different kinds of plot created using:<\/h2>\n

(a) Matplotlib
\n(b) Matplot
\n(c) Plotlib
\n(d) Matliplot
\nAnswer:
\n(a) Matplotlib<\/p>\n

Question 51.<\/p>\n

Which type of chart shows the relationship between a numerical variable and categorical variable?<\/h2>\n

(a) line
\n(b) bar
\n(c) pie
\n(d) x-y plot
\nAnswer:
\n(b) bar<\/p>\n

\"MCQ<\/p>\n

Question 52.<\/p>\n

Which of the following one indicates discontinuity?<\/h2>\n

(a) Histogram
\n(b) Pie
\n(c) Bar graph
\n(d) None of these
\nAnswer:
\n(c) Bar graph<\/p>\n

Question 53.<\/p>\n

………….. is the graphical representation of information and data<\/h2>\n

(a) Data visualization
\n(b) Data graphics
\n(c) Data dimension
\n(d) Data images
\nAnswer:
\n(a) Data visualization<\/p>\n

MCQ Questions for Class 12 Informatics Practices with Answers<\/a><\/h4>\n","protected":false},"excerpt":{"rendered":"

Plotting Data Using Matplotlib Class 12 MCQ Questions Part 2 Question 1. A line chart can be plotted using pyplot library\u2019s plot( ) function. (a) False (b) True (c) Error (d) None of these Answer: (b) True Question 2. A bar chart can be plotted using pyplot library\u2019s bar( ) function. (a) False (b) True …<\/p>\n

MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2<\/span> Read More »<\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","spay_email":""},"categories":[35],"tags":[],"yoast_head":"\nMCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2 - MCQ Questions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2 - MCQ Questions\" \/>\n<meta property=\"og:description\" content=\"Plotting Data Using Matplotlib Class 12 MCQ Questions Part 2 Question 1. A line chart can be plotted using pyplot library\u2019s plot( ) function. (a) False (b) True (c) Error (d) None of these Answer: (b) True Question 2. A bar chart can be plotted using pyplot library\u2019s bar( ) function. (a) False (b) True … MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2 Read More »\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"MCQ Questions\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NCERTSolutionsGuru\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-19T12:39:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-21T10:11:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ncertsolguru\" \/>\n<meta name=\"twitter:site\" content=\"@ncertsolguru\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prasanna\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mcq-questions.com\/#website\",\"url\":\"https:\/\/mcq-questions.com\/\",\"name\":\"MCQ Questions\",\"description\":\"MCQ Questions for Class 1 to 12\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mcq-questions.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1\",\"width\":159,\"height\":13,\"caption\":\"MCQ Questions\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#webpage\",\"url\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/\",\"name\":\"MCQ Questions for Class 12 Informatics Practices \\u2013 Plotting Data Using Matplotlib Part 2 - MCQ Questions\",\"isPartOf\":{\"@id\":\"https:\/\/mcq-questions.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#primaryimage\"},\"datePublished\":\"2022-02-19T12:39:39+00:00\",\"dateModified\":\"2022-02-21T10:11:00+00:00\",\"author\":{\"@id\":\"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3\"},\"breadcrumb\":{\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mcq-questions.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MCQ Questions for Class 12 Informatics Practices \\u2013 Plotting Data Using Matplotlib Part 2\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3\",\"name\":\"Prasanna\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/mcq-questions.com\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g\",\"caption\":\"Prasanna\"},\"url\":\"https:\/\/mcq-questions.com\/author\/prasanna\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2 - MCQ Questions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/","og_locale":"en_US","og_type":"article","og_title":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2 - MCQ Questions","og_description":"Plotting Data Using Matplotlib Class 12 MCQ Questions Part 2 Question 1. A line chart can be plotted using pyplot library\u2019s plot( ) function. (a) False (b) True (c) Error (d) None of these Answer: (b) True Question 2. A bar chart can be plotted using pyplot library\u2019s bar( ) function. (a) False (b) True … MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2 Read More »","og_url":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/","og_site_name":"MCQ Questions","article_publisher":"https:\/\/www.facebook.com\/NCERTSolutionsGuru\/","article_published_time":"2022-02-19T12:39:39+00:00","article_modified_time":"2022-02-21T10:11:00+00:00","og_image":[{"url":"https:\/\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png"}],"twitter_card":"summary_large_image","twitter_creator":"@ncertsolguru","twitter_site":"@ncertsolguru","twitter_misc":{"Written by":"Prasanna","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/mcq-questions.com\/#website","url":"https:\/\/mcq-questions.com\/","name":"MCQ Questions","description":"MCQ Questions for Class 1 to 12","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mcq-questions.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#primaryimage","inLanguage":"en-US","url":"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1","contentUrl":"https:\/\/i0.wp.com\/mcq-questions.com\/wp-content\/uploads\/2022\/01\/MCQ-Questions.png?fit=159%2C13&ssl=1","width":159,"height":13,"caption":"MCQ Questions"},{"@type":"WebPage","@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#webpage","url":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/","name":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2 - MCQ Questions","isPartOf":{"@id":"https:\/\/mcq-questions.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#primaryimage"},"datePublished":"2022-02-19T12:39:39+00:00","dateModified":"2022-02-21T10:11:00+00:00","author":{"@id":"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3"},"breadcrumb":{"@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mcq-questions.com\/"},{"@type":"ListItem","position":2,"name":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 2"}]},{"@type":"Person","@id":"https:\/\/mcq-questions.com\/#\/schema\/person\/4ba9570f32f2057e70e670c7885e47f3","name":"Prasanna","image":{"@type":"ImageObject","@id":"https:\/\/mcq-questions.com\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/174540ad43736c7d1a4c4f83c775e74d?s=96&d=mm&r=g","caption":"Prasanna"},"url":"https:\/\/mcq-questions.com\/author\/prasanna\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37445"}],"collection":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/comments?post=37445"}],"version-history":[{"count":4,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37445\/revisions"}],"predecessor-version":[{"id":37477,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37445\/revisions\/37477"}],"wp:attachment":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/media?parent=37445"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/categories?post=37445"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/tags?post=37445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}