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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTML

(Definition)

A
  • The languae that webpages are written in
  • Allows browser to interpret & render webpage by describing structure & order
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

PageRank Algorithm

A
  • Checks no. & quality of links to a site
  • More links = More important
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Client-Side Processing

A
  • Manipulates user interface
  • Applies CSS
  • Reduces load on server
  • Reduces web traffic
  • Initial Data Validation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Server-Side Processing

A
  • Further validation
  • Queries & updates server database
  • Keeps data secure
  • Performs complex calculations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly