Tag: web technology

Questions Related to web technology

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