Web Technologies Flashcards

1
Q

What is HTML?

A

The language/ script 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

Names given to the values written within angle brackets ie<h1>

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

What is an identifier selector?

A

A value 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

A value that 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/ script that is used to describe the style of a webpage

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

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

A
  • Internal/ embedded 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

Placed inside the style tags and is entered 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

In a separate document

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

Use <link></link> tag

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

What is JavaScript?

A

Language used on webpages to add interactivity

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 a
database of internet addresses looking for a resource based on criteria set by the client/ 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

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

What do Web Crawlers do?

A

Travels across the internet collecting keywords and phrases from a web page and adding it to an index of web resources

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

What is the pagerank algorithm?

A

Algorithm used to determine the order used when showing web results for a search engine query.

17
Q

What factors determine a pagerank?

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 for processing