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

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
  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

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

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
  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
  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.

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

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