IST2334 - Lecture 3

IST2334 - Lecture 3

8 Qs

quiz-placeholder

Similar activities

Hack your clasroom

Hack your clasroom

Professional Development

10 Qs

ICT Teachers Week 2

ICT Teachers Week 2

Professional Development

10 Qs

Weather & Water: Investigations 1&2

Weather & Water: Investigations 1&2

6th - 8th Grade

10 Qs

Faktor yang mempegaruhi laju reaksi

Faktor yang mempegaruhi laju reaksi

University

10 Qs

MARVEL MANIA!

MARVEL MANIA!

4th Grade

10 Qs

Kelompok 5 Komunikasi Data

Kelompok 5 Komunikasi Data

KG - University

10 Qs

Big Data

Big Data

Professional Development

10 Qs

Module 1: Nature of Research

Module 1: Nature of Research

University

10 Qs

IST2334 - Lecture 3

IST2334 - Lecture 3

Assessment

Quiz

Medium

Created by

Yoke Yong

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is web crawling?

Extracting data from a website

Indexing web pages for search engines

Creating a new website

Sending emails to website owners

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following ethical considerations should be kept in mind while web scraping?

Scraping any data without permission is always ethical.

It's not necessary to give credit to the source website.

Scraping personal and sensitive data is acceptable.

Respect website terms of service and robots.txt.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of robots.txt file on a website?

To collect analytics data

To tell search engine crawlers which URLs the crawler can access on your site.

To display a custom 404 error page

To improve website security

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the primary difference between web crawling and web scraping?

Web crawling is used to extract structured data, while web scraping is used to follow links.

Web crawling is focused on indexing, while web scraping is focused on extracting data.

Web crawling requires human interaction, while web scraping is automated.

Web crawling and web scraping are synonymous terms.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a type of web crawler?

Focused Web Crawler

Parallel Web Crawler

Incremental Web Crawler

Convolutional Web Crawler

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the three principles followed by all web scraping bots when scraping web data.

Making an HTTP request to a server

Add URL links to frontier

Extracting and parsing the website’s code

Saving the relevant data locally

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the term for automatically following links from one web page to another during web crawling?

Link forwarding

Link traversal

Link indexing

Link extraction

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following programming language is a commonly used for web scraping? (Select 2)

HTML

Python

CSS

R