Posts

Showing posts with the label Javascript Basic MCQs

Web Development MCQs Quiz 2

Image
WEB QUIZ-2 Web Application Development Marks: 20 Select JavaScript pre-defined functions. (Select all appropriate) System.write() Alert() Console.write() Printf() What output will the following display? Orange, Apple, Mango, Grapes Banana, Orange, Apple, Mango Banana, Orange, Apple, Mango, Grapes Orange, Apple, Mango External scripts are practical when the same code is used in many different web pages. So External JavaScript files have the file extension ____. .Jscript .Java .JS .JavaS Code after ____is treated as a comment in JavaScript. <-- \\ */ // To use an external script, put the name of the script file in the ___ attribute of a <script> tag. link src href rel JavaScript code is inserted between ____ tags. <Jscript> and </Jscript> <JavaScript> and </JavaScript> <Script> and </script> <js> and </js> What output will the following display? Banana, Orange, Apple, Man