FUNDAMENTALS OF COMPUTER

TELECOMMUNICATIONS SYSTEMS

NETWORK ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following languages is used for client-side scripting on the web?
A
HTML
B
Javascript
C
PHP
D
VBA
Explanation: 

Detailed explanation-1: -Javascript, HTML, CSS, VB script, and other languages are frequently used for client-side scripting. It has full access to all files on the web server.

Detailed explanation-2: -JavaScript is a client-side script, meaning the browser processes the code instead of the web server. Client-side scripts are commonly used when we want to validate data before sending it to the web server, adjusting the interface in response to user feedback, and for implementing other advanced features.

Detailed explanation-3: -Client-side code is written using HTML, CSS, and JavaScript-it is run inside a web browser and has little or no access to the underlying operating system (including limited access to the file system).

Detailed explanation-4: -Client-side JavaScript is the name given to JavaScript code that is embedded within an HTML file and executed by a web browser.

Detailed explanation-5: -Both are Side by Side. C++ is a programming language that doesn’t know anything about servers or clients. You can use it to implement both.

There is 1 question to complete.