0

web technology Online Quiz - 15

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

Main advantage of SOAP are

  1. architectural independent

  2. language independent

  3. based on http

  4. none of the above


Correct Option: A,B

Main principles of SOA are

  1. reuse

  2. modularity

  3. componentization

  4. granularity

  5. none of the above

  6. only first and second option


Correct Option: A,B,C,D

Web services platform elements:

  1. SOAP,UDDI,WSDL

  2. XML,XSD,WSDL

  3. RPC,SOAP,http

  4. all the above

  5. first and second

  6. none of the above


Correct Option: A

Basic Web service platform is

  1. soap,WSDl,uddi

  2. XML and HTTP

  3. SOAP,RPC,XML

  4. none of the above

  5. all of the above


Correct Option: B

WSDL contains following components

  1. type

  2. message

  3. portType

  4. binding

  5. operations

  6. error messages


Correct Option: A,B,C,D

In SOA do we need to build systems from scratch ?

  1. True

  2. False


Correct Option: B

In SOA do we need to build systems from scratch ?

  1. True

  2. False


Correct Option: B

In SOA do we need to build systems from scratch ?

  1. True

  2. False


Correct Option: B

Are web-services SOA?

  1. True

  2. False


Correct Option: B

Following in SOA is like a reference database of services,which is a central reference of metadata for services

  1. SOA repository

  2. BPEL

  3. SOA registry

  4. JCA adapters

  5. none of the above


Correct Option: C

BPEL(business process excecution language) in SOA is,

  1. BPEL is a language for implementing orchestration and choreography in SOA

  2. BPEL is a web service

  3. BPEL is a language for simple description of how web services are composed into buisiness

  4. None of the above

  5. all the above


Correct Option: C

Intrepret this statement: <strong>Michelle</strong>

  1. It makes Michelle strong

  2. It highlights Michelle as being strong

  3. It will print out Michelle in bold font

  4. None of the above


Correct Option: C

AI Explanation

To interpret the statement "Michelle", we need to understand the HTML tags used in the statement.

In HTML, the "" tag is used to indicate emphasis or importance. When the "" tag is used around text, it typically renders the text in bold font.

Therefore, the correct interpretation of the statement "Michelle" is:

C. It will print out Michelle in bold font

Tables can be nested (table inside of another table).

  1. True

  2. False


Correct Option: A

Which is correct?

  1. Click Here

  2. Click Here

  3. Click Here

  4. Click Here


Correct Option: C

Which of the following is a two sided tag?

  1. DT

  2. LI

  3. DD

  4. DL


Correct Option: D

The Browser applies the feature of a tag until it encounters_____tag.

  1. Quit

  2. Closing

  3. Exit

  4. Anti


Correct Option: B
Explanation:

To solve this question, the user needs to have knowledge of HTML tags and how they are applied in web development.

The correct answer is:

B. Closing

Explanation:

In HTML, tags are used to define elements and their properties. The browser applies the feature of an opening tag until it encounters its corresponding closing tag. The closing tag is indicated by adding a forward slash (/) to the tag name before the closing angle bracket (>). For example, to define a paragraph in HTML, you would use the opening

tag and the closing

tag.

Therefore, option B, Closing, is the correct answer.

_______are the HTML codes that control the apearance of the document contents

  1. Tags

  2. Code

  3. Slashes

  4. Properties


Correct Option: A

What are the genral syntax for inline image?

  1. src=img

  2. src=image

  3. img=file

  4. img src=file


Correct Option: D
Explanation:

To insert an inline image in HTML, the general syntax is:

<img src="image_file_path" alt="alternate_text">

Where:

  • img is the HTML tag used to define an image
  • src is an attribute used to specify the path to the image file
  • image_file_path is the relative or absolute URL to the image file
  • alt is an attribute used to specify alternate text for the image, which is displayed if the image cannot be loaded or if the user is using a screen reader

Therefore, the correct answer is:

The Answer is: D. img src=file

An HTML_____takes text in one format and changes it to HTML code.

  1. Browser

  2. Editor

  3. Converter

  4. Processor


Correct Option: C

AI Explanation

To answer this question, you need to understand the purpose of each option. Let's go through each option to understand why it is correct or incorrect:

Option A) Browser - This option is incorrect because a browser is a software application that displays HTML content, but it does not convert text in one format to HTML code.

Option B) Editor - This option is incorrect because an editor is a software application used to create and edit HTML code, but it does not convert text in one format to HTML code.

Option C) Converter - This option is correct because a converter is a software application or tool that takes text in one format (such as plain text or a specific markup language) and converts it into HTML code.

Option D) Processor - This option is incorrect because a processor is a general term that can refer to any software or hardware component that performs a specific task. While it is possible for a processor to convert text to HTML code, the term "processor" alone does not specifically indicate this functionality.

The correct answer is C) Converter. This option is correct because a converter is designed to take text in one format and change it to HTML code.

To create a link to an anchor, you use the______property in A tag

  1. Name

  2. Tag

  3. Link

  4. Href


Correct Option: D
- Hide questions