Microsoft
98-363 · Question #210
You are creating a webpage in Visual Studio. The webpage includes code that runs without a round trip to the web server. What is this code called?
The correct answer is B. Client-side scripting. Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user's web browser, instead of server-side (on the web server).
Understanding Web Applications
Question
You are creating a webpage in Visual Studio. The webpage includes code that runs without a round trip to the web server. What is this code called?
Options
- APowerShell scripting
- BClient-side scripting
- CHosted code
- DServer-side scripting
How the community answered
(63 responses)- A5% (3)
- B84% (53)
- C2% (1)
- D10% (6)
Explanation
Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user's web browser, instead of server-side (on the web server).
Topics
#client-side scripting#server round trip#web execution model#scripting
Community Discussion
No community discussion yet for this question.