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

Choose the correct HTML tag to make a text italic


Correct Option: A

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

How can you open a link in a new browser window


Correct Option: B

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

  1. UNDER EXCITED

  2. OVER EXCITED

  3. NORMALLY EXCITED

  4. HALF EXCITED


Correct Option: A

What is used to create table of contents of a large document in html?

  1. Hyperlinks

  2. Named anchors

  3. Reference entities

  4. None of the above


Correct Option: B

In the following piece of code, what should be the value given to the attribute selected to indicate a preselected value in the drop down menu when the page loads? Select Dog Cat Fish Parrot

  1. true

  2. false

  3. selected

  4. enabled


Correct Option: C

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

How many modules are there in Spring?

  1. 5

  2. 6

  3. 7

  4. 8


Correct Option: C

Can you place Sub page into Grid?

  1. True

  2. False


Correct Option: A

Spring supports following injection?

  1. Interface Injection

  2. Getter Injection

  3. Constructor Injection

  4. Destructor Injection


Correct Option: C
- Hide questions