Final Quiz: Core Modules + R + VBA + AI/ML
This quiz will test your understanding about the fundamentals, core and elective learning of the Data Analyst Toolkit.
- There are 150 questions total.
- You have 2 hours to complete this quiz.
- The answers are saved on the server every 5 seconds.
- Passing score is 80%.
- Unlimited retakes.
When you are ready to take the quiz, click the “Start Quiz” button below.
Quiz Summary
0 of 150 Questions completed
Questions:
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 150 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- Artificial Intelligence 0%
- Computing and Programming Basics 0%
- Data Analysis with Excel 0%
- Data Analysis with Python 0%
- Data Analysis with SQL 0%
- Data Visualization with Power BI 0%
- Excel VBA 0%
- Math and Statistics for Data Science 0%
- R Programming 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 150
1. Question
If a 2-dimensional array called array1 consists of 4 values in the first row: 35, 42, 5, 109 and 4 values in the second row: 56, 89, 6, 1. What is the code to access the value 1?
CorrectIncorrect -
Question 2 of 150
2. Question
John needs to declare a list to keep employee’s ages. Assume he creates a list called age. What is the best list data type for this exercise?
CorrectIncorrect -
Question 3 of 150
3. Question
What are the benefits of a list?
CorrectIncorrect -
Question 4 of 150
4. Question
What data type seems best to store addresses in a list, which are comprised of letters, numbers and symbols?
CorrectIncorrect -
Question 5 of 150
5. Question
The primary purpose of an operating system is:
CorrectIncorrect -
Question 6 of 150
6. Question
Within the operating system, which is the first program run on a computer when the computer boots up?
CorrectIncorrect -
Question 7 of 150
7. Question
Function of system software is to serve as the _________ between the user, the application software, and the computer’s hardware
CorrectIncorrect -
Question 8 of 150
8. Question
The user interface for more experienced users such is called the ________, whereas the user interface used by beginners because they are more user friendly is called a ______
CorrectIncorrect -
Question 9 of 150
9. Question
The following is not a function of an operating system:
CorrectIncorrect -
Question 10 of 150
10. Question
A user interface made up of a command prompt is called:
CorrectIncorrect -
Question 11 of 150
11. Question
What are the 3 algorithm components?
CorrectIncorrect -
Question 12 of 150
12. Question
What is the difference between a flowchart and code?
CorrectIncorrect -
Question 13 of 150
13. Question
Which of the following is NOT one of the jobs of RAM?
CorrectIncorrect -
Question 14 of 150
14. Question
Which of these is NOT a good reason to use functions?
CorrectIncorrect -
Question 15 of 150
15. Question
What is the purpose of adding comments to your code?
CorrectIncorrect -
Question 16 of 150
16. Question
It’s a good idea to use a for loop when you need to __________
CorrectIncorrect -
Question 17 of 150
17. Question
Which of the following is not a descriptive statistic?
CorrectIncorrect -
Question 18 of 150
18. Question
Daily rainfall is an example of what sort of data
CorrectIncorrect -
Question 19 of 150
19. Question
The number of times that a cyclist rides over 45 km each day is what sort of data?
CorrectIncorrect -
Question 20 of 150
20. Question
You are interested in how stress affects heart rate in humans. Your dependent variable would be the __________.
CorrectIncorrect -
Question 21 of 150
21. Question
In descriptive statistics our main objective is to ______________
CorrectIncorrect -
Question 22 of 150
22. Question
What is the purpose of an inferential statistical test?
CorrectIncorrect -
Question 23 of 150
23. Question
A psychology student has conducted a statistical test on his data. The results show that the p-value is less than the critical alpha value. What should this student do?
CorrectIncorrect -
Question 24 of 150
24. Question
Which of the following is a null hypothesis?
CorrectIncorrect -
Question 25 of 150
25. Question
What is an appropriate graphical summary of the distribution of a categorical variable?
CorrectIncorrect -
Question 26 of 150
26. Question
Identify the outlier for the given data? 23, 34, 27, 7, 30, 26, 28, 31, 34
CorrectIncorrect -
Question 27 of 150
27. Question
The goal of optimization methods is to reduce the _________ or the ________ in the data.
CorrectIncorrect -
Question 28 of 150
28. Question
It is better to use gradient descent when ____________.
CorrectIncorrect -
Question 29 of 150
29. Question
The _______ theorem states that if you have a population with mean M and standard deviation SD and take sufficiently large random samples from the population, then the distribution of the sample means will be approximately normally distributed
CorrectIncorrect -
Question 30 of 150
30. Question
The Least Squares Method is trying to minimize the sum of the squares of the difference between an observed value and the fitted value provided by a model, otherwise known as the residual.
CorrectIncorrect -
Question 31 of 150
31. Question
If the dependent variable is a continuous variable but we want to test each subject twice, for example, before and after a particular treatment, we call this a ___________
CorrectIncorrect -
Question 32 of 150
32. Question
What does the SQL SELECT statement do?
CorrectIncorrect -
Question 33 of 150
33. Question
How can you filter rows using the WHERE clause?
CorrectIncorrect -
Question 34 of 150
34. Question
Which statement is used to group data in SQL?
CorrectIncorrect -
Question 35 of 150
35. Question
What does the GROUP BY statement allow you to do?
CorrectIncorrect -
Question 36 of 150
36. Question
When using the SELECT statement to eliminate duplicate rows from the result, which keyword is used?
CorrectIncorrect -
Question 37 of 150
37. Question
Which of the following functions can be used to count the number of non-NULL values in a column?
CorrectIncorrect -
Question 38 of 150
38. Question
What does the CASE statement allow you to do in SQL?
CorrectIncorrect -
Question 39 of 150
39. Question
In a SELECT query, how can you handle NULL values using the COALESCE function?
CorrectIncorrect -
Question 40 of 150
40. Question
When using an INNER JOIN in SQL, which condition is used to join the tables?
CorrectIncorrect -
Question 41 of 150
41. Question
How can you filter grouped data using the HAVING clause?
CorrectIncorrect -
Question 42 of 150
42. Question
Which SQL operator is used to filter data based on a list of values?
CorrectIncorrect -
Question 43 of 150
43. Question
When using the INNER JOIN clause, if a row in one table doesn’t have a matching row in the other table, what happens?
CorrectIncorrect -
Question 44 of 150
44. Question
Which SQL keyword is used to combine the results of two or more SELECT statements into a single result set?
CorrectIncorrect -
Question 45 of 150
45. Question
What is the purpose of a Common Table Expression (CTE) in SQL?
CorrectIncorrect -
Question 46 of 150
46. Question
Which SQL join operator returns all rows from both tables and combines rows when there’s a match?
CorrectIncorrect -
Question 47 of 150
47. Question
In an SQL query, which join type returns only the unmatched rows from the left table and the matched rows from the right table?
CorrectIncorrect -
Question 48 of 150
48. Question
What is the primary purpose of using regular expressions (regex) in programming?
CorrectIncorrect -
Question 49 of 150
49. Question
In Python, which module provides support for working with regular expressions?
CorrectIncorrect -
Question 50 of 150
50. Question
What is a common method used in the re module to extract specific patterns from a string using regular expressions?
CorrectIncorrect -
Question 51 of 150
51. Question
How can you replace words matching a specific pattern with a new word using the re module in Python?
CorrectIncorrect -
Question 52 of 150
52. Question
Which of the following Python operators is used for exponentiation?
CorrectIncorrect -
Question 53 of 150
53. Question
What is the purpose of an if statement in Python?
CorrectIncorrect -
Question 54 of 150
54. Question
Which type of loop in Python is used to iterate over a sequence of elements?
CorrectIncorrect -
Question 55 of 150
55. Question
What is the purpose of a function in Python?
CorrectIncorrect -
Question 56 of 150
56. Question
How can you define a global variable in Python?
CorrectIncorrect -
Question 57 of 150
57. Question
What happens to the scope of a local variable when a function finishes executing?
CorrectIncorrect -
Question 58 of 150
58. Question
Which data structure in Python is ordered and mutable, allowing duplicates?
CorrectIncorrect -
Question 59 of 150
59. Question
What is the primary difference between a list and a tuple in Python?
CorrectIncorrect -
Question 60 of 150
60. Question
In a dictionary, what are the elements consisting of a key-value pair called?
CorrectIncorrect -
Question 61 of 150
61. Question
How can you add a new key-value pair to a dictionary in Python?
CorrectIncorrect -
Question 62 of 150
62. Question
What is the purpose of the len() function in Python when used with data structures like lists, tuples, and dictionaries?
CorrectIncorrect -
Question 63 of 150
63. Question
How can you iterate over the values of a dictionary using a loop in Python?
CorrectIncorrect -
Question 64 of 150
64. Question
Which logical operator in Python is used to check if a value is not in a given sequence or collection?
CorrectIncorrect -
Question 65 of 150
65. Question
What is the purpose of the break statement in a loop in Python?
CorrectIncorrect -
Question 66 of 150
66. Question
How can you remove an item from a list in Python using its value?
CorrectIncorrect -
Question 67 of 150
67. Question
What is the primary difference between a list and a dictionary in terms of data storage?
CorrectIncorrect -
Question 68 of 150
68. Question
What Excel function is used to add a range of values?
CorrectIncorrect -
Question 69 of 150
69. Question
How can you apply conditional formatting to highlight cells that meet a specific condition?
CorrectIncorrect -
Question 70 of 150
70. Question
What type of Excel object is used to summarize and analyze data from a table?
CorrectIncorrect -
Question 71 of 150
71. Question
What Excel function can be used to retrieve information from a different worksheet based on a key value?
CorrectIncorrect -
Question 72 of 150
72. Question
Which type of graph is suitable for displaying the distribution of a dataset, such as frequency of scores?
CorrectIncorrect -
Question 73 of 150
73. Question
What is the purpose of data validation in Excel?
CorrectIncorrect -
Question 74 of 150
74. Question
What Excel function is used to concatenate or combine text from different cells into a single cell?
CorrectIncorrect -
Question 75 of 150
75. Question
How can you create a basic line chart in Excel to show the trend of data over time?
CorrectIncorrect -
Question 76 of 150
76. Question
In Excel, what is the purpose of the “Freeze Panes” feature?
CorrectIncorrect -
Question 77 of 150
77. Question
Which Excel function can be used to find the maximum value in a range of cells?
CorrectIncorrect -
Question 78 of 150
78. Question
What is the primary purpose of the “Group” feature in Excel’s Data tab?
CorrectIncorrect -
Question 79 of 150
79. Question
How can you protect an Excel worksheet from unauthorized edits or changes?
CorrectIncorrect -
Question 80 of 150
80. Question
What is the purpose of using the VLOOKUP() function in Excel?
CorrectIncorrect -
Question 81 of 150
81. Question
How can you create a bar chart in Excel to compare values across different categories?
CorrectIncorrect -
Question 82 of 150
82. Question
What type of data can be validated using the “Data Validation” feature in Excel?
CorrectIncorrect -
Question 83 of 150
83. Question
In Power BI Desktop, which section is used to design and customize visualizations in your report?
CorrectIncorrect -
Question 84 of 150
84. Question
What is the primary purpose of Power Query in Power BI?
CorrectIncorrect -
Question 85 of 150
85. Question
After creating a report in Power BI Desktop, how can you share it with others for viewing and interaction?
CorrectIncorrect -
Question 86 of 150
86. Question
Which feature allows you to combine data from multiple sources, transform it, and load it into Power BI?
CorrectIncorrect -
Question 87 of 150
87. Question
In Power BI Service, what is the primary purpose of creating a dashboard?
CorrectIncorrect -
Question 88 of 150
88. Question
When you publish a Power BI report to Power BI Service, what term is used to describe the published version of the report?
CorrectIncorrect -
Question 89 of 150
89. Question
In Power Query, what transformation is used to remove duplicate rows from a dataset?
CorrectIncorrect -
Question 90 of 150
90. Question
Which feature in Power Query allows you to analyze the quality and structure of your data to identify potential issues?
CorrectIncorrect -
Question 91 of 150
91. Question
How can you create a new calculated column in Power Query based on existing columns and custom expressions?
CorrectIncorrect -
Question 92 of 150
92. Question
What is the process of combining two or more datasets into a single dataset in Power Query called?
CorrectIncorrect -
Question 93 of 150
93. Question
What function is commonly used to create a calculated table in DAX that filters data from an existing table based on a condition?
CorrectIncorrect -
Question 94 of 150
94. Question
How can you create a measure in DAX that calculates the sum of the “Sales” column in your dataset?
CorrectIncorrect -
Question 95 of 150
95. Question
What is the purpose of using variables in DAX expressions?
CorrectIncorrect -
Question 96 of 150
96. Question
How can you establish a relationship between two tables in Power BI to link their data?
CorrectIncorrect -
Question 97 of 150
97. Question
What is the purpose of creating a date table like “CalendarAuto” in Power BI?
CorrectIncorrect -
Question 98 of 150
98. Question
How can you add descriptions to tables and columns in Power BI to provide more context for users?
CorrectIncorrect -
Question 99 of 150
99. Question
What is the purpose of creating calculated columns in Power BI?
CorrectIncorrect -
Question 100 of 150
100. Question
Which platform provides a web-based interface for running R and RStudio projects without local installation?
CorrectIncorrect -
Question 101 of 150
101. Question
How do you install an R package from the Comprehensive R Archive Network (CRAN) in RStudio?
CorrectIncorrect -
Question 102 of 150
102. Question
To load a previously installed R package into your R session, which function is commonly used in R scripts?
CorrectIncorrect -
Question 103 of 150
103. Question
What is the first step to install RStudio on your local computer?
CorrectIncorrect -
Question 104 of 150
104. Question
What R function is commonly used to import rectangular data from external files like CSV or TSV?
CorrectIncorrect -
Question 105 of 150
105. Question
Which R package provides functions for reading and writing Excel files?
CorrectIncorrect -
Question 106 of 150
106. Question
What function is used in R to establish a connection to a SQL database?
CorrectIncorrect -
Question 107 of 150
107. Question
In R, how can you write a data frame into an SQL table in a database?
CorrectIncorrect -
Question 108 of 150
108. Question
In R, what function from the tidyr package can be used to split a column containing combined values into separate columns?
CorrectIncorrect -
Question 109 of 150
109. Question
Which function from the dplyr package can be used to handle missing values by replacing them with specific values?
CorrectIncorrect -
Question 110 of 150
110. Question
In the dplyr package, which function is used to select specific columns from a data frame?
CorrectIncorrect -
Question 111 of 150
111. Question
What function in the dplyr package is used to add new columns to a data frame based on existing columns?
CorrectIncorrect -
Question 112 of 150
112. Question
What is the primary goal of Exploratory Data Analysis (EDa. in data science?
CorrectIncorrect -
Question 113 of 150
113. Question
Which R package provides a suite of functions and tools for exploratory data analysis?
CorrectIncorrect -
Question 114 of 150
114. Question
The DataExplorer package in R offers functions to perform which type of tasks?
CorrectIncorrect -
Question 115 of 150
115. Question
What is a common visualization type used in EDA to display the distribution of a continuous variable?
CorrectIncorrect -
Question 116 of 150
116. Question
What does VBA stand for in the context of Excel?
CorrectIncorrect -
Question 117 of 150
117. Question
Which of the following is NOT a primary purpose of Excel VBA Macros?
CorrectIncorrect -
Question 118 of 150
118. Question
Where can you access the VBA Editor in Excel to write and edit VBA code?
CorrectIncorrect -
Question 119 of 150
119. Question
Which term is used to define a block of code in VBA that performs a specific task?
CorrectIncorrect -
Question 120 of 150
120. Question
What is the primary difference between a Sub and a Function in VBA?
CorrectIncorrect -
Question 121 of 150
121. Question
How would you call a Sub named “PrintMessage” in VBA?
CorrectIncorrect -
Question 122 of 150
122. Question
What is the purpose of using comments in VBA code?
CorrectIncorrect -
Question 123 of 150
123. Question
What is the correct term for a named storage location in VBA where you can store and manipulate data?
CorrectIncorrect -
Question 124 of 150
124. Question
Which VBA construct is used to repeat a block of code multiple times based on a specified condition?
CorrectIncorrect -
Question 125 of 150
125. Question
What does OOP stand for in the context of programming?
CorrectIncorrect -
Question 126 of 150
126. Question
In VBA, how would you create a new workbook?
CorrectIncorrect -
Question 127 of 150
127. Question
How can you refer to a specific worksheet named “Sheet1” within a workbook using VBA?
CorrectIncorrect -
Question 128 of 150
128. Question
What VBA construct is used to display a pop-up message box with a message and an OK button?
CorrectIncorrect -
Question 129 of 150
129. Question
How can you display a message box with the text “Hello, World!” and an “OK” button in VBA?
CorrectIncorrect -
Question 130 of 150
130. Question
What is the purpose of building forms in VBA?
CorrectIncorrect -
Question 131 of 150
131. Question
Who developed the concept of the Turing test for measuring machine intelligence?
CorrectIncorrect -
Question 132 of 150
132. Question
What was the main idea behind the Dartmouth Summer research project on AI in 1956?
CorrectIncorrect -
Question 133 of 150
133. Question
What is the significance of the back propagation algorithm in neural networks?
CorrectIncorrect -
Question 134 of 150
134. Question
What was the primary goal of the General Problem Solver program?
CorrectIncorrect -
Question 135 of 150
135. Question
What approach was used by the General Problem Solver to achieve its goal?
CorrectIncorrect -
Question 136 of 150
136. Question
How did the General Problem Solver break down problems?
CorrectIncorrect -
Question 137 of 150
137. Question
Why was the General Problem Solver limited in its application?
CorrectIncorrect -
Question 138 of 150
138. Question
What are the two types of knowledge used in building expert systems?
CorrectIncorrect -
Question 139 of 150
139. Question
How does an expert system handle uncertainties in knowledge representation?
CorrectIncorrect -
Question 140 of 150
140. Question
What is the primary disadvantage of expert systems mentioned in the text?
CorrectIncorrect -
Question 141 of 150
141. Question
What is the main factor that contributes to the adaptability and intelligence of human and animal brains?
CorrectIncorrect -
Question 142 of 150
142. Question
How does a biological neuron in the brain determine whether to “fire” or not?
CorrectIncorrect -
Question 143 of 150
143. Question
What role do weighted connections play in artificial neural networks?
CorrectIncorrect -
Question 144 of 150
144. Question
What does the term “learning” refer to in the context of artificial neural networks?
CorrectIncorrect -
Question 145 of 150
145. Question
What is the main goal of machine learning?
CorrectIncorrect -
Question 146 of 150
146. Question
Which example represents a process of generalization in machine learning?
CorrectIncorrect -
Question 147 of 150
147. Question
What is the primary purpose of using multi-layer neural networks in computer vision, especially for image recognition?
CorrectIncorrect -
Question 148 of 150
148. Question
What is a key advantage of convolutional neural networks (CNNs) in image processing?
CorrectIncorrect -
Question 149 of 150
149. Question
Which technology significantly impacted computer vision and is known for its use in image recognition tasks?
CorrectIncorrect -
Question 150 of 150
150. Question
What is the significance of the year 2011 in the context of deep learning?
CorrectIncorrect