

McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Computer Applications (BCA) , Bachelor of Business Administration in Computer Applications (BBA [CA]) .
Chapters
1. |
----------is a technique for creating fast and dynamic web page. |
A. | Ajax |
B. | xml |
C. | HTML |
D. | non of these |
Answer» A. Ajax |
2. |
allows to web pages to be upload asynchronously and exchange the small of data wit server . |
A. | Ajax |
B. | xml |
C. | HTML |
D. | CSS |
Answer» A. Ajax |
3. |
is main example of ajax application . |
A. | google map |
B. | msword |
C. | php |
D. | yahoo.com |
Answer» A. google map |
4. |
Ajax method and method is used to perform Ajax request |
A. | Jquery |
B. | json |
C. | jphp |
D. | http |
Answer» A. Jquery |
5. |
Jquery ajax is usefull while working with forms it consist of serialization ,client side , validation ,it is |
A. | true |
B. | false |
C. | both true and false |
D. | not know |
Answer» A. true |
6. |
Ajax is not programming language , itis |
A. | true |
B. | false |
C. | both true and false |
D. | not know |
Answer» A. true |
7. |
long form of Ajax is |
A. | Asynchronous java script & xml |
B. | Asynchronous Java program |
C. | Asynchronous xml language |
D. | non of these |
Answer» A. Asynchronous java script & xml |
8. |
long form of WSDL is ___ |
A. | web services description language |
B. | Web services deleted language |
C. | Web services define language |
D. | none of these |
Answer» A. web services description language |
9. |
long form of UDDI is _______ |
A. | Universal description language |
B. | Web services deleted language |
C. | Universal description,discovery language |
D. | none of these |
Answer» C. Universal description,discovery language |
10. |
In Ajax XMLHttpRequest this object is used to exchange data with web server . |
A. | true |
B. | false |
C. | both |
D. | none of these |
Answer» A. true |
11. |
__________Reduce the traffic travels between the client and the server |
A. | Ajax |
B. | HTML |
C. | xml |
D. | UDDI |
Answer» A. Ajax |
12. |
The ajaxStart and ajaxStop are ______ that relate to all Ajax requests together |
A. | event |
B. | properties |
C. | object |
D. | none of these |
Answer» A. event |
13. |
SOAP supports document-level transfer |
A. | true |
B. | false |
C. | both |
D. | none of these |
Answer» A. true |
14. |
XML-RPC is more about values transfer, although it can transfer structures such as struts, lists etc. ,it is _______. |
A. | true |
B. | false |
C. | both |
D. | none of these |
Answer» A. true |
15. |
________ function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server. |
A. | LoadDoc () |
B. | UDDI |
C. | AjaxStrart() |
D. | none of these |
Answer» A. LoadDoc () |
16. |
loadDoc() function creates an XMLHttpRequest object, adds the function to be executed when the server response is ready, and sends the request off to the server. |
A. | true |
B. | false |
C. | both a and b |
D. | none of these |
Answer» A. true |
17. |
the long form of axis is Asynchronous java script & xml |
A. | true |
B. | false |
C. | both a and b |
D. | none of these |
Answer» A. true |
18. |
long form of UDDI is _______ |
A. | Universal description language |
B. | Web services deleted language |
C. | Universal description, discovery language |
D. | none of these |
Answer» C. Universal description, discovery language |
19. |
______is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS and Java Script. |
A. | Ajax |
B. | XML |
C. | SimpleXML |
D. | BBEdit |
Answer» A. Ajax |
20. |
______ doesn't define a specific set of tags |
A. | Ajax |
B. | XML |
C. | SimpleXML |
D. | BBEdit |
Answer» B. XML |
21. |
PHP 5's new ______ module makes parsing an XML document, well, simple. It turns an XML document into an object that provides structured access to the XML. |
A. | Ajax |
B. | XML |
C. | SimpleXML |
D. | BBEdit |
Answer» C. SimpleXML |
22. |
While writing your PHP program, it is a good idea to use PHP-aware editors like ____ |
A. | Ajax |
B. | XML |
C. | SimpleXML |
D. | BBEdit |
Answer» D. BBEdit |
23. |
Every PHP statement ends with a semicolon (;). |
A. | true |
B. | false |
C. | both a and b |
D. | none of these |
Answer» A. true |
24. |
A class that is inherited from by another class. This is also called a ____ |
A. | child class |
B. | class |
C. | member function |
D. | parent Class or base class |
Answer» D. parent Class or base class |
25. |
________ a type of polymorphism in which some or all of operators have different implementations depending on the types of their arguments |
A. | overloading |
B. | data Abstraction |
C. | Encapsulation |
D. | member function |
Answer» A. overloading |
26. |
________Any representation of data in which the implementation details are hidden |
A. | overloading |
B. | data Abstraction |
C. | Encapsulation |
D. | member function |
Answer» B. data Abstraction |
27. |
__________ refers to a concept where we encapsulate all the data and member functions together to form an object. |
A. | overloading |
B. | data Abstraction |
C. | Encapsulation |
D. | member function |
Answer» C. Encapsulation |
28. |
__________ These are the function defined inside a class and are used to access object data. |
A. | child class |
B. | class |
C. | member function |
D. | parent Class |
Answer» C. member function |
29. |
________ This is a programmer-defined data type, which includes local functions as well as local data. |
A. | child class |
B. | class |
C. | member function |
D. | parent Class |
Answer» B. class |
30. |
_______ A class that inherits from another class. This is also called a subclass or derived class. |
A. | child class |
B. | class |
C. | member function |
D. | parent Class |
Answer» A. child class |
31. |
_________ An array with a numeric index. Values are stored and accessed in linear fashion. |
A. | associative array |
B. | multidimensional array |
C. | Numeric array |
D. | None of these |
Answer» C. Numeric array |
32. |
____________An array with strings as index. This stores element values in association with key values rather than in a strict linear index order. |
A. | associative array |
B. | multidimensional array |
C. | Numeric array |
D. | None of these |
Answer» A. associative array |
33. |
__________ An array containing one or more arrays and values are accessed using multiple indices |
A. | associative array |
B. | multidimensional array |
C. | Numeric array |
D. | None of these |
Answer» B. multidimensional array |
34. |
Validation means check the input submitted by the user. |
A. | true |
B. | false |
C. | both a and b |
D. | none of these |
Answer» A. true |
35. |
There are two types of validation are available in PHP. They are as follows − |
A. | Client-Side Validation |
B. | Server Side Validation − |
C. | input type validation |
D. | only a and b not c |
Answer» D. only a and b not c |
36. |
_________ Validation is performed on the client machine web browsers. |
A. | Client-Side Validation |
B. | Server Side Validation − |
C. | input type validation |
D. | output type validation |
Answer» A. Client-Side Validation |
37. |
___________ After submitted by data, The data has sent to a server and perform validation checks in server machine. |
A. | Client-Side Validation |
B. | Server Side Validation − |
C. | input type validation |
D. | output type validation |
Answer» B. Server Side Validation − |
38. |
Core PHP means solving a Mathematical problem by using paper and pen and Frame work means solving Mathematical problem by using a calculator. |
A. | true |
B. | false |
C. | both a and b |
D. | none of these |
Answer» A. true |
Done Studing? Take A Test.
Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.