1.12 Web Technologies Flashcards
1
Q
Javascript
(Definition)
A
- Programming language for the web, modify HTML & CSS
- Calculate, manipulate & validate data.
- Adds interactivity to a site
- Interpreted not compiled
2
Q
HTML
(Definition)
A
- The languae that webpages are written in
- Allows browser to interpret & render webpage by describing structure & order
3
Q
CSS
(Cascading Style Sheets)
A
- Describes how HTML elements are displayed
- Saves times, controls multiple pages at once
- Change look by ammending 1 file
4
Q
Search Engine Indexing
A
- Indexing: Process of search engine collecting, sorting & storing data in an index
- Index contstantly updated (new pages, broken links etc.)
5
Q
PageRank Algorithm
A
- Checks no. & quality of links to a site
- More links = More important
6
Q
Client-Side Processing
A
- Manipulates user interface
- Applies CSS
- Reduces load on server
- Reduces web traffic
- Initial Data Validation
7
Q
Server-Side Processing
A
- Further validation
- Queries & updates server database
- Keeps data secure
- Performs complex calculations