155
93.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: Introduction to Web Services
251.

------------uses WSDL to describe interfaces to web services.

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

------------is an open industry initiative enabling businesses to discover eachother and define how they interact over the Internet

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

------------is platform independent.

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

------------is language independent.

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

----------- is simple and extensible.

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

------------allows you to get around firewalls.

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

-------------will be developed as a W3C standard.

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

----------is an XML-based protocol for exchanging information betweencomputers

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

---------is a format for sending messages.

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

----------is designed to communicate via Internet.

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

-----------is Language and Platform independent

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

---------------web services can be written inany programming language and executed in any platform

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

-------------uses WSDL othermechanism to discover the service.

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

------------is among the simplest and most foolproof web service approaches thatmakes it easy for computers to call procedures on other computers.

A. XML-RPC
B. UDDI
C. SOAP
D. WSDL
Answer» C. SOAP
265.

------------permits programs to make function or procedure calls across anetwork.

A. XML-RPC
B. UDDI
C. SOAP
D. WSDL
Answer» A. XML-RPC
266.

--------------- uses the HTTP protocol to pass information from a clientcomputer to a server computer

A. XML-RPC
B. UDDI
C. SOAP
D. WSDL
Answer» A. XML-RPC
267.

-------------uses a small XML vocabulary to describe the nature of requestsand responses.

A. XML-RPC
B. UDDI
C. SOAP
D. WSDL
Answer» A. XML-RPC
268.

-------------client specifies a procedure name and parameters in the XML request, and the server returns either a fault or a response in the XMLresponse.

A. XML-RPC
B. UDDI
C. SOAP
D. WSDL
Answer» A. XML-RPC
269.

-------------has no notion of objects and no mechanism for including information that uses other XML vocabulary.

A. XML-RPC
B. UDDI
C. SOAP
D. WSDL
Answer» A. XML-RPC
270.

We'll show how to deploy the Java class to a SOAP server using the WASP deployment tool

A. yes
B. no
C. can not say
D. none of these
Answer» A. yes
Chapter: PHP FrameWork
271.

A------is a platform to create PHP web applications

A. php framework
B. ORM
C. phplib
D. command link interface
Answer» A. php framework
272.

--------is a method of accessing database data using object-oriented syntax instead of using SQL

A. php framework
B. ORM
C. phplib
D. command link interface
Answer» B. ORM
273.

(ORM)means ----------l

A. Object-Relational Mapping
B. object random map
C. Model View Controller
D. command link interface
Answer» A. Object-Relational Mapping
274.

PHP frameworks typically follow the---------design pattern. This concept separates the manipulation of data from its presentation.

A. Object-Relational Mapping
B. object random map
C. Model View Controller
D. command link interface
Answer» C. Model View Controller
275.

Early------- include PHPlib, Horde, and Pear. Most of the big names now launched in 2005 or later.

A. php framework
B. ORM
C. phplib
D. command link interface
Answer» C. phplib
276.

Laravel,Symfony,CodeIgniter,Zend are the example of PHP frameworks.

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

----------- helps to developed web page using a PHP framework.

A. Object-Relational Mapping
B. object random map
C. Model View Controller
D. command link interface
Answer» D. command link interface
278.

Controller functions are used to access and update the database in php framework.

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

PHP frameworks typically follow the--------design pattern.

A. Object-Relational Mapping
B. object random map
C. Model View Controller
D. command link interface
Answer» C. Model View Controller
280.

in ----The Model stores the business logic and application data. It passes data to the View.

A. Object-Relational Mapping
B. object random map
C. Model View Controller(mvc)
D. command link interface
Answer» C. Model View Controller(mvc)
281.

in-----The User interacts with the View and can input instructions via the Controller

A. Object-Relational Mapping
B. object random map
C. Model View Controller(mvc)
D. command link interface
Answer» C. Model View Controller(mvc)
282.

---- is the main repository of packages that you can install with Composer. Some of the most popular Composer packages run with the Symfony framework.

A. Object-Relational Mapping
B. paclagist
C. Model View Controller(mvc)
D. command link interface
Answer» B. paclagist
283.

Joomla is an open source----------------------------

A. joomla
B. paclagist
C. Content management system
D. Drupal
Answer» C. Content management system
284.

------is free and extendable which is separated into front-end templates and back-end templates (administrator)

A. joomla
B. paclagist
C. MVC
D. Drupal
Answer» A. joomla
285.

------is developed using PHP, Object Oriented Programming, software design patterns and MySQL (used for storing the data)

A. joomla
B. paclagist
C. MVC
D. Drupal
Answer» A. joomla
286.

There are several high-end templates of joomla are available, and most of them are free to use.

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

--------are used to get different types of user interfaces, which allow us to change the colors, font style, layouts, and features, etc.

A. templates
B. paclagist
C. MVC
D. Drupal
Answer» A. templates
288.

Joomla is one of the most popular and widely supported open source multilingual----- platforms in the world,

A. joomla
B. CMS
C. MVC\\\
D. Drupal
Answer» B. CMS
289.

A website can be created and presented in multiple languages, without even leaving the Joomla. It can be done within the Joomla with the help of Joomla's core software.

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

There are several professional service providers available who can help develop, maintain, and market your Joomla project.

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

-------consists of an in-built updater to make the updation process easy for the users, and it does not require any professional skills.

A. joomla
B. CMS
C. MVC\\\
D. Drupal
Answer» A. joomla
292.

--------also provides an in-app contextual help option that is useful for every level of user to learn how to operate Joomla

A. joomla
B. CMS
C. MVC\\\
D. Drupal
Answer» A. joomla
293.

There is also an option to easily add advertising and monetize the website with the help of banner management in-----

A. joomla
B. CMS
C. MVC
D. Drupal
Answer» A. joomla
294.

The media manager in--------is a tool that can be used for uploading, organizing, and managing the media files and folders

A. joomla
B. CMS
C. MVC\\\
D. Drupal
Answer» A. joomla
295.

Joomla is a---------------and contains some excellent features that help the users organizing and managing the content efficiently

A. joomla
B. CMS
C. MVC
D. Drupal
Answer» B. CMS
296.

---------has a powerful extensibility feature. You can get over 7500 extensions to extend your website and broaden its functionality

A. joomla
B. CMS
C. MVC
D. Drupal
Answer» A. joomla
297.

You can use-------extension finder or Joomla Extensions Directory to get several ways to enhance Joomla as per your needs

A. joomla
B. CMS
C. MVC
D. Drupal
Answer» A. joomla
298.

Joomla is written in PHP and based on-------design pattern

A. joomla
B. CMS
C. MVC
D. Drupal
Answer» C. MVC
299.

The-------Framework contains the collection of open-source software libraries/packages, on which Joomla content management system is built on

A. joomla
B. CMS
C. MVC
D. Drupal
Answer» A. joomla
300.

Templates are used to manage the look of the Joomla websites. There are basically two types of templates available; Front-end and Back-end.

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

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.