0% found this document useful (0 votes)
47 views

D. Data Visualization

The document contains 30 multiple choice questions about data science concepts like data visualization, Python programming language, Python libraries and functions like NumPy and Matplotlib. It tests knowledge on topics such as data types, conditional probability, central tendency measures, random numbers, vector and matrix operations.

Uploaded by

Sai Abhinav
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views

D. Data Visualization

The document contains 30 multiple choice questions about data science concepts like data visualization, Python programming language, Python libraries and functions like NumPy and Matplotlib. It tests knowledge on topics such as data types, conditional probability, central tendency measures, random numbers, vector and matrix operations.

Uploaded by

Sai Abhinav
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

1.

The graphical representation of data and information is known as---------


a. Data Mining
b. Data Cleaning
c. Predictive Modeling
d. Data Visualization
2. Which of the following programming languages is most important for Data Science?
a. C
b. C++
c. Java
d. Python

3. Who is the developer of Python Programming Language?


a. James Gosling
b. Guido Van Rossum.
c. Dennis Ritchie
d. Bjarne Stroustrup

4. Which of the following is an IDE for Python?


a. python Idle
b. Jupyter Notebook
c. pycharm
d. All the above

5. What is the function used to determine the data type of a variable?

a.datatype( )
b.data( )
c.type( )
d.typedata( )

6.Which of the following is not a measure of central tendency?


a.Mean
b.Median
c.Mode
d.Range

7. Which module in python contains the functions related to visualization?


a.fuctiontols
b.matplotlib
c.numpy
d.pandas
8. in python, List of List is also called_____________
a.dictonary
b.vector
c.matrix
d.array

9. which of the following is not a numeric data type in python


a. int
b. float
c. complex
d. str

10._______ is used to find number of rows of matrix


a.A[0][0]
b.len(A[0])
c.len(A)
d.len(A[0][0]

11.in python, _______ keyword is used to refer to the current instance of the class
a.current
b.present
c.this
d.self

12.what is the key:value type in Python datatypes?


a. list
b. tuple
c. set
d. dict

13. _______is a quantity which has both magnitude and direction


a. Matrix
b. Vector
c. Scalar
d. Range

14. which of the following equation is related to conditional probability?


a. P(AUB)=P(A)+P(B)-P(A∩ B)
b.P(A)=1-P(A`)
c. P(A/B)=P(A∩B)/P(B)
d. P(A/B)=P(B/A)P(A)/P(B)
15. The difference between the maximum value and minimum value of a set of numbers
is known as_______
a. Mean
b.Median
c.Mode
d.Range

16.range of correlation is__________


a.0 to100
b.-10 to 10
c.-1 to 1
d.0 to 10

17. which method is used to draw scatter plot?


a.plot()
b.histogram()
c.bar()
d.scatter()

18. Which module in python contains the functions related to Random numbers?
a.fuctiontols
b.matplotlib
c.numpy
d.random

19. _____________ method is not included in fuctiontools


a .filter
b.map
c.reduce
d.shuffle

20. The probability distribution of a binomial random variable is called -------


a. Uniform Distribution
b. Binomial Distribution
c. Poisson Distribution
d. Normal Distribution

21.yeild keyword is used in ______________


a.itreator
b.generator
c.enumarator
d.truthiness

22.___________ data types in python are unchangeable


a. List, Tuple
b. Tuple, Sets
c. Dictionary, List
d. Sets, Dictionary

23.find the mode of x=[10,20,30,20,40,40,20,10,70]


a.10
b.30
c.40
d.20

24.dot product of 2 vector A=[1,2.3] and B=[4,5,6]


a.38
b.32
c.24
d.48

25. in mtplotlib ,which method is used to display plot on screen?


a.axis()
b.show()
c.legend()
d.xticks()

26. what is the function used for assigning values to the properties of a class
a.init( )
b._init( )
c._init_( )
d.init_( )

27. matplotlib created by_________________

a. john hunter
b. Guido Van Rossum.
c. Dennis Ritchie
d. Bjarne Stroustrup

28. vectors are objects that can be added together to form____________


a.scalar
b.vector
c.matrix
d.distance

29. ___________ refers to measures of how spread out our data


a.central tendency
b.dispersion
c.probability
d.none

30. which method is used to draw line plot?


a.plot()
b.histogram()
c.bar()
d.scatter()

You might also like