Q.1.
SOAP is a format for sending messages and is also called as __________.
Q.2.
What is the correct jQuery code for making all div elementspixels high?
Q.3.
How do we keep data inside an Object ?
Q.4.
Which is an AJAX function?
Q.5.
The functions provided by JQuery to hide elements are ...
Q.6.
The function in JQuery that is used to ensure all the desired elements are displayed on the web page is ...
Q.7.
Which is the wrong way to write variables in PHP?
Q.8.
The following is not a way of writing PHP code in HTML is ...
Q.9.
PHP is a server-side programming, where the code will be executed on the server side. The following which one can act as a server on a local computer ...
Q.10.
The right syntax used to stop a loop when a condition occurs and continue the next loop is ...
Q.11.
Which operator is used to calculate the modulo?
Q.12.
A PHP program will display the name of the month when entering a number between 1 andin the input form. The use of the right branching is ...
Q.13.
If a condition has two choices, namely true and false, then the syntax used is ...
Q.14.
Which jQuery function is used to prevent code from running, before the document is finished loading?
Q.15.
Look at the following selector: $("div p"). What does it select?
Q.16.
Which jQuery method is used to hide selected elements?
Q.17.
Which jQuery method is used to perform an asynchronous HTTP request?
Q.18.
Which jQuery method is used to set one or more style properties for selected elements?
Q.19.
With jQuery, look at the following selector: $("div.intro"). What does it select?
Q.20.
What is the correct jQuery code to set the background color of all p elements to red?