0% found this document useful (0 votes)
17 views5 pages

Sample MCQ

MCQ question on disaster management

Uploaded by

Aman
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)
17 views5 pages

Sample MCQ

MCQ question on disaster management

Uploaded by

Aman
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/ 5

1. Which of the following is the most important language for Data Science?

A. Java
B. Excel
C. C++
D. Python
i. ANSWER:D

2. Which of the following is one of the key data science skills?


A. Statistics
B. Machine Learning
C. Data Visualization
D. All of the mentioned
ANSWER:D

3. Which of the following are the Data Sources in data science?


A. Structured
B. UnStructured
C. Both (a) and (b)
D. None Of the above
ANSWER:C

4. Which of the following is not a application for data science?


A. Online Price Comparison
B. Price predication
C. Recommendation Systems
D. Image & Speech Recorder
ANSWER:D

5. Which of the following step is performed by data scientist after acquiring the data?
A. Data Replication
B. Data Integration
C. Data Forecasting
D. Data Cleaning
ANSWER:D

6. np.empty(2,2),always return an array


A. Consisting all Zero(2,2)
B. Empty
C. Garbage Value(2,2)
D. NaN(2,2)
ANSWER:C

7. Array-Valued Version of python range function in Numpy


A. aarange()
B. asarray()
C. arange()
D. aarray()
ANSWER:C

8. Function used to produce array of all ones of shape and dtype similar to another array
A. ones()
B. ones_like()
C. one
D. one.like()
ANSWER:B

9. Function to get identity on diagonal we want,


A. identity()
B. eye()
C. diagonal()
D. Ones_like()
ANSWER:B

10. Using ndim we can find


A. the dimension of the array
B. Size of array
C. Operational activities on Matrix
D. None of the mentioned above
ANSWER:A

11. In boolean indexing, index can be


A. Unique
B. Non-unique
C. Binary
D. Sequential
ANSWER:C

12. Keywords which work with boolean indexing


A. And
B. Or
C. Both option
D. None of option
ANSWER:D

13. array.T function of Numpy is similar to ......... of python.


A. Swapaxes
B. Trans
C. Change.axis
D. Swap.axis
ANSWER:A

14. Which function is not a Unary Ufuncs


A. square
B. ceil
C. power
D. tan
ANSWER:C

15. Which Function is not a aggregation mathematical function?


A. mean()
B. Sum()
C. std()
D. Mod()
ANSWER:D

16. Which of the following is/are used to analyze the data in pandas?
A. Dataframe
B. Series
C. Both A and B
D. None of the mentioned above
ANSWER:C

17. What will be the minimum number of arguments require to pass in pandas series?
A. 1
B. 2
C. 3
D. 4
ANSWER:A

18. Which of the following is a correct syntax for panda's dataframe?


A. Pandas.DataFrame(data, index, dtype, copy)
B. pandas.DataFrame( data, index, columns, dtype, copy)
C. pandas.DataFrame(data, index, dtype, copy)
D. pandas.DataFrame( data, index, rows, dtype, copy)
ANSWER:B

19. Which of the following can be used to create various inputs using pandas DataFrame?
A. Lists, dict
B. Series
C. Numpy ndarrays and Another DataFrame
D. All of the above mentioned
ANSWER:D

20. Amongst which of the following is / are not an iterative function for dataframe?
A. iterrows()
B. itercolumns()
C. iteritems()
D. All of the mentioned above
ANSWER:B

21. PANDAS stand for


A. Panel data analyst
B. Panel data
C. Panel data dataframe
D. panel data CSV
ANSWER:B

22. PANDAS data structure for 3D data


A. Series
B. Data series
C. Dataframe
D. frame
ANSWER:C
23. How to install PANDAS using python package
A. install pandas
B. pip
C. pip install pandas
D. pandas
ANSWER:C

24. Which of the following print series S in reverse order?


A. print(reverse S[1::1])
B. print(S[::1])
C. print(S[-1::1])
D. print(S[::-1])
ANSWER:D

25. Which of the following used to assign name to series?


A. seriesname
B. type.name
C. series.name
D. name
ANSWER:D

26. In regression analysis, the variable that is being predicted is;


A. the independent variable
B. the dependent variable
C. usually denoted by x
D. usually denoted by r
ANSWER:B

27. In the regression equation y = bo + b1x, bo is the;


A. slope of the line
B. independent variable
C. y intercept
D. coefficient of determination
ANSWER:C

28. If the slope of the regression equation y = bo + b1x is positive, then;


A. as x increases y decreases
B. as x increases so does y
C. Either a or b is correct
D. as x decreases y increases
ANSWER:B

29. If the regression equation is equal to y=23.6-54.2x, then 23.6 is the _____ while -54.2 is the
____ of the regression line.
A. Slope, intercept
B. Slope, regression coefficient
C. Intercept, slope
D. Radius, intercept
ANSWER:C
30. The process of constructing a mathematical model or function that can be used to predict or
determine one variable by another variable is called
A. regression
B. correlation
C. residual
D. outlier plot
ANSWER:A

31. In the regression equation Y = 21 - 3X, the slope is


A. 21
B. -21
C. 3
D. -3
ANSWER:C

32. In the regression equation Y = 75.65 + 0.50X, the intercept is


A. 0.50
B. 75.65
C. 1.00
D. indeterminable
ANSWER:B

33. The difference between the actual Y value and the predicted Y value found using a
regression equation is called the
A. slope
B. residual
C. outlier
D. scatter plot
ANSWER:B

34. The total of the squared residuals is called the


A. coefficient of determination
B. sum of squares of error
C. standard error of the estimate
D. r-squared
ANSWER:B

35. In regression analysis, R2 is also called the


A. residual
B. coefficient of correlation
C. coefficient of determination
D. standard error of the estimate
ANSWER:C

36. The coefficient of determination must be


A. between -1 and +1
B. between -1 and 0
C. between 0 and 1
D. equal
ANSWER:C

You might also like