0

web technology Online Quiz - 6

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

When different set of web pages are designed for mobile devices, they do not share the configuration & session data with the desktop web pages.

  1. True

  2. False


Correct Option: B
  1. The response from ASP.NET web page is modified to suit a mobile device.

  2. It automatically caches the web pages specific for mobile devices to improve performance.

  3. It comes with a set of scripts to check mobile readiness of web pages.

  4. It gives more accurate / enhanced information in Request.Browser object than is available by default in ASP.NET 4.0.


Correct Option: D

What is the location in web page to hook a different master page to it?

  1. Page_PreInit handler

  2. Page_Load handler

  3. Page_Init handler

  4. Page_Unload handler


Correct Option: A

If a mobile device user is to be redirected to a mobile web page at the start of his browser session, redirect him / her in

  1. Session_Start method in code behind file of web page

  2. Application_Start method in Global.asax file

  3. Page_Init handler of web page

  4. Session_Start method in Global.asax file


Correct Option: D
  1. System.Network.DisableTranscoder()

  2. Response.Cache.SetNoTransforms()

  3. Microsoft.Network.DisableProxyServer()

  4. Request.Cache.SetNoTransforms()


Correct Option: B

Which of the following is an example of client side solution?

  1. Use different master page for mobile devices

  2. Use different Cascading Style Sheet (CSS) to layout the web page in an optimal manner on mobile device

  3. Use different web pages for mobile devices.

  4. Combination of 1 & 3


Correct Option: B

Using CSS3 Media Queries, we can

  1. Associate different business logic for mobile devices

  2. Associate different master page for mobile devices

  3. Associate different style sheet for different screensizes of mobile devices

  4. Find out the multimedia and image formats supported by a given mobile device


Correct Option: C

An optimum way of designing layouts for mobile devices is to

  1. Design for mobile device models

  2. Design for mobile device OS platform

  3. Design for mobile device screen size

  4. Design for mobile device manufacturer


Correct Option: C

If an element is affected by external style sheet, internal style sheet and inner style, which style takes precedence?

  1. External Style Sheet

  2. Inner Style

  3. Internal Style Sheet

  4. Depends on case to case basis


Correct Option: B

Microsoft recommends the usage of ASP.NET Mobile Controls for development of web application for mobile devices in ASP.NET 4.0.

  1. True

  2. False


Correct Option: B

With the following directive in a web page designed for desktop, mobile device will never receive cached desktop web page:

  1. True

  2. False


Correct Option: B

What was the first ARPANET message?

  1. "hello world"

  2. "lo"

  3. "mary had a little lamb"

  4. "Arpanet, cyberspace"


Correct Option: B

Who is largely responsible for breaking the German Engima codes, created a test that provided a foundation for AI?

  1. Jeff Bezos

  2. George Boole

  3. Alan Turing

  4. Charles Babbage


Correct Option: C

INDEX often improves the performance of SELECT. However, degrades the performance of DMLs

  1. True

  2. False


Correct Option: A

STATEMENT LABELS can be used primarily for naming ... Choose all that apply

  1. Loop

  2. IF-THEN-ELSE-ENDIF construct

  3. Block

  4. Exception


Correct Option: A,C

Who is largely responsible for breaking the German Engima codes, created a test that provided a foundation for Artificial Intelligence?

  1. Jeff Bezos

  2. George Boole

  3. Alan Turing

  4. Charles Babbage


Correct Option: C
- Hide questions