Web Technologies Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is HTML?

A

HTML is 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

HTML 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

HTML code is made up of tags, tags are
the names given to values written within
angle brackets i.e. <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 class selector is 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

CSS is a script/language like HTML except it’s 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

It’s 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

You write it 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

You use the <link></link> tag

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

What is JavaScript?

A

JavaScript is 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 database of internet addresses looking for a resource based on a 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 does a Web Crawler 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

The 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

Server side processing is when a client sends information to a server for processing

19
Q

What is client side processing?

A

Client side processing is when
information is processed on a local
device for processing