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
  1. architectural independent

  2. language independent

  3. based on http

  4. none of the above


Correct Option: A,B
  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
  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
  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
  1. type

  2. message

  3. portType

  4. binding

  5. operations

  6. error messages


Correct Option: A,B,C,D
  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

Which is correct?

  1. Click Here

  2. Click Here

  3. Click Here

  4. Click Here


Correct Option: C

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.

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

- Hide questions