1.3.4 Web Technologies Flashcards
1
Q
Search Engine Indexing
A
The process of a search engine collecting, sorting and storing data in it’s index
2
Q
Page Rank Algorithm
A
Ranks each webpage with higher ranked pages showing up first on the search engine
There are 2 factors which determine the page rank of a page :
- Number of incoming links from other webpages
- Page rank of the pages to that link to it
3
Q
Server Side Processing
A
When a client sends data to a server for it to processed meaning no information is processed on the client computer
- Doesn’t require plugins
- More secure
- Can perform large calculations faster than clients
4
Q
Client Side Processing
A
When a client processes the data on its local device meaning all of the information is processed on the client computer
- Gives developers more control over the behaviour and look of a website
- Webpages can immediately respond to user actions
5
Q
JavaScript
A
Main function is to add interactivity to websties
6
Q
CSS
A
Used to style a webpage
7
Q
HTML
A
The language that webpages are written in