{"id":37442,"date":"2022-02-19T18:08:53","date_gmt":"2022-02-19T12:38:53","guid":{"rendered":"https:\/\/mcq-questions.com\/?p=37442"},"modified":"2022-02-19T18:08:53","modified_gmt":"2022-02-19T12:38:53","slug":"mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1","status":"publish","type":"post","link":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/","title":{"rendered":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 1"},"content":{"rendered":"

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

Question 1.<\/p>\n

Pyplot is an interface of Python\u2019s …….. library.<\/h2>\n

(a) seaborn
\n(b) plotly
\n(c) ggplot
\n(d) matplotlib
\nAnswer:
\n(d) matplotlib<\/p>\n

Question 2.<\/p>\n

For 2D plotting using a Python library, which library interface is often used?<\/h2>\n

(a) Seaborn
\n(b) Plotly
\n(c) Matplotlib
\n(d) Matplotli(b)pyplot
\nAnswer:
\n(d) Matplotli(b)pyplot<\/p>\n

\"MCQ<\/p>\n

Question 3.<\/p>\n

Which of the following is not a valid chart type?<\/h2>\n

(a) Histogram
\n(b) Statistical
\n(c) Pie
\n(d) Box
\nAnswer:
\n(b) Statistical, (d) Box<\/p>\n

Question 4.<\/p>\n

Which of the following is not a valid plotting function of pyplot?<\/h2>\n

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

Question 5.<\/p>\n

Which of the following plotting functions does not plot multiple data series?<\/h2>\n

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

Question 6.<\/p>\n

The plot which tells the trend between two graphed variables is the graph\/chart.<\/h2>\n

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

Question 7.<\/p>\n

The plot which tells the correlation between two variables which may not be directly related is graph\/chart.<\/h2>\n

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

Question 8.<\/p>\n

(a) ……. is a summarisation tool for discrete or ….. continuous dat(a)<\/h2>\n

(a) quartile
\n(b) histogram
\n(c) mean
\n(d) median
\nAnswer:
\n(b) histogram<\/p>\n

\"MCQ<\/p>\n

Question 9.<\/p>\n

A visual representation of the statistical five number summary of a given dataset is known as<\/h2>\n

(a) histogram
\n(b) frequency distribution
\n(c) boxplot
\n(d) frequency polygon
\nAnswer:
\n(c) boxplot<\/p>\n

Question 10.<\/p>\n

Which of the following function is used to create a line chart?<\/h2>\n

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

Question 11.<\/p>\n

Which of the following function will produce a bar chart?<\/h2>\n

(a) plot( )
\n(b) bar( )
\n(c) plotbar( )
\n(d) barh( )
\nAnswer:
\n(b) bar( ), (d) barh( )<\/p>\n

Question 12.<\/p>\n

Which of the following will create a vertical bar chart?<\/h2>\n

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

Question 13.<\/p>\n

Which of the following function will create a horizontal bar chart?<\/h2>\n

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

Question 14.<\/p>\n

To specify the style of line as dashed, which argument of plot( ) needs to be set?<\/h2>\n

(a) line
\n(b) width
\n(c) style
\n(d) linestyle
\nAnswer:
\n(d) linestyle<\/p>\n

Question 15.<\/p>\n

The datapoints plotted on a graph are called<\/h2>\n

(a) points
\n(b) pointers
\n(c) marks
\n(d) markers
\nAnswer:
\n(d) markers<\/p>\n

Question 16.<\/p>\n

A ………. graph is a type of chart which displays …….information as a series of data points connected by straight line segments.<\/h2>\n

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

Question 17.<\/p>\n

To create scatter charts using plot( ), which argument is skipped?<\/h2>\n

(a) marker
\n(b) linestyle
\n(c) markeredgecolor
\n(d) linewidth
\nAnswer:
\n(b) linestyle<\/p>\n

\"MCQ<\/p>\n

Question 18.<\/p>\n

In scatter( ), which argument is used to specify the size of datapoints?<\/h2>\n

(a) size
\n(b) s
\n(c) marker
\n(d) markersize
\nAnswer:
\n(b) s<\/p>\n

Question 19.<\/p>\n

Which argument of bar( ) lets you set the thickness of bar?<\/h2>\n

(a) thick
\n(b)thickness
\n(c) width
\n(d) barwidth
\nAnswer:
\n(c) width<\/p>\n

Question 20.<\/p>\n

Which function Lets you set the title of the plot?<\/h2>\n

(a) title( )
\n(b) plottitle( )
\n(c) graphtitle( )
\n(d) All of these
\nAnswer:
\n(a) title( )<\/p>\n

Question 21.<\/p>\n

The command used to give a heading to a graph is……….<\/h2>\n

(a) plt.show( )
\n(b) plt.plot( )
\n(c) plt.xlabel( )
\n(d) plt.title( )
\nAnswer:
\n(d) plt.title( )<\/p>\n

Question 22.<\/p>\n

Which function would you use to set the limits for x-axis of the plot?<\/h2>\n

(a) limits( )
\n(b) xlimits( )
\n(c) xlim( )
\n(d) lim( )
\nAnswer:
\n(c) xlim( )<\/p>\n

Question 23.<\/p>\n

Which function is used to show legends?<\/h2>\n

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

Question 24.<\/p>\n

Which argument must be set with plotting functions for legend() to display the legends?<\/h2>\n

(a) data
\n(b) label
\n(c) name
\n(d) sequence
\nAnswer:
\n(b) label<\/p>\n

\"MCQ<\/p>\n

Question 25.<\/p>\n

Which function is used to create a histogram?<\/h2>\n

(a) histo( )
\n(b) histogram( )
\n(c) hist( )
\n(d) histtype
\nAnswer:
\n(c) hist( )<\/p>\n

Question 26.<\/p>\n

Which argument in hist( ) is used to create a stacked bar type histogram?<\/h2>\n

(a) histt
\n(b) histtype
\n(c) type
\n(d) barstacked
\nAnswer:
\n(b) histtype<\/p>\n

Question 27.<\/p>\n

Which of the following functions can plot only one data series?<\/h2>\n

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

Question 28.<\/p>\n

Which argument must be provided to create wedges out of a pie chart?<\/h2>\n

(a) label
\n(b) autopct
\n(c) explode
\n(d) wedge
\nAnswer:
\n(c) explode<\/p>\n

Question 29.<\/p>\n

Which argument should be set to display percentage share of each pie on a pie chart?<\/h2>\n

(a) label
\n(b) autopct
\n(c) explode
\n(d) wedge
\nAnswer:
\n(b) autopct<\/p>\n

Question 30.<\/p>\n

Which function creates a boxplot?<\/h2>\n

(a) box( )
\n(b) plot( )
\n(c) boxplot( )
\n(d) showbox( )
\nAnswer:
\n(c) boxplot( )<\/p>\n

Question 31.<\/p>\n

Which argument of boxplot( ) is used to create a filled boxplot?<\/h2>\n

(a) fill
\n(b) box
\n(c) patch_artish
\n(d) patch
\nAnswer:
\n(c) patch_artish<\/p>\n

Question 32.<\/p>\n

(a) ……… is a plot that shows the underlying …… frequency distribution of a set of continuous data<\/h2>\n

(a) Histogram
\n(b) Pyplot
\n(c) Bar chart
\n(d) Pie chart
\nAnswer:
\n(a) Histogram<\/p>\n

Question 33.<\/p>\n

Pyplot interface is a collection of methods within library of Python.<\/h2>\n

(a) Matplotlib
\n(b) Numpy
\n(c) Pandas
\n(d) None of these
\nAnswer:
\n(a) Matplotlib<\/p>\n

Question 34.<\/p>\n

Pyplot\u2019s ……… function is used to create line charts.<\/p>\n

(a) plot( )
\n(b) barh( )
\n(c) scatter( )
\n(d) hist( )
\nAnswer:
\n(a) plot( )<\/p>\n

Question 35.<\/p>\n

Pyplot\u2019s function is used to create horizontal bar charts.<\/h2>\n

(a) plot( )
\n(b) barh( )
\n(c) scatter( )
\n(d) hist( )
\nAnswer:
\n(b) barh( )<\/p>\n

Question 36.<\/p>\n

Pyplot\u2019s function is used to create scatter ……..charts.<\/h2>\n

(a) plot( )
\n(b) barh( )
\n(c) scatter( )
\n(d) hist( )
\nAnswer:
\n(c) scatter( )<\/p>\n

Question 37.<\/p>\n

Pyplot\u2019s function is used to create histogram.<\/h2>\n

(a) plot( )
\n(b) barh( )
\n(c) scatter( )
\n(d) hist( )
\nAnswer:
\n(d) hist( )<\/p>\n

\"MCQ<\/p>\n

Question 38.<\/p>\n

The datapoints plotted on a graph are called<\/h2>\n

(a) markers
\n(b) linewidth
\n(c) linestyle
\n(d) width
\nAnswer:
\n(a) markers<\/p>\n

Question 39.<\/p>\n

The argument of plot( ) specifies the width ……..for the line.<\/h2>\n

(a) notch
\n(b) linewidth
\n(c) linestyle
\n(d) length
\nAnswer:
\n(b) linewidth<\/p>\n

Question 40.<\/p>\n

The argument of plot( ) specifies the style of …… the line.<\/h2>\n

(a) notch
\n(b) linewidth
\n(c) linestyle
\n(d) length
\nAnswer:
\n(c) linestyle<\/p>\n

Question 41.<\/p>\n

The argument of bar( ) specifies the bar …….. width.<\/h2>\n

(a) markers
\n(b) linewidth
\n(c) linestyle fc- V
\n(d) width
\nAnswer:
\n(d) width<\/p>\n

Question 42.<\/p>\n

The function is used to specify ticks for x-axis.<\/h2>\n

(a) xticks( )
\n(b) yticks( )
\n(c) xyticks( )
\n(d) xxticks( )
\nAnswer:
\n(a) xticks( )<\/p>\n

Question 43.<\/p>\n

To save a plot……… function is used<\/h2>\n

(a) savefig( )
\n(b) savefun( )
\n(c) savefigure( )
\n(d) None of these
\nAnswer:
\n(a) savefig( )<\/p>\n

Question 44.<\/p>\n

The argument of hist( ) is set to create a …….. horizontal histogram.<\/h2>\n

(a) landscape
\n(b) portrait
\n(c) documentation
\n(d) orientation
\nAnswer:
\n(d) orientation<\/p>\n

\"MCQ<\/p>\n

Question 45.<\/p>\n

The argument shows the arithmetic mean …… on a boxplot.<\/h2>\n

(a) showmeans
\n(b) Showsmeans
\n(c) Showmean
\n(d) None of these
\nAnswer:
\n(a) showmeans<\/p>\n

Question 46.<\/p>\n

The ……..argument in a boxplot( ) creates a …… notched boxplot.<\/h2>\n

(a) notch
\n(b) limits
\n(c) grid
\n(d) labels
\nAnswer:
\n(a) notch<\/p>\n

Question 47.<\/p>\n

The …… argument of legend( ) provides the …… location of legend<\/h2>\n

(a) loc
\n(b) Toe
\n(c) Goc
\n(d) None of these
\nAnswer:
\n(a) loc<\/p>\n

Question 48.<\/p>\n

Using Python Matplotlib can be used to ……. count how many values fall into each interval.<\/h2>\n

(a) Histogram
\n(b) Pyplot
\n(c) Bar chart
\n(d) Pie chart
\nAnswer:
\n(a) Histogram<\/p>\n

Question 49.<\/p>\n

Pyplot is a sub-library of matplotlib library.<\/h2>\n

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

Question 50.<\/p>\n

Statement import pyplotmatplotlib is a valid statement for working on pyplot functions.<\/h2>\n

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

Question 51.<\/p>\n

By default, pie chart is printed in elliptical or oval shape.<\/h2>\n

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

Question 52.<\/p>\n

The default shape of pie chart cannot be changed from oval<\/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 53.<\/p>\n

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

(a) False
\n(b) True
\n(c) Error
\n(d) None of these
\nAnswer:
\n(a) False<\/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 1 Question 1. Pyplot is an interface of Python\u2019s …….. library. (a) seaborn (b) plotly (c) ggplot (d) matplotlib Answer: (d) matplotlib Question 2. For 2D plotting using a Python library, which library interface is often used? (a) Seaborn (b) Plotly (c) Matplotlib (d) Matplotli(b)pyplot Answer: …<\/p>\n

MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 1<\/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 1 - 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-1\/\" \/>\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 1 - MCQ Questions\" \/>\n<meta property=\"og:description\" content=\"Plotting Data Using Matplotlib Class 12 MCQ Questions Part 1 Question 1. Pyplot is an interface of Python\u2019s …….. library. (a) seaborn (b) plotly (c) ggplot (d) matplotlib Answer: (d) matplotlib Question 2. For 2D plotting using a Python library, which library interface is often used? (a) Seaborn (b) Plotly (c) Matplotlib (d) Matplotli(b)pyplot Answer: … MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 1 Read More »\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/\" \/>\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:38:53+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=\"6 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-1\/#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-1\/#webpage\",\"url\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/\",\"name\":\"MCQ Questions for Class 12 Informatics Practices \\u2013 Plotting Data Using Matplotlib Part 1 - 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-1\/#primaryimage\"},\"datePublished\":\"2022-02-19T12:38:53+00:00\",\"dateModified\":\"2022-02-19T12:38:53+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-1\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/#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 1\"}]},{\"@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 1 - 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-1\/","og_locale":"en_US","og_type":"article","og_title":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 1 - MCQ Questions","og_description":"Plotting Data Using Matplotlib Class 12 MCQ Questions Part 1 Question 1. Pyplot is an interface of Python\u2019s …….. library. (a) seaborn (b) plotly (c) ggplot (d) matplotlib Answer: (d) matplotlib Question 2. For 2D plotting using a Python library, which library interface is often used? (a) Seaborn (b) Plotly (c) Matplotlib (d) Matplotli(b)pyplot Answer: … MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 1 Read More »","og_url":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/","og_site_name":"MCQ Questions","article_publisher":"https:\/\/www.facebook.com\/NCERTSolutionsGuru\/","article_published_time":"2022-02-19T12:38:53+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":"6 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-1\/#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-1\/#webpage","url":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/","name":"MCQ Questions for Class 12 Informatics Practices \u2013 Plotting Data Using Matplotlib Part 1 - 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-1\/#primaryimage"},"datePublished":"2022-02-19T12:38:53+00:00","dateModified":"2022-02-19T12:38:53+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-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mcq-questions.com\/mcq-questions-for-class-12-informatics-practices-plotting-data-using-matplotlib-part-1\/#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 1"}]},{"@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\/37442"}],"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=37442"}],"version-history":[{"count":1,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37442\/revisions"}],"predecessor-version":[{"id":37444,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/posts\/37442\/revisions\/37444"}],"wp:attachment":[{"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/media?parent=37442"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/categories?post=37442"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mcq-questions.com\/wp-json\/wp\/v2\/tags?post=37442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}