Computer Science, asked by pathaniachirag2004, 8 months ago

consider the snippet given below: Import matplotlib.pyplot as plt # arr1 , arr2 defined here colors=[‘m’,’b’,’k’,’g’,’r’] Sizes=[50,120,220,150,80] Plt.scatter(arr1,arr2,c=colors,s=sizes,marker=”s”) With reference to the above code ,what will be the shape of marker?

1 point

Square

circle

diamond

star

13. consider the snippet given below: Import matplotlib.pyplot as plt # arr1 , arr2 defined here colors=[‘m’,’b’,’k’,’g’,’r’] Sizes=[50,120,220,150,80] Plt.scatter(arr1,arr2,c=colors,s=sizes,marker=”s”) What will be the colour of the first point.

1 point

Red

magenta

BLUE

BLACK

Clear selection

14. Which function is used to draw line chart and which method and value will you use to draw (........) type of line

1 point

Plot()function,linestyle=’dotted’

show()function,linestyle=’dot’

Plot()function,linestyle=’dot’

show()function,linestyle=’dotted’

15.Which function is used to plot a histogram?

1 point

Plot()

hist()

pie()

All are cotrrect

16.The easiest way to analyze and absorb information.

1 point

data analysis

data visualization

data interpretatiom

graph

17.A graphical representation technique for representing a dataset, usually as a graph, showing the relationship between two or more variables.

1 point

plot

bins

both

none

18.A function in python use for creating sequences also use in chart.

1 point

arange()

list()

arrange()

19.A circular representation divided into sectors also called wedges.

1 point

bar

pie chart

box

line

Which of the following is shown in a Box plot

0 points

median

Minimum and Maximum value

Q1 & Q2

All of the above

20.. What is the other name of whisker CHART.

1 point

box

histograph

stackedbar

pie

21. scatter chart can be created using

1 point

plot()

scatter()

plot() or scatter()

none of the above

22.Mr.Yusuf wants to know numbers of bar will be shown in the following snippet of code..Help to him. P=[3,6,9,12] Q=[40,48,54,46] Plt.xlim(-3,5) Plt.bar(p,Q) Plt.show()

2 points

2

3

1

0

23. Which data set could be represented by the box plot, shown below

2 points



3,4,8,9,9,10,12,13,13,16,18

3,4,7,9,9,10,12,13,13,16,18

3,4,8,9,9,12,12,13,13,16,18

2,4,7,9,9,10,12,13,13,16,18​

Answers

Answered by princess6675
1

Apko nahi lagta kuch zyada hi bada hai question

Similar questions