Complete Subject Question Bank
Consider the below webpage: Which of the following is used to do this ?
This question has been retained as-is due to its unique context.
If the phone number should accept only 10 digit numbers, which of the following options will suit?
This question has been retained as-is due to its unique context.
Ram has designed a portal with 'like' and 'unlike' image buttons that redirect to 'thanks.html'. Which HTML code correctly implements this?
This question has been retained as-is due to its unique context.
HTML stands for __________
This question has been retained as-is due to its unique context.
Which element is a container for all the head elements, and may include the document title, scripts, styles, meta information, and more?
This question has been retained as-is due to its unique context.
An application that lets you search and see material on the internet is
This question has been retained as-is due to its unique context.
Choose the correct JavaScript statement which helps you to write "World of JavaScript" in a web page.
This question has been retained as-is due to its unique context.
Which of the below is the correct syntax for exectuing some code if "amt" is equal to 5000?
This question has been retained as-is due to its unique context.
Polson needs to extract every character from a text string for email validation. Which JavaScript method is best suited?
This question has been retained as-is due to its unique context.
Ram's banking website has a 'Check Interest Rates' button that should redirect users to a separate page. Which JavaScript code accomplishes this?
This question has been retained as-is due to its unique context.
Predict the output of the following JavaScript code: <html> <head> <script> var txt= "pass 70% fail 30%"; var pattern = /\D/g; var res= txt.match(pattern); document.write(res); </script> </head> </html>
This question has been retained as-is due to its unique context.
What is the output of the below code snippet <script type="text/javascript"> amt=55+"55"; document.write(amt); </script>
This question has been retained as-is due to its unique context.
The parseInt() method converts the string to a integer. Before applying this function, Ram wants to know the type of the argument that is passed to the function. Which operator in javascript would support this ?
This question has been retained as-is due to its unique context.
When a user views a page containing a JavaScript program, which machine actually executes the script?
This question has been retained as-is due to its unique context.
David, a beginner in web development trying to perform one particular operation using client side JavaScript. Choose the correct option(s) that he can't be done with client-side JavaScript?
This question has been retained as-is due to its unique context.
When you want to enclose; some JavaScript statements to an HTML file, which is the correct tag you have to use?
This question has been retained as-is due to its unique context.
Which of the below statements are used to comment a line in JavaScript file?
This question has been retained as-is due to its unique context.
Sita wishes to greet the user when the user clicks on "Greet Me" button. In which event does she need to write the JavaScript code for greeting the user?
This question has been retained as-is due to its unique context.
Which of the below java script code helps to change the content of the paragraph tag dynamically? <p id="pid1">Aim Higher.. Sky is your limit
This question has been retained as-is due to its unique context.
Rhita wants to replace jQuery's $(document).ready(fun) with an equivalent shorter method.
This question has been retained as-is due to its unique context.
Based on our question bank analysis, master these concepts to score high in Web Technology.