Scripting Flashcards

1
Q

What is client side scripting

A

Scripts that are executed by the browser on the client side of the network

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

What are the security restrictions with client side scripting

A

Scripts cannot access the users computer beyond the web browser

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

What is server side scripting

A

Web server technology where a users request is met by running a script on the web server to generate dynamic pages

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

Advantage of server side scripting

A

Very good security as SSS are never visible to the browser

Allows you to create a dynamic website as you are able to request information and get a response

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

What language does server side scripting use

A

PHP

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

When would you use SSS

A

when ordering on a website like top shop and want to see if a certain item is in stock

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

When are client side scripting used in a webpage

A

Date, time, pull down menu, range, length check

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