1.3.4 Web Technologies Flashcards

1
Q

HTML

A

HyperText Markup Language: “A mark-up language developed for multimedia documents, such as World Wide Web Pages.”

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

CSS

A

Cascading Style Sheets: “A definition of the formatting and layout of elements of an HTML document. The stylesheet may be part of the HTML document, or stored as a separate file linked to the document. The use of different stylesheets linked to the same document allows appropriate layout of the same content on, for example, mobile devices, display screens.”

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

JavaScript

A

“An object-oriented computer programming language commonly used to create interactive effects within web browsers.”

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

Search Engine Indexing

A

“The method of collecting, parsing and storing data to facilitate fast and accurate information retrieval.”

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

PageRank Algorithm

A

“An algorithm used by Google Search to rank websites in their search engine results. It works by counting the number and quality of links to a page to determine a rough estimate of how important the website is. The underlying assumption is that more important websites are likely to receive more links from other websites.”

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

Sever Side Processing

A

“Server-side processing refers to operations that are performed by the server in a client-server relationship in computer network. Typically, a server is a computer program, such as a web server, that runs on a remote server, reachable from a user’s local computer.”

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

Client Side Processing

A

“Client-side processing refers to operations that are performed by the client in a client-server relationship in a computer network. Typically, a client is a computer application, such as a web browser, that runs on a user’s local computer and connects to a server as necessary.”

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

Primitive Data Types

A

“The basic data types provided by a programming language as building blocks. Most languages allow more complicated composite types to be recursively construction starting from basic types. E.g. char, integer, float, Boolean. As an extension a ‘string’ data type is constructed behind the scenes of many char data types.”

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