1. -------and XML. AJAX is a technique for creating fast and dynamic
web pages.
Sol:
Correct : B. Asyanchronous java script
2. Ajax refers to------and XML, technologies that are widely used for creating dynamic
and asynchronous web content
Sol:
Correct : D. java script
3. While-----is not limited to JavaScript and XML technologies, more often than not
they are used togetherby web applications.
Sol:
Correct : C. Ajax
4. -----is a technique for creating fast and dynamic web pages
Sol:
Correct : C. Ajax
5. --------allows web pages to be updated asynchronously by exchanging small amounts
of data with the server behind the scenes.
Sol:
Correct : C. Ajax
6. -----works with predefined tags like <p>,<h1>, <table>, etc.
Sol:
Correct : A. HTML
7. With------the author must define both the tags and the document structure
Sol:
Correct : A. XML
8. ------not works with predefined tags like <p>,<h1>, <table>, etc.
Sol:
Correct : A. XML
9. class needs to inherit multiple behaviours? OOP --------is used to solve this problem.
Sol:
Correct : C. traits
10. -------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:
Correct : C. traits
11. ----------are declared with the trait keyword
Sol:
Correct : C. traits
12. ----------methods can be called directly - without creating an instance of the class first.
Sol:
Correct : A. static
13. ----------values must always be quoted in xml. Either single or double
quotes can beused.
Sol:
Correct : A. attribute
14. An------------is a basic unit of XML information composed of elements
and other markup in an orderly package.
Sol:
Correct : A. XML document
15. An- - - - - - - - - - can contains wide variety of data.For example, database
of numbers, numbers representing molecular structure or a mathematical equation.
Sol:
Correct : A. XML document
16. -----------is a markup language that looks a lot like HTML
Sol:
Correct : A. XML
17. A-----is any piece of software that makes itself available over theinternet and uses
a standardized XML messaging system
Correct : A. web service
18. -----are self-contained, modular, distributed, dynamic applications that can be
described, published, located, or invoked over thenetwork to create products,
processes, and supply chains
Correct : A. web service
19. ----------are built on top of open standards such as TCP/IP, HTTP,Java, HTML,
and XML
Correct : A. web service
20. following are the advantages of web services
Correct : D. all the above
21. following are the advantages of web services
Correct : D. all the above
22. following are the dis- advantages of web service.
Correct : D. all the above
23. following are the components of web services
Correct : D. all the above
24. The long form of SOAP is --------------
Correct : A. Simple Object Access Protocol
25. The long form of UDDI is-------------
Correct : B. Universal Description, Discovery and Integration
26. The long form of WSDL is-----------------
Correct : C. Web Services Description Language
27. following are the characteristics of web services
Correct : D. all of above
28. In the coarse-grained operation, a few objects hold a lot of related data
Correct : A. yes
29. It wrapsone or more fine-grained services together into a coarse-grained service
Correct : A. yes
30. Synchronous Web services are invoked over existing Web protocols by a clientwho waits
for a response.
Correct : A. yes
31. A web service supports RPC through offering services of its personal, equivalentto those of
a traditional aspect
Correct : A. yes
32. We can access a web service using platform-independent and language-neutral web
protocols, such as HTTP.HTTP ensures easy integration of heterogeneous environment
Correct : A. yes
33. A web service provides an interface (a web API) that can be called fromanother program.
Correct : A. yes
34. The Web Services architecture describes how to instantiate the elementsand implement the
operations in an interoperable manner.
Correct : A. yes
35. The architecture of web service interacts among three roles: service provider, service
requester, and service registry
Correct : A. yes
36. These service requestor uses a findoperation to retrieve the service description locally or
from the service registry
Correct : A. yes
37. ----- is an XML-based language for describing web services and how to accessthem
Correct : A. WSDL
38. ----- stands for Web Services Description Language
Correct : A. WSDL
39. -------was developed jointly by Microsoft and IBM
Correct : A. WSDL
40. -------is an XML based protocol for information exchange in decentralizedand distributed
environments.
Correct : A. WSDL
41. ------is the standard format for describing a web service.
Correct : A. WSDL
42. --------definition describes how to access a web service and whatoperations it will
perform
Correct : A. WSDL
43. ---------is a language for describing how to interface with XML-basedservices.
Correct : A. WSDL
44. -----------is an integral part of UDDI, an XML-based worldwide businessregistry.
Correct : A. WSDL
45. ---------- is pronounced as 'wiz-dull' and spelled out as 'W-S-D-L'
Correct : A. WSDL
46. ------------is an XML-based standard for describing, publishing, and findingweb services.
Correct : B. UDDI
47. ------------stands for Universal Description, Discovery, and Integration
Correct : B. UDDI
48. ------------ is a specification for a distributed registry of web services.
Correct : B. UDDI
49. ------------is platform independent, open framework
Correct : B. UDDI
50. -------can communicate via SOAP, CORBA, and Java RMI Protocol.
Correct : B. UDDI
51. ------------uses WSDL to describe interfaces to web services.
Correct : B. UDDI
52. ------------is an open industry initiative enabling businesses to discover eachother and
define how they interact over the Internet
Correct : B. UDDI
53. ------------is platform independent.
Correct : C. SOAP
54. ------------is language independent.
Correct : C. SOAP
55. ----------- is simple and extensible.
Correct : C. SOAP
56. ------------allows you to get around firewalls.
Correct : C. SOAP
57. -------------will be developed as a W3C standard.
Correct : C. SOAP
58. ----------is an XML-based protocol for exchanging information betweencomputers
Correct : C. SOAP
59. ---------is a format for sending messages.
Correct : C. SOAP
60. ----------is designed to communicate via Internet.
Correct : C. SOAP
61. -----------is Language and Platform independent
Correct : C. SOAP
62. ---------------web services can be written inany programming language and executed in any
platform
Correct : C. SOAP
63. -------------uses WSDL othermechanism to discover the service.
Correct : C. SOAP
64. ------------is among the simplest and most foolproof web service approaches thatmakes it
easy for computers to call procedures on other computers.
Correct : C. SOAP
65. ------------permits programs to make function or procedure calls across anetwork.
Correct : A. XML-RPC
66. --------------- uses the HTTP protocol to pass information from a clientcomputer to a server
computer
Correct : A. XML-RPC
67. -------------uses a small XML vocabulary to describe the nature of requestsand responses.
Correct : A. XML-RPC
68. -------------client specifies a procedure name and parameters in the XML
request, and the server returns either a fault or a response in the XMLresponse.
Correct : A. XML-RPC
69. -------------has no notion of objects and no mechanism for including
information that uses other XML vocabulary.
Correct : A. XML-RPC
70. We'll show how to deploy the Java class to a SOAP server using the WASP
deployment tool
Correct : A. yes
71. A------is a platform to create PHP web applications
Correct : A. php framework
72. --------is a method of accessing database data using object-oriented syntax instead of
using SQL
Correct : B. ORM
73. (ORM)means ----------l
Correct : A. Object-Relational Mapping
74. PHP frameworks typically follow the---------design pattern. This concept separates the
manipulation of data from its presentation.
Correct : C. Model View Controller
75. Early------- include PHPlib, Horde, and Pear. Most of the big names now launched in
2005 or later.
Correct : C. phplib
76. Laravel,Symfony,CodeIgniter,Zend are the example of PHP frameworks.
Correct : A. yes
77. ----------- helps to developed web page using a PHP framework.
Correct : D. command link interface
78. Controller functions are used to access and update the database in php framework.
Correct : A. yes
79. PHP frameworks typically follow the--------design pattern.
Correct : C. Model View Controller
80. in ----The Model stores the business logic and application data. It passes data to
the View.
Correct : C. Model View Controller(mvc)
81. in-----The User interacts with the View and can input instructions via the Controller
Correct : C. Model View Controller(mvc)
82. ---- is the main repository of packages that you can install with Composer. Some of the
most popular Composer packages run with the Symfony framework.
Correct : B. paclagist
83. Joomla is an open source----------------------------
Correct : C. Content management system
84. ------is free and extendable which is separated into front-end templates and back-end
templates (administrator)
Correct : A. joomla
85. ------is developed using PHP, Object Oriented Programming, software design patterns
and MySQL (used for storing the data)
Correct : A. joomla
86. There are several high-end templates of joomla are available, and most of them are
free to use.
Correct : A. yes
87. --------are used to get different types of user interfaces, which allow us to change the
colors, font style, layouts, and features, etc.
Correct : A. templates
88. Joomla is one of the most popular and widely supported open source multilingual-----
platforms in the world,
Correct : B. CMS
89. 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.
Correct : A. yes
90. There are several professional service providers available who can help develop,
maintain, and market your Joomla project.
Correct : A. yes
91. -------consists of an in-built updater to make the updation process easy for the users,
and it does not require any professional skills.
Correct : A. joomla
92. --------also provides an in-app contextual help option that is useful for every level of
user to learn how to operate Joomla
Correct : A. joomla
93. There is also an option to easily add advertising and monetize the website with the help
of banner management in-----
Correct : A. joomla
94. The media manager in--------is a tool that can be used for uploading, organizing, and
managing the media files and folders
Correct : A. joomla
95. Joomla is a---------------and contains some excellent features that help the users
organizing and managing the content efficiently
Correct : B. CMS
96. ---------has a powerful extensibility feature. You can get over 7500 extensions to extend
your website and broaden its functionality
Correct : A. joomla
97. You can use-------extension finder or Joomla Extensions Directory to get several ways
to enhance Joomla as per your needs
Correct : A. joomla
98. Joomla is written in PHP and based on-------design pattern
Correct : C. MVC
99. The-------Framework contains the collection of open-source software
libraries/packages, on which Joomla content management system is built on
Correct : A. joomla
100. Templates are used to manage the look of the Joomla websites. There are basically two
types of templates available; Front-end and Back-end.