

McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Business Administration in Computer Applications (BBA [CA]) , Master of Science in Software Engineering (MSc SE) .
Chapters
1. |
AJAX stands for --------------------------------. |
A. | Asynchronous java script and xml |
B. | Asyanchronous and extented language |
C. | Asyanchronous and ajax extended |
D. | none of these |
Answer» A. Asynchronous java script and xml |
2. |
-----is a new technique for creating better, faster, and more interactive webapplications with the help of XML, HTML, CSS and Java Script. |
A. | Ajax |
B. | Synchronous |
C. | synchronous XML |
D. | Asynchronous JavaScript |
Answer» A. Ajax |
3. |
Conventional web application transmit information to and from the sever using----- requests |
A. | Ajax |
B. | Synchronous |
C. | synchronous XML |
D. | Asynchronous JavaScript |
Answer» B. Synchronous |
4. |
With-----when submit is pressed, JavaScript will make a request to the server, interpret the results and update the current screen. |
A. | Ajax |
B. | Synchronous |
C. | synchronous XML |
D. | Asynchronous JavaScript |
Answer» A. Ajax |
5. |
------is very strict when it comes to document structure Sol: |
A. | XML |
B. | Synchronous |
C. | synchronous HTML |
D. | Asynchronous JavaScript |
Answer» A. XML |
6. |
---------------and XML. AJAX is a technique for creating fast and
|
A. | Ajax |
B. | Synchronous |
C. | synchronous XML |
D. | Asynchronous JavaScript |
Answer» D. Asynchronous JavaScript |
7. |
Ajax refers to----------------technologies that are widely used for creating dynamic and
|
A. | Ajax &xml |
B. | Synchronous &php |
C. | XML & php |
D. | JavaScript & xml |
Answer» D. JavaScript & xml |
8. |
While Ajax is not limited to-----------technologies, more often than not they are used
|
A. | Ajax &xml |
B. | Synchronous &php |
C. | XML & php |
D. | JavaScript & xml |
Answer» D. JavaScript & xml |
9. |
--------is a technique for creating fast and dynamic web pages. |
A. | Ajax |
B. | Synchronous |
C. | synchronous XML |
D. | Asynchronous JavaScript |
Answer» A. Ajax |
10. |
AJAX allows web pages to be updated-----------by exchanging small amounts of data
|
A. | Ajax |
B. | Asynchronous |
C. | synchronous XML |
D. | Asynchronous JavaScript |
Answer» B. Asynchronous |
11. |
it is possible for Ajax to update parts of a web page, without reloading the
|
A. | Ajax |
B. | Synchronous |
C. | synchronous XML |
D. | Asynchronous JavaScript |
Answer» A. Ajax |
12. |
----------capabilities can be especially useful when dealing with forms. Sol: |
A. | jQuery's ajax |
B. | serialize() |
C. | Client-side validation |
D. | ajaxStart |
Answer» A. jQuery's ajax |
13. |
The-------method serializes a form's data into a query string Sol: |
A. | jQuery's ajax |
B. | serialize() |
C. | Client-side validation |
D. | ajaxStart |
Answer» B. serialize() |
14. |
---------is required for input, valid usernames/emails/phone numbers/etc. Sol: |
A. | jQuery's ajax |
B. | serialize() |
C. | Client-side validation |
D. | ajaxStart |
Answer» C. Client-side validation |
15. |
-----------events can be disabled for a particular Ajax request by passing
|
A. | jQuery's ajax |
B. | serialize() |
C. | Global |
D. | ajaxStart |
Answer» C. Global |
16. |
--------(Global Event):This event is triggered if an Ajax request is started
|
A. | jQuery's ajax |
B. | serialize() |
C. | Client-side validation |
D. | ajaxStart |
Answer» A. jQuery's ajax |
17. |
------------(Local Event):This event, which is triggered before an Ajax
|
A. | jQuery's ajax |
B. | beforeSend |
C. | ajax Send |
D. | ajaxStart |
Answer» B. beforeSend |
18. |
------(Global Event):This global event is also triggered before the request is
|
A. | jQuery's ajax |
B. | beforeSend |
C. | ajax Send |
D. | ajaxStart |
Answer» C. ajax Send |
19. |
-----------(Local Event):This event is only called if the request was
|
A. | jQuery's ajax |
B. | beforeSend |
C. | ajax Send |
D. | success |
Answer» D. success |
20. |
---------(Global Event):This event is also only called if the request was
|
A. | jQuery's ajax |
B. | beforeSend |
C. | ajax Send |
D. | ajaxSuccess |
Answer» D. ajaxSuccess |
21. |
----------(Global Event):This global event behaves the same as the local
|
A. | jQuery's ajax |
B. | beforeSend |
C. | ajax Send |
D. | ajaxError |
Answer» D. ajaxError |
22. |
-------------(Local Event):This event is called regardless of if the request
|
A. | complete |
B. | ajaxComplete |
C. | ajaxStop |
D. | The ajax() |
Answer» A. complete |
23. |
-------------(Global Event):This event behaves the same as the complete
|
A. | complete |
B. | ajaxComplete |
C. | ajaxStop |
D. | The ajax() |
Answer» B. ajaxComplete |
24. |
(Global Event):This global event is triggered if there are no more Ajax
|
A. | complete |
B. | ajaxComplete |
C. | ajaxStop |
D. | The ajax() |
Answer» C. ajaxStop |
25. |
The--------method is used to perform an AJAX (asynchronous HTTP)
|
A. | complete |
B. | ajaxComplete |
C. | ajaxStop |
D. | The ajax() |
Answer» D. The ajax() |
26. |
PHP supports the following data types: Sol: |
A. | string |
B. | interger |
C. | float |
D. | all the above |
Answer» D. all the above |
27. |
PHP divides the operators in the following groups: Sol: |
A. | increment decrement |
B. | logical |
C. | string |
D. | all the above |
Answer» D. all the above |
28. |
The basic assignment operator in PHP is __________ It means that the left operand
|
A. | <> |
B. | ? |
C. | "" |
D. | = |
Answer» D. = |
29. |
the _________ statement is used to perform different actions based on different
|
A. | switch |
B. | if condition |
C. | whie loop |
D. | for loop |
Answer» A. switch |
30. |
In PHP, we have the following loop types: Sol: |
A. | for each |
B. | for |
C. | whie loop |
D. | all the above |
Answer» D. all the above |
31. |
the _________ statement is used to check the action on each step and perform
|
A. | if else |
B. | else if ladder |
C. | whie loop |
D. | for loop |
Answer» B. else if ladder |
32. |
In PHP, ______in this loop we check show true statement first then check the
|
A. | for each |
B. | for |
C. | whie loop |
D. | do while |
Answer» D. do while |
33. |
-----is very strict when it comes to document structure Sol: |
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» A. XML |
34. |
-------and XML. AJAX is a technique for creating fast and dynamic
|
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» B. Asyanchronous java script |
35. |
Ajax refers to------and XML, technologies that are widely used for creating dynamic
|
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» D. java script |
36. |
While-----is not limited to JavaScript and XML technologies, more often than not
|
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» C. Ajax |
37. |
-----is a technique for creating fast and dynamic web pages Sol: |
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» C. Ajax |
38. |
--------allows web pages to be updated asynchronously by exchanging small amounts
|
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» C. Ajax |
39. |
-----works with predefined tags like <p>,<h1>, <table>, etc. Sol: |
A. | HTML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» A. HTML |
40. |
With------the author must define both the tags and the document structure Sol: |
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» A. XML |
41. |
------not works with predefined tags like <p>,<h1>, <table>, etc. Sol: |
A. | XML |
B. | Asyanchronous java script |
C. | Ajax |
D. | java script |
Answer» A. XML |
42. |
class needs to inherit multiple behaviours? OOP --------is used to solve this problem. Sol: |
A. | static |
B. | self |
C. | traits |
D. | single inheritance |
Answer» C. traits |
43. |
-------are used to declare methods that can be used in multiple classes. Traits can have
|
A. | static |
B. | self |
C. | traits |
D. | single inheritance |
Answer» C. traits |
44. |
----------are declared with the trait keyword Sol: |
A. | static |
B. | self |
C. | traits |
D. | single inheritance |
Answer» C. traits |
45. |
----------methods can be called directly - without creating an instance of the class first. Sol: |
A. | static |
B. | self |
C. | traits |
D. | single inheritance |
Answer» A. static |
46. |
----------values must always be quoted in xml. Either single or double
|
A. | attribute |
B. | element |
C. | UTF-8 |
D. | Empty XML elements. |
Answer» A. attribute |
47. |
An------------is a basic unit of XML information composed of elements
|
A. | XML document |
B. | descriptive |
C. | html document |
D. | Empty XML elements. |
Answer» A. XML document |
48. |
An- - - - - - - - - - can contains wide variety of data.For example, database
|
A. | XML document |
B. | descriptive |
C. | html document |
D. | Empty XML elements. |
Answer» A. XML document |
49. |
-----------is a markup language that looks a lot like HTML Sol: |
A. | XML |
B. | descriptive |
C. | html document |
D. | Empty XML elements. |
Answer» A. XML |
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.