Client-Side Processing Flashcards

1
Q

What is client-side processing

A

A situation in which data is processed on the client computer (this data is usually to do with a webpage).

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

What language is client-side processing usually written in?

A

javascript

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

Prime examples of client-side processing?

A

Flash games, as the user’s input requires a quick response to play the game

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

What is client-side processing often used for?

A

interaction with html elements e.g. buttons and textboxes

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

What are some other functions of client-side processing?

A
  • initial validation
  • provides web page interactivity
  • manipulates user interface elements
  • applies styles (CSS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some advantages of client-side processing?

A
  • reduces server load
  • can use specific software on client computer
  • reduces web traffic
  • faster response time
  • no need to wait for server reply
  • avoids unnecessary data transfer - which can sometimes improve the security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

some other functions of client side processing?

A
  • cookies

- advertising

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

How is the client side script obtained?

A

Downloaded from the server, scripts are executed on client computer

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

Why is server side usually used when a lot of data is involved?

A

As it would take a long time for the client to download the content
- a lot of data includes social media and search engines

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