1.3.4 Web Tech Flashcards

(7 cards)

1
Q

Pagerank Algorithm:

A

Link analysis: How many links the website has is counted, with weight on relevance of linker
Link weight distribution: A portion of the linkers importance is given to the linked page
Iterative Calculation: Uses a repetitive calculation process considering new weights each time
Damping factor: Probability that a user will not follow a link (between 0 and 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Search Engine Indexing:

A

Crawling:
Web crawlers visit each site
Either selecting it from an existing link or following a link
Records the position of each word in the page
Stores them in an index
Follows links to other sites
Indexing:
Collected information is stored in search engines database
Every word from the webpage is put into an index which allows for quick retrieval of relevant information
Ranking:
Ranked based on keyword relevance and user engagement
Updates:
Crawlers sometimes check for updates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

HTML Prac

A

HTML Prac

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CSS Prac

A

CSS Prac

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Pagerank algorithm structure

A

Directed graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Server side reasons

A

+ Doesnt require plugins
+ Large calculations
+ Not browser dependant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Client side reasons:

A

+ Webpage responds immidately
+ More control over behaviour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly