1.3.4 Web technologies - Oscar Flashcards

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

What is an IDE?

A

An Integrated Development Environment (IDE) is a software application that provides a comprehensive set of tools for software development.

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

What is search engine indexing?

A

Search engine indexing is the process by which search engines collect, parse and store data from web pages to facilitate fast and accurate information retrieval

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

What is the PageRank algorithm?

A

It is a method used to rank webpages in search engine results. It assigns a numerical value to each webpage based on its importance, which is determined by the quantity and quality of links pointing to it

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

What is server side processing?

A

server side processing refers to operations that are executed on a web server rather than on the user’s device

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

What is client-side processing?

A

Client side processing refers to operations that are executed in the user’s device, rather than in a web server

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

Advantages of client side processing?

A
  • Speed
  • Offline Capabilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Advantages of server of server side processing?

A
  • Security
  • Centralised Control
  • Complex Operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Disadvantages of server side processing?

A
  • Higher server load
  • Latency
  • Increased Expenses
  • Scalability Issues
  • Dependency on internet connection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Disadvantages of client side processing?

A
  • Browser Compatibility
  • Performance Issues
  • Initial Load Time
  • Dependency On JavaScript
  • Security Concerns
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Is HTML a programming language?

A

No

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