Quiz Summary
0 of 20 Questions completed
Questions:
Information
You must fill out this field. |
|
You must fill out this field. |
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 20 Questions answered correctly
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
- Not categorized 0%
-
Thank you for completing your Session I Short Course Assessment.
Unfortunately, your score did not meet the minimum percentage (60%) required to earn the Assessment Achievement. We encourage you to retake the quiz.
-
Thank you for completing your Session I Short Course assessment — and congratulations!
Your score met the minimum percentage required to earn the Assessment Achievement. Great job demonstrating your understanding of the course material.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Current
- Review / Skip
- Answered
- Correct
- Incorrect
-
Question 1 of 20
1. Question
Compared to an integrated stats software environment like Stata, which of the following are advantages of Python for data work?
CorrectIncorrect -
Question 2 of 20
2. Question
For all of its strengths, Python asks a bit more of users in terms of basic programming skills and a working knowledge of how packages fit together in environments.
CorrectIncorrect -
Question 3 of 20
3. Question
To follow best practices, we should have an Anaconda environment at which of the following levels?
CorrectIncorrect -
Question 4 of 20
4. Question
What does the following code produce: 2 + ‘2’
CorrectIncorrect -
Question 5 of 20
5. Question
What do we do with a dictionary in Python?
CorrectIncorrect -
Question 6 of 20
6. Question
Functions allow us to give a name to a procedure that may take input and/or produce output.
CorrectIncorrect -
Question 7 of 20
7. Question
In the following code sample, which term best describes “.lower()”: ‘Hello!’.lower()
CorrectIncorrect -
Question 8 of 20
8. Question
A list comprehension is a Python convenience syntax feature that makes it easy to do the equivalent of using a for loop on one list to produce another.
CorrectIncorrect -
Question 9 of 20
9. Question
Which of the following are advantages of using pandas dataframes compared to the data prep tools in most stats software?
CorrectIncorrect -
Question 10 of 20
10. Question
Plotly Express makes nice visualizations as easy as one line of code, while providing the ability to make more complex figures (with a bit more work).
CorrectIncorrect -
Question 11 of 20
11. Question
When planning a data‑intensive project, the top priority is to put together a pilot study (even with manual elements) to be sure that we will have what we need to accomplish our research goal and that the parts will fit together (e.g., with identifiers).
CorrectIncorrect -
Question 12 of 20
12. Question
Which of the following size/source pairs is the best case for using web scraping to gather data?
CorrectIncorrect -
Question 13 of 20
13. Question
If the end data is the same, which of the following sources will be the most efficient in terms of researcher effort?
CorrectIncorrect -
Question 14 of 20
14. Question
It is an acceptable security practice to put an API key directly into the code in a notebook.
CorrectIncorrect -
Question 15 of 20
15. Question
In built‑in Python objects, and those provided by several of the third party packages we have used, we can use syntax to access data inside the data structure (e.g., by index, key, column name, or the like). What syntax do we use?
CorrectIncorrect -
Question 16 of 20
16. Question
Which of the following are good reasons to use SQL to retrieve data?
CorrectIncorrect -
Question 17 of 20
17. Question
When using humans to code/gather data, a good way to minimize human time spent is to automate as close as possible to the human‑required task (on both sides).
CorrectIncorrect -
Question 18 of 20
18. Question
If all goes well, final data assembly is a fairly anticlimactic adaptation of the data handling plan from our pilot study.
CorrectIncorrect -
Question 19 of 20
19. Question
Which of the following is my (Jason’s) top data‑related regret?
CorrectIncorrect -
Question 20 of 20
20. Question
Which of the following accurately describe the polars package?
CorrectIncorrect