Data Science CIVIL
Data Science CIVIL
Dashboard My courses Dr. Chayan Gupta Data Science 110520 Theory Data Science Final Quiz
Question 1
Complete
a. list
b. tuple
c. dict
d. set
Question 2
Complete
a. False
b. 1
c. True
d. Error
Question 3
Complete
a. 17.4
b. 17
c. 17.400
d. Error
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 1/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 4
Complete
a. tuple
b. set
c. list
d. dict
Question 5
Complete
a. helloworld
b. Hello”world
c. hello world
d. Error
Question 6
Complete
a. Cluster sampling
b. Convenience sampling
c. Stratified sampling
Question 7
Complete
a. 244
b. 1024
c. 20
d. Error
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 2/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 8
Complete
In if statement: X=100; Y= 500; if y>x; print(Y is greater than a), What is the missing in above code?
d. X=100
Question 9
Complete
Which elements signify the “key” in the given code: MITS= {“CE”: 120, “ME”: 100, “EE”: 80, “CS”: 115}
a. MITS
d. None of these
Question 10
Complete
Which can greatly impact the statistical analyses and skew the results of any hypothesis tests?
a. Asymptotic
b. Outlier
c. Binomial distribution
d. Unimodal
Question 11
Complete
Output of the following code: a = 1; b =True; type(a) & type(b) are respectively
a. int , bool
b. int, str
d. bool, str
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 3/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 12
Complete
After importing numpy as 'import numpy as np'? Which of the following statement is correct?
a. n1=nump.arrange((row,column),value)
b. n=np.full((row,column),value)
c. n1=nump.full((row,column),value)
d. n=np.arrange(value,(row,column))
Question 13
Complete
a. “ ”
b. {}
c. []
d. ()
Question 14
Complete
The _____ is a better measure of central tendency than the _____ when the distribution of data values is
skewed or when there are clear outliers.
a. Median, mean
b. Mean, median
c. Mean, mode
d. Mode, mean
Question 15
Complete
a. Return
b. Def
c. DEF
d. def
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 4/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 16
Complete
To determine how many item a list has for that which function we use
a. len()
b. type()
c. shape()
d. item()
Question 17
Complete
a. Pie
c. Boxplot
d. Histogram
Question 18
Complete
a.
b.
c.
d.
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 5/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 19
Complete
Question 20
Complete
Which is the second most represented age group according to the histogram?
a. 67-82
b. 37-52
c. 52-67
d. 22-37
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 6/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 21
Complete
Given d={'k1':[1,2,3]}
What is the output of d['k1'][1]
a. 2
b. 1
c. error
d. 3
Question 22
Complete
A variable represents the gender of a person. What type of data does it represent?
a.
b.
c.
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 7/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 23
Complete
Which of the following can be stated about the sample based on the distribution graph?
a.
b.
c.
d.
Question 24
Complete
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 8/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 25
Complete
Which one of the following is the real world challenge faced by the data scientist?
Question 26
Complete
a. Difference
b. Relationship
c. Variance
d. Similarity
Question 27
Complete
a. 'amm'
b. 'ammy'
c. 'mmy'
d. 'Sam'
Question 28
Complete
a. Greedy Problems
b. Regression Problems
d. Classification Problems
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 9/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 29
Complete
a. Pie
b. Histogram
c. Boxplot
d. Bar
Question 30
Complete
a.
b.
c.
d.
Question 31
Complete
a. False
b. True
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 10/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 32
Complete
a. set
b. dict
c. int
d. list
Question 33
Complete
a. False
b. True
Question 34
Complete
a. Linear regression
c. Linear polynomial
d. Linear sequence
Question 35
Complete
Which of the following is not the kind data science job role?
a. Statistician
b. Business analyst
c. Data scientist
d. System analyst
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 11/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 36
Complete
a. Data Discovery
b. Data preparation
c. Model planning
Question 37
Complete
a. do-while loop
b. while loop
c. for loop
Question 38
Complete
b. Keyword "continue" is used to continue with the remaining statements inside the loop.
d. Keyword "break" can be used to bring control out of the current loop.
Question 39
Complete
Suppose a tuple contains 10 elements. How can you set the 5th element of the tuple to 'Hello'?
a. arr[5] = 'Hello'
b. arr[4] = 'Hello'
d. arr(4) = 'Hello'
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 12/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 40
Complete
a. set1=set1+{7}
c. print(set1[0])
d. set1[0]=9
Question 41
Complete
Which of the following function is used to know the data type of a variable in Python?
a. datatype()
b. type()
c. vartype()
d. typeof()
Question 42
Complete
Python programming language allows to use one loop inside another loop known as?
a. switch
b. for all
c. nested
d. for each
Question 43
Complete
a. if (a => 22)
b. if a >= 22
c. if (a >= 2)
d. if a>=2 :
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 13/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 44
Complete
a. Keyword
b. Positional
c. None of these
Question 45
Complete
a. str1
b. 1.5
c. 1
d. 6/4
Question 46
Complete
Which of the following option is not a core data type in the python language?
a. Dictionary
c. Class
d. Lists
Question 47
Complete
Which of the following syntaxes is used to generate 100 random variables from a t-distribution with df = 10?
a. stats.t.rvs(df=10, size=100)
b. stats.t.pdf(df=10, size=100)
c. stats.t.pmf(df=10, size=100)
d. stats.t.rand(df=10, size=100)
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 14/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
Question 48
Complete
a. Histogram
b. Bar plot
c. Heat map
d. Regression plot
Question 49
Complete
a. Entire dataset
b. Small subset
c. Test dataset
d. Training dataset
Question 50
Complete
Select one:
True
False
Previous activity
◄ One minute paper writing
Jump to...
Next activity
Syllabus of Data Science1 ►
Stay in touch
Madhav institute of Technology & Science , Gwalior, M.P.
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 15/16
12/3/22, 2:23 PM Data Science Final Quiz: Attempt review
http://mitsgwalior.in/
Phone :0751-2409300
pro@mitsgwalior.in
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291399&cmid=22126&showall=1 16/16
Dashboard My courses Dr. Chayan Gupta Data Science 110520 Theory Data Science Final Quiz
Started on Saturday, 3 December 2022, 1:41 PM
State Finished
Completed on Saturday, 3 December 2022, 2:22 PM
Time taken 40 mins 54 secs
c. dict
d. set
c. True
d. Error
c. 17.400
d. Error
c. list
d. dict
Question 5 output of print(“hello" “world")
Incorrect
c. hello world
d. Error
c. Stratified sampling
Question 7 Write the output of the following code: print((3+1)**5)
Incorrect
Marked out of a. 244
1.00
b. 1024
c. 20
d. Error
d. X=100
Question 9 Which elements signify the “key” in the given code: MITS= {“CE”:
Correct 120, “ME”: 100, “EE”: 80, “CS”: 115}
Marked out of
1.00 a. MITS
d. None of these
Question 10 Which can greatly impact the statistical analyses and skew the
Correct results of any hypothesis tests?
Marked out of
1.00 a. Asymptotic
b. Outlier
c. Binomial distribution
d. Unimodal
Question 11 Output of the following code: a = 1; b =True; type(a) & type(b)
Correct are respectively
Marked out of
1.00 a. int , bool
b. int, str
c. Output will be error
d. bool, str
Question 12 After importing numpy as 'import numpy as np'? Which of the
Incorrect following statement is correct?
Marked out of
1.00 a. n1=nump.arrange((row,column),value)
b. n=np.full((row,column),value)
c. n1=nump.full((row,column),value)
d. n=np.arrange(value,(row,column))
Marked out of a. “ ”
1.00
b. {}
c. []
d. ()
a. Median, mean
b. Mean, median
c. Mean, mode
d. Mode, mean
Question 15 What is the keyword to define a function
Correct
c. DEF
d. def
Question 16 To determine how many item a list has for that which function
Correct we use
Marked out of
1.00 a. len()
b. type()
c. shape()
d. item()
Question 17 Which of the following type of chart is supported by pyplot?
Correct
Marked out of a. Pie
1.00
b. All of the Above
c. Boxplot
d. Histogram
b.
c.
d.
Question 20 Which is the second most represented age group according to
Correct the histogram?
Marked out of
1.00
a. 67-82
b. 37-52
c. 52-67
d. 22-37
Question 21
Given d={'k1':[1,2,3]}
Correct
What is the output of d['k1'][1]
Marked out of
1.00
a. 2
b. 1
c. error
d. 3
Question 22 A variable represents the gender of a person. What type of data
Correct does it represent?
Marked out of
1.00 a.
b.
c.
Question 23 Which of the following can be stated about the sample based
Incorrect on the distribution graph?
Marked out of
1.00
a.
b.
c.
d.
Question 24 Which of the following is true for a normal distribution?
Correct
Question 25 Which one of the following is the real world challenge faced by
Correct the data scientist?
Marked out of
1.00 a. All of the above
b. Relationship
c. Variance
d. Similarity
c. 'mmy'
d. 'Sam'
Question 28 Problems that predict real values outputs are called _____
Incorrect
d. Classification Problems
Question 29 The value of _________ chart is calculated in terms of
Correct percentage.
Marked out of
1.00 a. Pie
b. Histogram
c. Boxplot
d. Bar
Question 30
What is the result of:
Correct
set([1,1,2,3])
Marked out of
1.00
a.
b.
c.
d.
c. int
d. list
Question 34 Least Square Method uses _.
Incorrect
c. Linear polynomial
d. Linear sequence
Question 35 Which of the following is not the kind data science job role?
Correct
Marked out of a. Statistician
1.00
b. Business analyst
c. Data scientist
d. System analyst
b. Data preparation
c. Model planning
c. for loop
Question 39 Suppose a tuple contains 10 elements. How can you set the 5th
Incorrect element of the tuple to 'Hello'?
Marked out of
1.00 a. arr[5] = 'Hello'
b. arr[4] = 'Hello'
c. Elements of tuple cannot be changed
d. arr(4) = 'Hello'
Question 40 Which of the following options will give an error if set1={2,3,4,5}?
Correct
c. print(set1[0])
d. set1[0]=9
Question 41 Which of the following function is used to know the data type of
Correct a variable in Python?
Marked out of
1.00 a. datatype()
b. type()
c. vartype()
d. typeof()
b. for all
c. nested
d. for each
c. if (a >= 2)
d. if a>=2 :
Question 44 Which of the following is not a type of argument in Python?
Incorrect
c. None of these
d. Variable argument count
c. 1
d. 6/4
Question 46 Which of the following option is not a core data type in the
Correct python language?
Marked out of
1.00 a. Dictionary
c. Class
d. Lists
b. stats.t.pdf(df=10, size=100)
c. stats.t.pmf(df=10, size=100)
d. stats.t.rand(df=10, size=100)
c. Heat map
d. Regression plot
Question 49 In hypothesis testing, the proposed model is built on:
Incorrect
c. Test dataset
d. Training dataset
Question 50 {1,2,3,4} is an example of a Set.
Correct
False
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Dashboard My courses Dr. Chayan Gupta Data Science 110520 Theory Data Science Final Quiz
Question 1
Correct
a. hist()
b. histg()
c. histogram()
d. histo()
Question 2
Incorrect
Question 3
Correct
a. Writing a statement
b. Comments
c. Information
d. To highlight something
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 1/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 4
Correct
What is a collection of functions and methods that allows you/user to perform many actions without writing
complex code?
a. Python library
b. Python literals
c. Python functions
Question 5
Correct
b. Cluster sampling
c. Convenience sampling
d. Stratified sampling
Question 6
Correct
a. dict
d. set
Question 7
Incorrect
If the number of keyword argument is unknown what we add before the parameter in variable length argument
type:
a. %
b. #
c. :
d. *
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 2/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 8
Correct
Which can greatly impact the statistical analyses and skew the results of any hypothesis tests?
a. Unimodal
b. Binomial distribution
c. Outlier
d. Asymptotic
Question 9
Incorrect
Output of : min(max(10,18,15),-1,-2,-3)
a. -1
b. Error
c. -3
d. 10
Question 10
Correct
a. sumson
b. mersea
c. Error
d. sum son
Question 11
Incorrect
a. Error
b. 15
c. none
d. 15.0 3
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 3/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 12
Correct
a. frozenset()
b. Frozenset()
c. None of these
d. Frozen()
Question 13
Incorrect
a. set
b. dict
c. tuple
d. list
Question 14
Incorrect
Arrange the following in correct sequence of data science life cycle. (1) Pattern evaluation, (2) Machine learning
algorithm, (3) Knowledge representation, (4) Data acquisition, (5) Data preprocessing
a. 45213
b. 23145
c. 34152
d. 13452
Question 15
Incorrect
Output of : max(min(12,34,False),-12,-34)
a. 12
b. -34
c. False
d. Error
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 4/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 16
Incorrect
Question 17
Correct
A model can learn based on the rewards it received for its previous action is known as
a. Concept learning
b. Unsupervised learning
c. Reinforcement learning
d. Supervised learning
Question 18
Correct
b. Easy to learn
c. open source
d. large library
Question 19
Correct
a. Three number
b. Seven number
c. Five number
d. Nine number
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 5/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 20
Correct
Which one of the following is the real world challenge faced by the data scientist?
Question 21
Correct
a. Bar
b. Line
c. Histogram
d. Box plot
Question 22
Correct
Question 23
Correct
a. tuple
b. list
c. dict
d. set
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 6/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 24
Correct
a. Scikit-learn
b. NumPy
c. Matplotlib
d. Pandas
Question 25
Incorrect
a. [‘Miami', ‘Paris']
b. [‘NYC', 'Madrid']
c. [‘London', 'Madrid']
d. [‘Miami', 'Madrid']
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 7/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 26
Correct
Which of the following can be stated about the sample based on the distribution graph?
a.
b.
c.
d.
Question 27
Correct
a. Relationship
b. Similarity
c. Variance
d. Difference
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 8/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 28
Correct
c. Inadequate Infrastructure
d. None of these
Question 29
Correct
Given d={'k1':[1,2,3]}
What is the output of d['k1'][1]
a. 3
b. 1
c. 2
d. error
Question 30
Correct
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 9/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 31
Correct
a. set
b. list
c. int
d. dict
Question 32
Correct
a. if (a >= 2)
b. if a >= 22
c. if a>=2 :
d. if (a => 22)
Question 33
Incorrect
b. SciPy
c. Deep Learning
d. Numpy
Question 34
Incorrect
Machine Learning explores the building and study of algorithms which learn to make predictions about ——–
a. intelligent data
b. Unforeseen data
d. future data
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 10/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 35
Incorrect
a. Line graph
b. Scatter plot
d. Bar graph
Question 36
Incorrect
b. Information
c. Hidden
d. Patterns
Question 37
Incorrect
a. Cleaning data
b. Transforming data
c. All of Above
d. Inspecting data
Question 38
Correct
Which of the following function is used to know the data type of a variable in Python?
a. datatype()
b. vartype()
c. typeof()
d. type()
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 11/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 39
Incorrect
a. Linear polynomial
b. Linear sequence
c. Linear regression
Question 40
Correct
Which among the following are mutable objects in Python? (i) List; (ii) Integer; (iii) String; (iv) Tuple
b. i and ii only
c. i only
d. iv only
Question 41
Correct
Which of the following data type is used to store values in Key & Value format?
a. Set
b. Dictionary
c. Tuple
d. List
Question 42
Correct
a. 1
b. 1.5
c. str1
d. 6/4
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 12/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 43
Incorrect
a. Keyword
c. Positional
d. None of these
Question 44
Correct
Python programming language allows to use one loop inside another loop known as?
a. nested
b. for all
c. switch
d. for each
Question 45
Correct
Which of the following Python code will create a set? (i) set1=set((0,9,0)); (ii) set1=set([0,2,9]); (iii) set1={}
a. (ii), (iii)
b. (iii)
Question 46
Correct
a. 'ammy'
b. 'amm'
c. 'Sam'
d. 'mmy'
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 13/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Question 47
Incorrect
Is this statement True or False? Dictionaries retain order and are a sequence.
Select one:
True
False
Question 48
Incorrect
Select one:
True
False
Question 49
Correct
Which one of the following is the real world challenge faced by the data scientist?
Question 50
Correct
A model can learn based on the rewards it received for its previous action is known as
a. Supervised learning
b. Reinforcement learning
c. Concept learning
d. Unsupervised learning
Previous activity
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 14/15
12/3/22, 8:14 PM Data Science Final Quiz: Attempt review
Jump to...
Next activity
Stay in touch
Madhav institute of Technology & Science , Gwalior, M.P.
http://mitsgwalior.in/
Phone :0751-2409300
pro@mitsgwalior.in
op2020.mitsgwalior.in/mod/quiz/review.php?attempt=291457&cmid=22126&showall=1 15/15