Code: 10 ShuffleQuestions: 0 CompleteMulti: 0 L-Question: Q L-Name: Name L-Student: Please enter your mobile number, and write your name in the box below. *[ordered,horiz,id=583d1f8c296d214bf5572afa] Javascript is _________ language. + 1 - 2 - 3 - 4 **[ordered,horiz,id=583d2047296d214bf5572b21] JavaScript is ______ Side Scripting Language. + 1 + 2 - 3 - 4 *[ordered,horiz,id=583d20f7296d214bf5572b61] JavaScript is designed for following purpose - + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2907296d214bf5572f6a] Which was the first browser to support JavaScript ? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2935296d214bf5572f8f] This is Testing question + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2137296d214bf5572b92] JavaScript is can be written - + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d218b296d214bf5572bc4] JavaScript is an ________ language. + 1 - 2 *[ordered,horiz,id=583d21db296d214bf5572bf7] Cost for Using JavaScript in your HTML is _________ . + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d222e296d214bf5572c33] JavaScript Code is written inside file having extension __________. + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2260296d214bf5572c60] Why JavaScript is called as Lightweight Programming Language ? + 1 - 2 - 3 - 4 **[ordered,horiz,id=583d2292296d214bf5572c96] JavaScript is also called as _____________. + 1 + 2 - 3 - 4 *[ordered,horiz,id=583d22f3296d214bf5572ce8] Local Browser used for validations on the Web Pages uses __________. + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2342296d214bf5572d20] We can embed JS code inside HTML directly ? + 1 - 2 *[ordered,horiz,id=583d240c296d214bf5572dcb] Select all the correct option(s). State the correct place of JS Code inside HTML - + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d270c296d214bf5572e20] Is this correct syntax to include JS Code inside HTML Page ? + 1 - 2 *[ordered,horiz,id=583d2758296d214bf5572e5b] We cannot Place JS Code in the body tag . Say true/false. + 1 - 2 *[ordered,horiz,id=583d2775296d214bf5572e97] Is this placement of JS code inside HTML Element is Error Free ? + 1 - 2 *[ordered,horiz,id=583d27fa296d214bf5572ed4] We use _______ style comment to prevent showing Java Script as Content in the old browsers. + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d28d1296d214bf5572f36] ______ JavaScript is also called client-side JavaScript + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2975296d214bf5572ff0] __________ JavaScript is also called server-side JavaScript. + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d29d2296d214bf557305a] What are variables used for in JavaScript Programs + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2a08296d214bf557309d] _____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation. + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2a2a296d214bf55730e1] What should appear at the very end of your JavaScript? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2a50296d214bf557312e] Which of the following can't be done with client-side JavaScript? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2a7c296d214bf557316c] Which of the following is not a valid JavaScript variable name? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2aab296d214bf55731bb] ______ tag is an extension to HTML that can enclose any number of JavaScript statements + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2afc296d214bf557321b] How does JavaScript store dates in a date object? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2b25296d214bf5573264] Which of the following attribute can hold the JavaScript version? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2b4a296d214bf55732ae] What is the correct JavaScript syntax to write Hello World? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2b72296d214bf55732f9] Which of the following way can be used to indicate the LANGUAGE attribute? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2ba9296d214bf5573345] Inside which HTML element do we put the JavaScript? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2bdc296d214bf5573392] What is the correct syntax for referring to an external script called abc.js? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d2c04296d214bf55733e0] Which is the correct way to write a JavaScript array? + 1 - 2 - 3 - 4 *[ordered,horiz,id=583d3909296d214bf557344f] What does the