CompTIA Data+ (DA0-001) — Question 133

After completing web scraping, which of the following file formats needs to be parsed?

Answer options

Correct answer: A

Explanation

The correct answer is .html because web scraping typically involves extracting data from HTML documents, which need to be parsed to retrieve the desired information. The other file formats, such as .txt, .csv, and .tsv, do not require parsing in the same way as HTML, as they are generally more straightforward data structures.