163
86.7k

180+ Advanced Web Technologies Solved MCQs

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

Chapter: AJAX
151.

----------is a technique for creating fast and dynamic web page.

A. Ajax
B. xml
C. HTML
D. non of these
Answer» A. Ajax
152.

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
153.

is main example of ajax application .

A. google map
B. msword
C. php
D. yahoo.com
Answer» A. google map
154.

Ajax method and method is used to perform Ajax request

A. Jquery
B. json
C. jphp
D. http
Answer» A. Jquery
155.

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
156.

Ajax is not programming language , itis

A. true
B. false
C. both true and false
D. not know
Answer» A. true
157.

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
158.

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
159.

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
160.

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
161.

__________Reduce the traffic travels between the client and the server

A. Ajax
B. HTML
C. xml
D. UDDI
Answer» A. Ajax
162.

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
163.

SOAP supports document-level transfer

A. true
B. false
C. both
D. none of these
Answer» A. true
164.

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
165.

________ 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 ()
166.

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
167.

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
168.

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
169.

______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
170.

______ doesn't define a specific set of tags

A. Ajax
B. XML
C. SimpleXML
D. BBEdit
Answer» B. XML
171.

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
172.

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
173.

Every PHP statement ends with a semicolon (;).

A. true
B. false
C. both a and b
D. none of these
Answer» A. true
174.

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
175.

________ 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
176.

________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
177.

__________ 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
178.

__________ 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
179.

________ 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
180.

_______ 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
181.

_________ 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
182.

____________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
183.

__________ 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
184.

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
185.

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
186.

_________ 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
187.

___________ 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 −
188.

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.