JavaScript MCQ : JS Basics (Multiple Choice Questions)
Question 1 |
Cost for Using JavaScript in your HTML is _________ .
$5 / Year | |
$15 / Year | |
Its Free !!! | |
$10 / Year |
Question 2 |
JavaScript Code is written inside file having extension __________.
.jsc | |
.js | |
.javascript | |
.jvs |
Question 3 |
Why JavaScript is called as Lightweight Programming Language ?
because JS is client side scripting | |
because JS can provide programming functionality inside but up to certain extend. | |
because JS is available free of cost. | |
because we can add programming functionality inside JS |
Question 3 Explanation:
JS is called as "Lightweight Programming Language" because it can include programming functionality but does not perform stronger operations like Java and C++.
Question 4 |
Choose appropriate Option(s) : JavaScript is also called as _____________.
Client Side Scripting Language | |
Server Side Scripting Language | |
None of These | |
Browser Side Scripting Language |
Question 4 Explanation:
JS is called as Browser/Client Side Scripting Language.
Question 5 |
Local Browser used for validations on the Web Pages uses __________.
JS | |
HTML | |
CSS | |
Java |
There are 5 questions to complete.