Quiz Summary
0 of 22 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 22 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
- 21
- 22
- Current
- Review / Skip
- Answered
- Correct
- Incorrect
-
Question 1 of 22
1. Question
What is the key difference between data wrangling and data cleaning?
CorrectIncorrect -
Question 2 of 22
2. Question
Which of the following statements is TRUE about web scraping sources?
CorrectIncorrect -
Question 3 of 22
3. Question
What is range restriction in the context of web scraping data?
CorrectIncorrect -
Question 4 of 22
4. Question
Which of the following lists the correct sequence of steps to run a scraping project?
CorrectIncorrect -
Question 5 of 22
5. Question
What is/are common goal(s) of using scraped data in research?
CorrectIncorrect -
Question 6 of 22
6. Question
Which of the following is an example of a Top-Level Domain (TLD)?
CorrectIncorrect -
Question 7 of 22
7. Question
What is the role of HTML in how a browser displays a webpage?
CorrectIncorrect -
Question 8 of 22
8. Question
Which of the following tags is best used to emphasize text by making it appear bold in HTML?
CorrectIncorrect -
Question 9 of 22
9. Question
Which of the following Google Chrome extensions should be used during no-code web scraping?
CorrectIncorrect -
Question 10 of 22
10. Question
Which method is the easiest but least flexible way to extract data from a webpage?
CorrectIncorrect -
Question 11 of 22
11. Question
What does the Developer Tools panel in Google Chrome help you view?
CorrectIncorrect -
Question 12 of 22
12. Question
What is a key legal consideration when scraping data from a website?
CorrectIncorrect -
Question 13 of 22
13. Question
What is the primary purpose of an API as described in the workshop?
CorrectIncorrect -
Question 14 of 22
14. Question
What is a key ethical consideration when web scraping publicly available data?
CorrectIncorrect -
Question 15 of 22
15. Question
What regex pattern would correctly match names followed by a comma, space, and a four-digit year (e.g., “John, 1980; Ashley, 1945”)?
CorrectIncorrect -
Question 16 of 22
16. Question
In R, how should a regex pattern like \d be written to account for the backslash?
CorrectIncorrect -
Question 17 of 22
17. Question
What is the disadvantage of using a no-code cloud-based scraping tool like Octoparse?
CorrectIncorrect -
Question 18 of 22
18. Question
What should you do to avoid being treated like a hacker when web scraping?
CorrectIncorrect -
Question 19 of 22
19. Question
Which regex pattern in R would correctly extract the year from “John, 1980; Ashley, 1945” when used with str_match?
CorrectIncorrect -
Question 20 of 22
20. Question
Which tool can be used for generating a sitemap by crawling a website?
CorrectIncorrect -
Question 21 of 22
21. Question
You want to extract dates in the format MM/DD/YYYY from “01/15/2021, 12/31/2022”. Which regex would you use?
CorrectIncorrect -
Question 22 of 22
22. Question
What regex would capture email addresses from the string: “Contact us at info@example.com or support@site.org”?
CorrectIncorrect