129
87.9k

320+ Advance PHP Solved MCQs

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

Chapter: Ajax with PHP
201.

-------and XML. AJAX is a technique for creating fast and dynamic
web pages.
Sol:

A. XML
B. Asyanchronous java script
C. Ajax
D. java script
Answer» B. Asyanchronous java script
202.

Ajax refers to------and XML, technologies that are widely used for creating dynamic
and asynchronous web content
Sol:

A. XML
B. Asyanchronous java script
C. Ajax
D. java script
Answer» D. java script
203.

While-----is not limited to JavaScript and XML technologies, more often than not
they are used togetherby web applications.
Sol:

A. XML
B. Asyanchronous java script
C. Ajax
D. java script
Answer» C. Ajax
204.

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

--------allows web pages to be updated asynchronously by exchanging small amounts
of data with the server behind the scenes.
Sol:

A. XML
B. Asyanchronous java script
C. Ajax
D. java script
Answer» C. Ajax
206.

-----works with predefined tags like <p>,<h1>, <table>, etc. Sol:

A. HTML
B. Asyanchronous java script
C. Ajax
D. java script
Answer» A. HTML
207.

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

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

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

-------are used to declare methods that can be used in multiple classes. Traits can have
methods and abstract methods that can be used in multiple classes.
Sol:

A. static
B. self
C. traits
D. single inheritance
Answer» C. traits
211.

----------are declared with the trait keyword Sol:

A. static
B. self
C. traits
D. single inheritance
Answer» C. traits
212.

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

----------values must always be quoted in xml. Either single or double
quotes can beused.
Sol:

A. attribute
B. element
C. UTF-8
D. Empty XML elements.
Answer» A. attribute
214.

An------------is a basic unit of XML information composed of elements
and other markup in an orderly package.
Sol:

A. XML document
B. descriptive
C. html document
D. Empty XML elements.
Answer» A. XML document
215.

An- - - - - - - - - - can contains wide variety of data.For example, database
of numbers, numbers representing molecular structure or a mathematical equation.
Sol:

A. XML document
B. descriptive
C. html document
D. Empty XML elements.
Answer» A. XML document
216.

-----------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
Chapter: Introduction to Web Services
217.

A-----is any piece of software that makes itself available over theinternet and uses a standardized XML messaging system

A. web service
B. xml
C. html document
D. Empty XML
Answer» A. web service
218.

-----are self-contained, modular, distributed, dynamic applications that can be
described, published, located, or invoked over thenetwork to create products,
processes, and supply chains

A. web service
B. xml
C. html document
D. Empty XML
Answer» A. web service
219.

----------are built on top of open standards such as TCP/IP, HTTP,Java, HTML, and XML

A. web service
B. xml
C. html document
D. Empty XML
Answer» A. web service
220.

following are the advantages of web services

A. Interoperability
B. Ordered Protocol
C. Ease of Use
D. all the above
Answer» D. all the above
221.

following are the advantages of web services

A. Agility
B. Cost
C. Send Capacity
D. all the above
Answer» D. all the above
222.

following are the dis- advantages of web service.

A. pitfalls of web service
B. perfomance issues
C. lack of stadards
D. all the above
Answer» D. all the above
223.

following are the components of web services

A. SOAP
B. UDDI
C. WSDL
D. all the above
Answer» D. all the above
224.

The long form of SOAP is --------------

A. Simple Object Access Protocol
B. Universal Description, Discovery and Integration
C. Web Services Description Language
D. none of these
Answer» A. Simple Object Access Protocol
225.

The long form of UDDI is-------------

A. Simple Object Access Protocol
B. Universal Description, Discovery and Integration
C. Web Services Description Language
D. none of these
Answer» B. Universal Description, Discovery and Integration
226.

The long form of WSDL is-----------------

A. Simple Object Access Protocol
B. Universal Description, Discovery and Integration
C. Web Services Description Language
D. none of these
Answer» C. Web Services Description Language
227.

following are the characteristics of web services

A. XML-based
B. Coarse-grained
C. Loosely coupled
D. all of above
Answer» D. all of above
228.

In the coarse-grained operation, a few objects hold a lot of related data

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
229.

It wrapsone or more fine-grained services together into a coarse-grained service

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
230.

Synchronous Web services are invoked over existing Web protocols by a clientwho waits for a response.

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
231.

A web service supports RPC through offering services of its personal, equivalentto those of a traditional aspect

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
232.

We can access a web service using platform-independent and language-neutral web protocols, such as HTTP.HTTP ensures easy integration of heterogeneous environment

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
233.

A web service provides an interface (a web API) that can be called fromanother program.

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
234.

The Web Services architecture describes how to instantiate the elementsand implement the operations in an interoperable manner.

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
235.

The architecture of web service interacts among three roles: service provider, service requester, and service registry

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
236.

These service requestor uses a findoperation to retrieve the service description locally or from the service registry

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
237.

----- is an XML-based language for describing web services and how to accessthem

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
238.

----- stands for Web Services Description Language

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
239.

-------was developed jointly by Microsoft and IBM

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
240.

-------is an XML based protocol for information exchange in decentralizedand distributed environments.

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
241.

------is the standard format for describing a web service.

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
242.

--------definition describes how to access a web service and whatoperations it will perform

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
243.

---------is a language for describing how to interface with XML-basedservices.

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
244.

-----------is an integral part of UDDI, an XML-based worldwide businessregistry.

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
245.

---------- is pronounced as 'wiz-dull' and spelled out as 'W-S-D-L'

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» A. WSDL
246.

------------is an XML-based standard for describing, publishing, and findingweb services.

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» B. UDDI
247.

------------stands for Universal Description, Discovery, and Integration

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» B. UDDI
248.

------------ is a specification for a distributed registry of web services.

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» B. UDDI
249.

------------is platform independent, open framework

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» B. UDDI
250.

-------can communicate via SOAP, CORBA, and Java RMI Protocol.

A. WSDL
B. UDDI
C. SOAP
D. none of these
Answer» B. UDDI

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.