0

web technology Online Quiz - 3

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

DOM stands for Document Object Model

  1. True

  2. False


Correct Option: A

HTTP stands for Hypertext Transfer Protocol

  1. True

  2. False


Correct Option: A

W3C stands for World Wide Web Consortium

  1. True

  2. False


Correct Option: A

GIF stands for Graphics Interchange Format

  1. True

  2. False


Correct Option: A

XHTML stands for Extended HyperText Markup Language

  1. True

  2. False


Correct Option: B
  1. Boundary value analysis

  2. Equivalence partitioning

  3. Decision table testing

  4. State transition testing


Correct Option: B
  1. Create separate areas for desktop and mobile browsers

  2. Use same controllers and views for desktop and mobile browsers, but render views with different razor layouts for desktop and mobile browsers.

  3. Do nothing

  4. Use same controllers, but render different views for desktop and mobile browsers.


Correct Option: B
  1. Index method of HomeController.cs

  2. About method of _Layout.cshtml

  3. RegisterRoutes method in Global.asax.cs

  4. Login method of HomeController.cs


Correct Option: C

In which file do we write code to associate a different layout for mobile devices in MVC3?

  1. Global.asax.cs

  2. web.config

  3. _Layout.cshtml

  4. _ViewStart.cshtml


Correct Option: D

MVC framework is built on top of ASP.NET framework

  1. True

  2. False


Correct Option: B

It is mandatory that same controllers be shared by different areas in an MVC application.

  1. True

  2. False


Correct Option: B

Which class is to be updated to specify the home controller in Mobile area?

  1. RazorLayout

  2. ViewStart

  3. HomeController

  4. MobileAreaRegistration


Correct Option: D
- Hide questions