Web Scraping 102 - Quiz 2

Web Scraping 102 - Quiz 2

University

15 Qs

quiz-placeholder

Similar activities

A3 IIIB - CSV to SQLite

A3 IIIB - CSV to SQLite

11th Grade - University

10 Qs

Operating System Quiz

Operating System Quiz

University

20 Qs

6-文件操作

6-文件操作

University

10 Qs

Chea chantha

Chea chantha

University

10 Qs

Exploring Python Libraries

Exploring Python Libraries

University

20 Qs

Linux Tools for Developers

Linux Tools for Developers

University

15 Qs

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

University

20 Qs

Python Programming

Python Programming

University

20 Qs

Web Scraping 102 - Quiz 2

Web Scraping 102 - Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Karunya Hacks

Used 5+ 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?