Level 2 Lesson 1 Quiz
Let’s test your knowledge of the ideas and concepts covered in Lesson 1 of the Data Literacy Level 2 course. You will need a score of 80% or better on each of the quizzes in order to earn your Data Explorer badge. At the end of the quiz you will be given a chance to review your answers and retake the quiz if necessary.
Quiz Summary
0 of 15 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 15 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
- Level 2v2 Lesson 1 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 15
1. Question
CorrectIncorrect -
Question 2 of 15
2. Question
CorrectIncorrect -
Question 3 of 15
3. Question
CorrectIncorrect -
Question 4 of 15
4. Question
CorrectIncorrect -
Question 5 of 15
5. Question
CorrectIncorrect -
Question 6 of 15
6. Question
CorrectIncorrect -
Question 7 of 15
7. Question
CorrectIncorrect -
Question 8 of 15
8. Question
CorrectIncorrect -
Question 9 of 15
9. Question
Sort elements
- Assumes any observed difference is due to chance
- Suggests the observed difference is meaningful
Null hypothesisCorrect Incorrect Correct answerAlternative hypothesisCorrect Incorrect Correct answerCorrectIncorrect -
Question 10 of 15
10. Question
CorrectIncorrect -
Question 11 of 15
11. Question
Sort elements
- Product A had higher satisfaction ratings than Product B in Q1.
- Product A has higher satisfaction ratings than Product B.
Singular hypothesisCorrect Incorrect Correct answerGeneral hypothesisCorrect Incorrect Correct answerCorrectIncorrect -
Question 12 of 15
12. Question
CorrectIncorrect -
Question 13 of 15
13. Question
product_name, total_sales
FROM sales_data;CorrectIncorrect -
Question 14 of 15
14. Question
SELECT product_name, total_sales
FROM sales_data
total_sales > 1000;CorrectIncorrect -
Question 15 of 15
15. Question
SELECT product_name, category
FROM products
WHERE category (‘Electronics’, ‘Books’);CorrectIncorrect