Web Scraping 102 - Quiz 2

Web Scraping 102 - Quiz 2

University

15 Qs

quiz-placeholder

Similar activities

java - intro

java - intro

University

11 Qs

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

MÓDULOS Y PAQUETES PARA MACHINE LEARNING CON PYTHON

University

20 Qs

6-文件操作

6-文件操作

University

10 Qs

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

X-Quiz #8

X-Quiz #8

University

13 Qs

Chea chantha

Chea chantha

University

10 Qs

FINAL EXAM_ITC_BLOCK_A

FINAL EXAM_ITC_BLOCK_A

University

20 Qs

cs1300-F17-Week8

cs1300-F17-Week8

12th Grade - University

15 Qs

Web Scraping 102 - Quiz 2

Web Scraping 102 - Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Karunya Hacks

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