Web Scraping 102 - Quiz 2

Web Scraping 102 - Quiz 2

University

15 Qs

quiz-placeholder

Similar activities

MATLAB Programming lecture 2

MATLAB Programming lecture 2

University

20 Qs

Archivos Digitales

Archivos Digitales

9th Grade - University

14 Qs

Julia

Julia

University

10 Qs

Data Exploration Quiz

Data Exploration Quiz

University

10 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

Quiz 10

Quiz 10

University

10 Qs

Pyspark MLib

Pyspark MLib

University

20 Qs

Data Analytics

Data Analytics

University

10 Qs

Web Scraping 102 - Quiz 2

Web Scraping 102 - Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Karunya Hacks

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ prints contents of a BeautifulSoup object in a readable form
beautify
soupify
prettify
display

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can only search based on a single tag name
True
False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is a method applicable to tags?
contents
title
head
find

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

find gets the first occurrence of what you're searching for
True
False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to use the Chrome Driver
webdriver.exe
webdriver.Chrome()
Chrome.webdriver()
chromedriver.exe

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you append data into a file
with open("filename.csv",'a') as f
with open("filename.csv",'app') as f
with open("filename.csv",'w') as f
with open("filename.csv",'write') as f

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you open a file to write data
with open("filename.csv",'a') as f
with open("filename.csv",'w') as f
with open("filename.csv",'write') as f
with open("filename.csv",'r') as f

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?