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

MOAC Word 2016 Lesson 1

MOAC Word 2016 Lesson 1

8th Grade - University

10 Qs

Exploring Python Libraries

Exploring Python Libraries

University

20 Qs

Linux Tools for Developers

Linux Tools for Developers

University

15 Qs

java - intro

java - intro

University

11 Qs

SOM - Comandos LINUX

SOM - Comandos LINUX

9th Grade - University

15 Qs

Beginner Quiz on ML and Python Basics

Beginner Quiz on ML and Python Basics

University

20 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?