0% found this document useful (0 votes)
2K views20 pages

Best 50 Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Uploaded by

Arif Hussain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views20 pages

Best 50 Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Uploaded by

Arif Hussain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

CS-IP-Learning-Hub
Important Questions and Notes


Menu 

Like

Best 50+ Data Visualization MCQ Class 12 IP


September 6, 2021 by csiplearninghub

Share with others

Data Visualization MCQ Class XII IP

Data Visualization MCQ

Click For
PANDAS SERIES MCQ

PANDAS DATAFRAME MCQ

Data Visualization MCQ Class XII IP

Q1. __________________ means graphical or pictorial representation of the data using graph, chart,
etc.
a. Data visualization

b. Visual Data

c. Matplot

d. None of the above

Show Answer

Q2. Which of the following library to be imported for creating chart in python?
a. Matplotlib

b. Pandas

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 1/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

c. Math

d. Random

Show Answer

Q3. Which module of matplotlib library is required for plotting of graph?


a. plot
Like
b. matplot

c. pyplot

d. None of the above

Show Answer

Q4. Which of the following command is correct to install matplotlib?


a. pip install matplot

b. pipe install matplotlib

c. pip install matplotlib

d. None of the above

Show Answer

Q5. _____________ function of the pyplot module is used to create a figure/chart/plot.


a. show( )

b. ploting( )

c. plot( )

d. plots( )

Show Answer

Data Visualization MCQ Class XII IP

Q6. A figure/chart contains ______


a. Plotting area

b. Legend

c. Axis labels

d. All of the above

Show Answer

Q7. ______________ function is used to display figure/chart.


a. showing( )

b. show( ) 

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 2/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

c. display( )

d. screen( )

Show Answer

Q8. To plot x versus y, we can write ________________ #plt is an alias for matplotlib.pyplot
a. plt.plot(y, x)
Like
b. plt.plot(x)

c. plt.plot(x,y)

d. None of the above

Show Answer

Q9. Values which are displayed on x-axis is called ___________


a. y ticks

b. x ticks

c. xy ticks

d. None of the above

Show Answer

Q10. Values which are displayed on y-axis is called ________________


a. y ticks

b. x ticks

c. xy ticks

d. None of the above

Show Answer

Data Visualization MCQ Class XII IP

Click here to check your performance in Data Visualization MCQ Class XII IP

Data Visualization MCQ Class XII IP

Data Visualization MCQ 

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 3/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Q11. plot(a, b) is provided with two parameters, which indicates values for _______________
a. x-axis and y-axis, respectively

b. y-axis and x-axis, respectively

c. x-axis only

d. None of the above


Like
Show Answer

Q12. By default plot() function plots a ________________


a. Histogram

b. Bar graph

c. Line chart

d. Pie chart

Show Answer

Q13. Which of the following function is used to save the figure/chart?


a. save( )

b. savefigure( )

c. savefig( )

d. None of the above

Show Answer

Q14. Name of the figure is passed to the ________________ function as parameter.


a. plot( )

b. show( )

c. savefig( )

d. None of the above

Show Answer

Q15. Which of the following pyplot function is used to plot histogram.


a. histogram( )

b. histo( )

c. histochart( )

d. hist( )

Show Answer


Data Visualization MCQ Class XII IP

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 4/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Q16. Which of the following pyplot function is used to plot pie chart.
a. pie( )

b. piechart( )

c. circle( )

d. oval( )
Like
Show Answer

Q17. Which of the following pyplot function is used to plot bar graph.
a. bargraph( )

b. bar( )

c. barchart( )

d. oval( )

Show Answer

Q18. Which of the following pyplot function is used to set the label for the x-axis.
a. xlabeled( )

b. xlabel( )

c. x_axis_label( )

d. None of the above

Show Answer

Q19. Which of the following pyplot function is used to set the values on the x-axis.
a. xticks( )

b. xlabel( )

c. xvalues( )

d. None of the above

Show Answer

Q20. Which of the following pyplot function is used to set a title for the chart.
a. Title( )

b. c_title( )

c. title( )

d. None of the above

Show Answer


Data Visualization MCQ Class XII IP

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 5/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Click here to check your performance in Data Visualization MCQ Class XII IP

Data Visualization MCQ Class XII IP

Like

Data Visualization MCQ

Q21. To show the grid lines in plot, we can write _______________ #plt is an alias of
matplotlib.pyplot
a. plt.grid( )

b. plt.grid(True)

c. Both of the above

d. None of the above

Show Answer

Q22. A ___________ is any symbol that represents a data value in a line chart.
a. marker

b. mark

c. marks

d. None of the above

Show Answer

Q23. ‘marker’ is an attribute of ____________ function.


a. show( )

b. plot( )

c. display( )

d. None of the above

Show Answer

Q24. Write a statement to display “Amount” as x-axis label. (consider plt as an alias name of
matplotlib.pyplot)
a. plt.label(“Amount”)

b. plt.xlabel(“Amount”) 

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 6/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

c. plt.xlabel(Amount)

d. None of the above

Show Answer

Q25. Write a statement to “use * as marker” . (consider plt as an alias name of matplotlib.pyplot)
a. plt.plot(h, w, marker = “*”) #h and w are data representing x axis and y axis
Like

b. plt.plot(h, w, mark = “*”) #h and w are data representing x axis and y axis

c. plt.marker(“*”)

d. None of the above

Show Answer

Data Visualization MCQ Class XII IP


Q26. Series and DataFrame have their own __________ function.
a. show( )

b. plot( )

c. both of the above

d. none of the above

Show Answer

Q27. If we have a Series type object (let’s say ‘s1’ ) we can call the plot method by writing
_____________
a. s1.plot( )

b. plot(s1)

c. s1.plot(s1)

d. None of the above

Show Answer

Q28. Which attribute of plot( ) function help to specify the type of chart?
a. type


b. kind

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 7/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

c. kinds

d. types

Show Answer

Q29. Statement to plot a line chart for data stored in a DataFrame ‘df’ is _____
a. df.plot(line)
Like
b. plot(df, line)

c. df.plot(kind = “line”)

d. None of the above

Show Answer

Q30. Attribute/parameter to set marker size is _____


a. marker size

b. sizeofmarker

c. markersize

d. None of the above

Show Answer

Data Visualization MCQ Class XII IP

Click here to check your performance in Data Visualization MCQ Class XII IP

Data Visualization MCQ Class XII IP


Q31. A _____________ plot is a graph that shows the frequency of data along a number line.
a. line

b. box

c. histogram

d. bargraph

Show Answer

Q32. Which attribute of plot( ) function is used to set the width of line in line plot?
a. widthline

b. linewidth

c. widthofline

d. none of the above 

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 8/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Show Answer

Q33. Which attribute of plot( ) function is used to set the style of line in line plot?
a. linestyle

b. styleline

c. styleofline
Like
d. none of the above

Show Answer

Q34. Which attribute of plot( ) function is used to set the edge color of bar in bar chart?
a. bordercolor

b. colorofedge

c. edgecolor

d. none of the above

Show Answer

Q35. Which attribute of plot( ) function is used to set the different color of bars in bar chart?
a. color

b. barcolor

c. colorbar

d. none of the above

Show Answer

Data Visualization MCQ Class XII IP

Q36. ____________ are column-charts, where each column represents a range of values, and the
height of a column corresponds to how many values are in that range.
a. Bar graph

b. Histograms

c. Line chart

d. pie chart

Show Answer

Q37. Which parameter of plot( ) function help to set the values of bins in Histogram?
a. bin

b. bins

c. binvalue

d. none of the above
https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 9/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Show Answer

Q38. Which attribute is used to change the border color of each hist in histogram?
a. border color

b. colorofborder

c. edgecolor
Like
d. none of the above

Show Answer

Q39. Which attribute is used to fill each hist with pattern in histogram?
a. pattern

b. fill

c. hatch

d. color

Show Answer

Q40. What is the default value of fill property in plot( ) function of creating histogram?
a. True

b. False

c. Green

d. Black

Show Answer

Data Visualization MCQ Class XII IP

Click here to check your performance in Data Visualization MCQ Class XII IP

Data Visualization MCQ Class XII IP

Q41. Fill in the blank in the given code, if we want to plot a line chart for values of list ‘a’ vs values
of list ‘b’.

a = [1, 2, 3, 4, 5]

b = [10, 20, 30, 40, 50]

import matplotlib.pyplot as plt

plt.plot __________

a. (a, b)

b. (b, a)

c. [a, b]

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 10/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

d. None of the above

Show Answer

Q42. Which of the following is used to design 2D charts/graphs/figures?


a. matplotlib.pythonplot

b. matplotlib.pyplot
Like
c. matplot.pyplot

d. none of the above

Show Answer

Q43. The following code will create __________ .

import matplotlib.pyplot as pl

a = [1,2,3,4,5]

b = [10, 20, 30, 40, 50]

c = [5, 10, 15, 20, 25]

pl.plot(a,b)

pl.plot(a,c)

pl.show()

a. line chart

b. bargraph

c. histogram

d. None of the above

Show Answer

Q44. The following code will show ___________ lines in the figure/chart.

import matplotlib.pyplot as pl

a = [1,2,3,4,5]

b = [10, 20, 30, 40, 50]

c = [5, 10, 15, 20, 25]

pl.plot(a,b)

pl.plot(a,c)

pl.show()

a. 1

b. 2

c. 3

d. 4

Show Answer

Q45. The following statement will create line plot of __________ color.
pl.plot(a, b, ‘g’) #a and b are list

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 11/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

a. black

b. yellow

c. green

d. magenta

Show Answer
Like

Data Visualization MCQ Class XII IP

Q46. Which of the following chart can not be created by using matplotlib.pyplot ?
a. Box

b. Stats

c. Pie

d. Line

Show Answer

Q47. Which of the following function is used to plot a line chart?


a. line( )

b. linechart( )

c. plot( )

d. plotter( )

Show Answer

Q48. Which function is used to display the legend in plot?


a. legend

b. Legend

c. legends

d. All of the above

Show Answer

Q49. Which of the following function will create bar chart?


a. bar( )

b. barh( )

c. Both of the above

d. None of the above

Show Answer


Q50. The following code will create _______

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 12/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

pl.plot(a) #a is a list and pl is an alias of matplotlib.pyplot

a. line chart with no values on x axis

b. line chart with no values on y axis

c. line chart with values on both the axis

d. None
Like of the above

Show Answer

Data Visualization MCQ Class XII IP

Click here to check your performance in Data Visualization MCQ Class XII IP

Data Visualization MCQ Class XII IP


Q51. df.plot(kind=’hist’) function automatically selects the size of the bins.(T/F)
a. True

b. False

Show Answer

Click For

PANDAS SERIES MCQ N M N


PANDAS DATAFRAME MCQ

Data Visualization MCQ Class XII IP

Data Visualization MCQ

Disclaimer : I tried to give you the correct solution of “ Data Visualization MCQ Class XII IP ” , but if you feel that there is/are
mistakes in “ Data Visualization MCQ Class XII IP ” given above, you can directly contact me at [email protected].
NCERT Book and Study material available on CBSE official website are used as a reference to create above “ Data Visualization
MCQ Class XII IP ”

Important Links 

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 13/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

100 Practice Questions on Python Fundamentals

120+ MySQL Practice Questions


90+ Practice Questions on List

50+ Output based Practice Questions


100 Practice Questions on String
Like
70 Practice Questions on Loops
120 Practice Questions of Computer Network in Python

70 Practice Questions on if-else

40 Practice Questions on Data Structure

Computer Science Syllabus 2021-2022.

Term Wise CBSE Sample Paper Marking Scheme

Informatics Practices Syllabus 2021-2022

Term Wise CBSE Sample Paper Marking Scheme

Class 12 Computer Science Chapter wise MCQ

Class 12 MCQ

Like this:

Loading...

Related

70 Important Pandas MCQ Questions with Answers 100 Important Python dataframe MCQ Class 12 IP 150+ Best MCQ File Handling in Python Class 12
Class 12 IP

Share with others

 Pandas, Class 12 Chapter wise MCQ


 Best Data Entry and Keyboarding Skills Class 9 Book Solutions IT 402
 120+ Best MCQ on Python String Class 11 with Answers 

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 14/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Leave a Reply

Like

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.
Join 261 other subscribers

Email Address

Subscribe

About me

I am a teacher with more than 17 years of experience in education field. You can contact me at [email protected]

BACK TO COLLEGE

NET BANKING
DISCOUNT*

Inspiron 16 Plus

Legal Rollover

Buy Now

Like For Update

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 15/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

CS-IP Practice Test S…


পৃষ্ঠা লাইক কৰক ১৯৭ লাইকসমূহ

CS-IP Practice Test


Sheet
দেওবাৰে

Communication Skills Class 9 MCQ


Communication Skills Class 9 MCQ
Q1. ______________ skill is needed
to speak and write properly. a.
Communication b. Management c.
Like
ICT d. Writing Ans. a. Communication
Q2. An effective speaker is the one
who is __________ a. speaking
appropriately whilst maintaining eye
contact with the audience. b. using
varied vocabulary. c. using varied
articulate speech to suit the need of
the audience....

Recently Added

Best 100+ Communication Skills Class 9 MCQ IT 402


September 26, 2021
150+ Best MCQ File Handling in Python Class 12
September 17, 2021
120+ Best MCQ on Python String Class 11 with Answers
September 11, 2021
Best 50+ Data Visualization MCQ Class 12 IP
September 6, 2021
Best Data Entry and Keyboarding Skills Class 9 Book Solutions IT 402
September 2, 2021
Important 60+ MCQ Data Entry and Keyboarding Skills Class 9 IT 402
August 27, 2021
Important MCQ Encoding Schemes Class 11 Computer Science
August 23, 2021
50 Best MCQ Computer Science Number System Class 11
August 18, 2021


Archives

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 16/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Select Month

Like

Select Topic

Assignment (3)
Binary File Handling (1)
Class 10 IT 402 QnA (34)
Class 10 IT Notes (8)
Class 11 Chapter wise MCQ (5)
Class 12 Chapter wise MCQ (4)
Class 12 IP Notes (1)
Class 9 IT 402 QnA (10)
Class 9 IT Notes (2)
Error Finding Questions (1)
File Handling (10)
IT-402 Book Solution (7)
IT-402 Practical (1)
IT-402 Sample Paper (2)
List in Python (5)
MySQL (3)
NCERT CS Solution (11)
NCERT IP Solution (4)
Networking (1)
One Mark Question (1)
Pandas (5)
Practical Paper Class 12 (1)
Python Conditional Statement Test (1)
Python Data Structure (2)

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 17/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Python Dictionary (3)


Python Fundamental Test Series (1)
Python Loop Test Series (10)
Python loops Practice Questions (1)
Python Output based questions (1)
Python String (8)
Random in Python (1)
Solved Test (2)
Sorting algorithm (4)
Like

Sumita Arora Solution Class 11 (1)


Tuples in Python (2)

Contact Form
Name *

First Last

Email *

Comment or Message *

Submit

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 18/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Like

Recently Added

Best 100+ Communication Skills Class 9 MCQ IT 402


150+ Best MCQ File Handling in Python Class 12
120+ Best MCQ on Python String Class 11 with Answers
Best 50+ Data Visualization MCQ Class 12 IP
Best Data Entry and Keyboarding Skills Class 9 Book Solutions IT 402

Share your Valuable Feedback

Name *

First Last

Email *

Comment or Message *

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 19/20
9/28/21, 4:43 PM Best 50+ Data Visualization MCQ Class 12 IP - CS-IP-Learning-Hub

Submit

Select Topic

Assignment (3)
Binary File Handling (1)
Class 10 IT 402 QnA (34)
Like
Class 10 IT Notes (8)
Class 11 Chapter wise MCQ (5)
Class 12 Chapter wise MCQ (4)
Class 12 IP Notes (1)
Class 9 IT 402 QnA (10)
Class 9 IT Notes (2)
Error Finding Questions (1)
File Handling (10)
IT-402 Book Solution (7)
IT-402 Practical (1)
IT-402 Sample Paper (2)
List in Python (5)
MySQL (3)
NCERT CS Solution (11)
NCERT IP Solution (4)
Networking (1)
One Mark Question (1)
Pandas (5)
Practical Paper Class 12 (1)
Python Conditional Statement Test (1)
Python Data Structure (2)
Python Dictionary (3)
Python Fundamental Test Series (1)
Python Loop Test Series (10)
Python loops Practice Questions (1)
Python Output based questions (1)
Python String (8)
Random in Python (1)
Solved Test (2)
Sorting algorithm (4)
Sumita Arora Solution Class 11 (1)
Tuples in Python (2)

© 2021 CS-IP-Learning-Hub • Built with GeneratePress

https://csiplearninghub.com/data-visualization-mcq-class-12-ip/ 20/20

You might also like