FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Why JavaScript is called as Lightweight Programming Language?
A
because JS can provide programming functionality inside but up to certain extent
B
because JS is client side scripting
C
because JS is available free of cost.
D
because we can add programming functionality inside JS
Explanation: 

Detailed explanation-1: -JavaScript does not have too many language constructs that you can use for building your code. We have functions, different types of loops that can be used on different types of data structures, and built in objects like Math, Date, Array and so.

Detailed explanation-2: -JavaScript is a lightweight interpreted programming language. The web browser receives the JavaScript code in its original text form and runs the script from that.

Detailed explanation-3: -In computing, lightweight software also called lightweight program and lightweight application, is a computer program that is designed to have a small memory footprint (RAM usage) and low CPU usage, overall a low usage of system resources.

Detailed explanation-4: -JavaScript is a high-level, often just-in-time compiled language that conforms to the ECMAScript standard. It has dynamic typing, prototype-based object-orientation, and first-class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles.

Detailed explanation-5: -We cannot treat JavaScript as a full-fledged programming language. It lacks the following important features: Client-side JavaScript does not allow the reading or writing of files. This has been kept for security reason.

There is 1 question to complete.