0

web technology Online Quiz - 101

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

What is the correct HTML for adding a background color

  1. yellow


Correct Option: C

Choose the correct HTML tag to make a text bold


Correct Option: C

What is the correct HTML for creating a hyperlink


Correct Option: B

How can you create an e-mail link?

  1. xxx@yyy


Correct Option: D

SYNCHRONOUS GENERATOR OPERATING AT LEADING POWER FACTOR WILL BE ???

  1. UNDER EXCITED

  2. OVER EXCITED

  3. NORMALLY EXCITED

  4. HALF EXCITED


Correct Option: A
  1. Hyperlinks

  2. Named anchors

  3. Reference entities

  4. None of the above


Correct Option: B

How will the following be displayed in a web page?<blockquote>This is a blockquote</blockquote>

  1. ‘This is a blockquote’ will be underlined

  2. ‘This is a blockquote’ will be italicized

  3. ‘This is a blockquote’ will be made bold

  4. ‘This is a blockquote’ will appear with white spaces before and after it.


Correct Option: D

Which tag do we use to redirect browser to a nonframeset version of the web site if frames are not supported by the browser?

  1. noframes

  2. iframe

  3. noframesupport

  4. None of the above


Correct Option: A

What is the title attribute used for?

  1. To define title of the HTML document

  2. To instruct browser where to find stylesheets, metadata etc

  3. To show additional information about an element as a tooltip text when the mouse moves over it

  4. None of the above


Correct Option: C

Which tag is used to toggle control when the user clicks on the text within the element?

  1. toggle

  2. label

  3. caption

  4. None of the above


Correct Option: B

Inversion of Control Pattern (IOC) is also known as ?

  1. Inversion Injection

  2. Dependency Injection

  3. Setter Injection

  4. Pattern Injection


Correct Option: B

Does Spring enable POJO programming?

  1. True

  2. False


Correct Option: A

Features of Spring ?

  1. Light Weight

  2. IOC

  3. Bean Factory

  4. AOP

  5. MVC Framework


Correct Option: A,B,D,E

Loose coupling is achieved in Spring using _________ ?

  1. AOP

  2. IOC

  3. Container

  4. MVC Framework


Correct Option: B
  1. Interface Injection

  2. Getter Injection

  3. Constructor Injection

  4. Destructor Injection


Correct Option: C
- Hide questions