Web Technologies Flashcards

(7 cards)

1
Q

CSS definition

A

Cascading Style Sheets

a style language used to define the layout, design and presentation of a webpage written in a markup language

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

Client-side processing definition

A

the data processing and operations performed by the client

the client’s browser runs the processing using the user’s local computer resources

typically used to run less critical code

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

HTML definition

A

HyperText markup language

a markup language used to write the contents of webpages on the World Wide Web

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

JavaScript definition

A

an interpreted, object-oriented programming language used to create interactive elements within web browsers for adding functionality to dynamic web pages

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

PageRank algorithms definition

A

an algorithm developed by Google to rank websites in their search results by usefulness

it ranks a webpage’s quality and importance by counting the number of links to that webpage

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

search engine indexing definition

A

a method of collecting, parsing and storing data from websites to facilitate fast and accurate information retrieval by the search engine

the search engine relies on an index of webpages to accomplish this

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

server-side processing

A

the data processing and operations performed by the web server

data is sent from the client’s browser to the web server for secure processing, and the output is sent back to the client

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