0

web technology Online Quiz - 41

Description: web technology Online Quiz - 41
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

_________ assist in used when writing the actions in actions panel.

  1. medical

  2. script

  3. travel

  4. write


Correct Option: B

Macromedia Flash is an

  1. movie

  2. game

  3. 2D animating software

  4. 3d animating software


Correct Option: C

Using flash we can edit the MPEG videos

  1. True

  2. False


Correct Option: B

Action script is used in flash for

  1. for making actions in grphics

  2. For writing actions in Movie clips-frames-buttons

  3. making actions in stage

  4. making actions in TV


Correct Option: B

Using library panel in flash we can access the files library of our system

  1. True

  2. False


Correct Option: B

swf is the format of

  1. splash

  2. swift -3d

  3. flash

  4. director


Correct Option: C

________ can convert your applications into Web-applications.

  1. Web

  2. Web Services

  3. Web programs

  4. None of these


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of converting applications into web applications.

Option A) Web - This option is incorrect because simply using the web as a platform does not automatically convert an application into a web application.

Option B) Web Services - This option is correct because web services allow applications to communicate with each other over the internet, enabling the conversion of applications into web applications.

Option C) Web programs - This option is incorrect because web programming refers to the development of web applications, not the conversion of existing applications into web applications.

Option D) None of these - This option is incorrect because Option B, Web Services, is the correct answer.

The correct answer is B) Web Services. This option is correct because web services enable the conversion of applications into web applications by allowing them to communicate and interact over the internet.

Web Services define a platform-independent standard based on XML to communicate within distributed systems.

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, we need to understand what web services are and how they communicate within distributed systems.

Web services are a technology used to enable communication and integration between different software applications over a network. They define a set of standards and protocols for exchanging data and functionality between these applications.

One of the key standards used in web services is XML (Extensible Markup Language). XML provides a platform-independent way of representing and exchanging data between different systems. It uses tags to define the structure and meaning of the data, making it easily understandable by both humans and machines.

Based on this information, we can determine that the statement "Web Services define a platform-independent standard based on XML to communicate within distributed systems" is true.

Option A) True - This option is correct because web services do indeed define a platform-independent standard based on XML to communicate within distributed systems.

Option B) False - This option is incorrect because web services do use XML as a standard for communication within distributed systems.

The correct answer is A) True. This option is correct because web services do define a platform-independent standard based on XML to communicate within distributed systems.

SOAP is used to transfer the:

  1. control

  2. output

  3. data

  4. None of these


Correct Option: C
Explanation:

To solve this question, the user needs to know what SOAP is and what it is used for.

SOAP stands for Simple Object Access Protocol. It is a messaging protocol that allows for exchanging structured data between applications over the internet. Therefore, the correct option is:

C. data

SOAP is used to transfer data between applications. It allows for the exchange of structured information in the form of XML documents. The SOAP message contains the data that needs to be transferred, as well as information about how to process it.

Option A, control, is incorrect because SOAP is not used to transfer control.

Option B, output, is incorrect because SOAP is not used to transfer output directly. SOAP can be used to transfer data that may later be processed to generate output.

Option D, None of these, is incorrect because SOAP is used to transfer data, making option C the correct answer.

WSDL is used for describing the services available.

  1. True

  2. False


Correct Option: A

UDDI is used for listing what ______ are available.

  1. data

  2. control

  3. programs

  4. services


Correct Option: D
Explanation:

To solve this question, the user needs to know what UDDI stands for and what its purpose is. UDDI stands for Universal Description, Discovery, and Integration, and it is a platform-independent, XML-based registry for businesses to list their web services.

The correct option is:

D. services: UDDI is used for listing what services are available. It allows businesses to publish their web services to a central directory where they can be easily found and accessed by other businesses and applications. By doing so, UDDI enables interoperability and integration between different systems and applications. Option D is the correct answer.

Option A is incorrect because UDDI is not used for listing data.

Option B is incorrect because UDDI is not used for listing control.

Option C is incorrect because UDDI is not used for listing programs.

Therefore, the answer is: D. services.

  1. the currency conversion

  2. weather reports

  3. the language translation

  4. web browsers


Correct Option: D

Using a ______ you can do exchange the data between the different applications and different platforms.

  1. Web application

  2. Web pages

  3. Web services

  4. None of these


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of exchanging data between different applications and platforms.

Option A) Web application - This option is incorrect because a web application is a software application that runs on a web server and is accessed through a web browser. While web applications can exchange data, they are not specifically designed for exchanging data between different applications and platforms.

Option B) Web pages - This option is incorrect because web pages are documents that are accessed through a web browser and typically contain information or content. While web pages can display data, they are not specifically designed for exchanging data between different applications and platforms.

Option C) Web services - This option is correct because web services are specifically designed to exchange data between different applications and platforms over the internet. Web services use standard protocols such as SOAP (Simple Object Access Protocol) or REST (Representational State Transfer) to enable communication and data exchange.

Option D) None of these - This option is incorrect because the correct answer is option C, web services.

The correct answer is C) Web services. This option is correct because web services are specifically designed to exchange data between different applications and platforms.

HTTP is the ubiquitous protocol, which is running practically everywhere on:

  1. Internet

  2. systems

  3. networks

  4. pages


Correct Option: A
Explanation:

To solve this question, the user needs to know what HTTP is and where it is used.

HTTP stands for Hypertext Transfer Protocol, which is an application protocol that is commonly used for transmitting data over the internet. It is the foundation of data communication on the World Wide Web.

Now, let's go through each option and explain whether it is right or wrong:

A. Internet: This option is correct. HTTP is used extensively on the internet for transferring data between servers and clients. It is the primary protocol used for communication between web browsers and web servers.

B. Systems: This option is incorrect. While HTTP can be used for communication between systems, it is primarily used for communication between web browsers and web servers.

C. Networks: This option is partially correct. HTTP is used on networks, but it is not specific to any particular network. It can be used on any network that supports TCP/IP.

D. Pages: This option is incorrect. HTTP is not used on individual web pages, but rather for communication between web browsers and web servers.

The Answer is: A

The XML provides the ________ in which you can write the specialized languages to express the complex interactions between the clients and the services or between the components of a composite service.

  1. language

  2. metalanguage

  3. meta

  4. services


Correct Option: B
Explanation:

To solve this question, the user needs to have a basic understanding of XML and its purpose.

XML stands for Extensible Markup Language, and it is a markup language that is used to store and transport data. One of the main features of XML is its ability to define custom markup languages, which are specialized languages used to express complex interactions between clients and services or between the components of a composite service.

Now, let's go through each option and explain why it is right or wrong:

A. language: This option is incorrect. While XML can be used to define custom markup languages, this option is too general and does not specifically relate to the purpose of XML.

B. metalanguage: This option is correct. A metalanguage is a language used to describe another language, and XML is a metalanguage that is used to define custom markup languages. Thus, option B is the correct answer.

C. meta: This option is incorrect. While the term "meta" is often used in the context of XML and custom markup languages, it is not specific enough to fully answer the question.

D. services: This option is incorrect. While services can be involved in the interactions described by custom markup languages, this option is too general and does not specifically relate to the purpose of XML.

The Answer is: B. metalanguage

Which of these are not the elements WSDL ?

  1. Types

  2. Port Type

  3. Service

  4. destination


Correct Option: D
Explanation:

To solve this question, the user needs to be familiar with the elements of WSDL and understand what each element represents.

The correct answer is: D. Destination is not an element in WSDL.

Explanation for each option:

A. Types: This is an element of WSDL. It defines the data types used in the messages exchanged between the client and server.

B. Port Type: This is an element of WSDL. It defines a set of abstract operations supported by one or more endpoints.

C. Service: This is an element of WSDL. It defines a collection of related endpoints.

D. Destination: This is not an element of WSDL. It is not related to the web service description language.

Therefore, the correct answer is D. destination.

A Web Services can be created regardless of the

  1. systems

  2. programming language

  3. services

  4. internet


Correct Option: B

What is the first version of sharepoint called ?

  1. SharePoint Portal Server

  2. MOSS

  3. SharePoint Team Services

  4. SharePoint Portal Services


Correct Option: C

AI Explanation

To answer this question, you need to be familiar with the history of SharePoint.

Option A) SharePoint Portal Server - This option is incorrect because SharePoint Portal Server was not the first version of SharePoint. It was released in 2001 as the second major release of SharePoint.

Option B) MOSS - This option is incorrect because MOSS (Microsoft Office SharePoint Server) was not the first version of SharePoint. MOSS was released in 2007 as the third major release of SharePoint.

Option C) SharePoint Team Services - This option is correct. SharePoint Team Services was the first version of SharePoint. It was released in 2001 and provided basic collaboration and document management functionalities.

Option D) SharePoint Portal Services - This option is incorrect because SharePoint Portal Services was not the first version of SharePoint. It was released in 2003 as an add-on to SharePoint Team Services.

The correct answer is C) SharePoint Team Services. This option is correct because it was the first version of SharePoint that was released.

What class you inherit for creating a WebPart ?

  1. System.Web.UI.WebControls.WebPart.WebParts

  2. System.Web.UI.WebControls.WebParts.WebParts

  3. System.Web.UI.WebControls.WebParts.WebPart

  4. System.Web.WebControls.WebParts.WebPart


Correct Option: C

What is the main method to be override while creating custom web part ?

  1. Databind()

  2. CreateChildControls()

  3. CreateChildRender()

  4. OverrideChildControls()


Correct Option: B
- Hide questions