1.3.4. Web Technologies Flashcards

(19 cards)

1
Q

What is HTML?

A

the language that web pages are written in

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

What does HTML do?

A

allows a browser to interpret and render a webpage

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

What is a tag in HTML?

A

values within angle brackets eg <h1>

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

What is an identifier selector?

A

Identifiers are a unique name given to an element on a web page, that follows a hashtag.

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

What is a class selector?

A

Multiple elements across web pages can be assigned to a certain class. This means elements can follow a consistent style, and the styling/ formatting only has to be defined once. Follows a full stop

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

What is CSS?

A

a language like HTML, but used to describe the style of webpage

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

What are the names of the 2 methods of applying CSS?

A

embedded/internal CSS
external CSS

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

Where do you write internal CSS?

A

inside the style tags, directly within the HTML document

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

Where do you write external CSS?

A

you write it in a seperate document, style sheet

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

How do you use external CSS in your HTML code?

A

link href= “styles.css” rel=”stylesheet” type=”text/css” in the head

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

What is javascript?

A

a language used to add interactivity on webpages

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

Is javascript interpreted or compiled?

A

interpreted

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

What is a search engine?

A

a program that searches through a database of internet addresses, looking for a resource based on a criteria set by the user

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

What software does a search engine use?

A

web crawlers/spiders

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

What does a web crawler do?

A

travels across the internet collecting keywords and phrases from a web page, and adds it to an index of web rescources

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

What is the pagerank algorithm?

A

the algorithm used to determine the order, when showing web results for a search engine query

17
Q

What 2 factors determine a page rank?

A

the number of incoming links it has from other web pages
the page rank of the web pages that link to it

18
Q

What is server side processing?

A

when a client sends information to a server for processing

19
Q

What is client side processing?

A

when information is processed on a local device