Basic MCQ Questions and Answers
Home | Javascript | BasicJavascript MCQs Questions - here learn and test online javascript questions with answers, our team provide lots of multiple choice questions on javascipt.
Javascript pdf download Click Here
1) The development environment offers which standard construct for data validation
Super controlled loop constructs![]()
Case sensitivity check![]()
Validation constructs![]()
All of the mentioned![]()
Answer : D Discuss
2) The script tag must be placed in
3) A JavaScript program developed on a Unix Machine
will throw errors and exceptions![]()
must be restricted to a Unix Machine only![]()
will work perfectly well on a Windows Machine![]()
will be displayed as a JavaScript text on the browser![]()
Answer : C Discuss
4) JavaScript is ideal to
make computations in HTML simpler![]()
minimize storage requirements on the web server![]()
increase the download time for the client![]()
None of the mentioned![]()
Answer : B Discuss
5) JavaScript can be written
directly into JS file and included into HTML![]()
directly on the server page![]()
directly into HTML pages![]()
All of the mentioned![]()
Answer : A Discuss
6) Which of the following Attribute is used to include External JS code inside your HTML Document
7) A proper scripting language is a
High level programming language![]()
Assembly level programming language![]()
Machine level programming language![]()
Low level programming language![]()
Answer : A Discuss
8) Javascript is _________ language.
9) JavaScript is ______ Side Scripting Language.
10) JavaScript is designed for following purpose -
To Style HTML Pages![]()
To add interactivity to HTML Pages.![]()
To Perform Server Side Scripting Opertion![]()
To Execute Query Related to DB on Server![]()
Answer : B Discuss