Server - Side Processing Flashcards

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

What is server side processing?

A

A situation where requests and data is sent to server, processed and data is transmitted back (usually a webpage).

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

What is server side processing popular to use with?

A

Databases and interacting with them

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

What languages are usually used for server-side processing.

A

PHP

SQL

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

Is the code hidden when server-side processing is done for the client.

A

YES

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

another name for server side

A

the back end

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

another name for client side

A

the front end

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

What are some common functions for server side processing?

A
  • provides further validation
  • used top query a database
  • updates server database
  • performs complex calculations
  • keeps data secure and keeps integrity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Some advantages of server side processing?

A
  • code is hidden from client
  • no need to ensure the client has software to supprot scripting language
  • output can be adapted to user’s rights,requirements or specific queries
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is using search engines client side or server side?

A

server side processing

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