APPLICATION LAYER
CLIENT SERVER PARADIGM
|
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is an example of what is usually done using client-side scripting?
|
|
Accessing web databases
|
|
|
Simple validation of user input
|
|
|
Create stylesheet files using PHP
|
|
|
Complex calculations
|
Explanation:
Detailed explanation-1: -Server-side scripting is used at the backend, where the source code is not viewable or hidden at the client side (browser). On the other hand, client-side scripting is used at the front end which users can see from the browser. When a server-side script is processed it communicates to the server.
Detailed explanation-2: -Javascript, HTML, CSS, VB script, and other languages are frequently used for client-side scripting.
There is 1 question to complete.