web tech pmt 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 interrupt 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

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

what is an identifier selector

A

an identifier selector is 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 a css

A

CSS is a script/langauge like HTML except its 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 is CSS

A

CSS is a script/language like HTML except its used to describe the style of a webpage

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

what are the names of two methods of applying CSS

A

internet/embedded CSS
External CSS

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

how do ou use external CSS in your html code

A

<link></link>

tag

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

is javascript interpreted or compiled

A

interpreted

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

what is a search engine

A

programs that teaches through a database of internet addresses looking for a source based on a criteria set by the client/user

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

17
Q

what is the page rank algorithm

A

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

18
Q

what factors determine a pagerank

A

-thenumber of incoming links it has from other web pages
-the pages rank of the web pages that link to it

19
Q

what is a server side processing

A

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

20
Q

what is a client side processing

A

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