0

web technology Online Quiz - 28

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

why almost all nielsen's Server ip addresses starts with 10?

  1. Since it is private address, more secure to use.

  2. Since it is private address, cost effective.

  3. Since it is public address, more secure to use.

  4. Since it is public address, cost effective.


Correct Option: B

what is the session management technique followed in answersint portal?

  1. sessions stored in state service

  2. sessions stored in server's inbuilt memory.

  3. Both A and B

  4. sessions stored in database


Correct Option: D

What is name of Linux version of silverlight ?

  1. SilverLight Only

  2. SunLight

  3. MoonLight

  4. StarLight


Correct Option: C

Can you provide a list of Layout Management Panels and when you will use them?

  1. Canvas Panel

  2. Stack Panel

  3. Grid Panel

  4. None of these


Correct Option: A,B,C

Silverlight Project Supports which of the following ?

  1. DataTable

  2. DataSet

  3. DataColumn

  4. None of these


Correct Option: D

How many Types of Bruhes are there in silverlight ?

  1. VideoBrush

  2. PaintBrush

  3. SolidColorBrush

  4. ImageBrush

  5. All of the above


Correct Option: A,C,D

What is the XAP mime type in SilverLight 3.5 ?

  1. application/x-silverght1.0

  2. application/x-silverght2.0

  3. application/x-silverght3.0

  4. application/x-silverght

  5. None of these


Correct Option: D

which browser does SilverLight supports ?

  1. Internet Explorer Only

  2. Mozilla Fire Fox Only

  3. Internet Explorer & Mozilla Fire Fox

  4. All major browsers


Correct Option: D

Which of control need to be used in order to create a Pop-up window ?

  1. Pop-up Control

  2. Child window Control

  3. Model window Control

  4. Model Dialog Control


Correct Option: A,B

What is the method that get raised when there is a change in the field ?

  1. OnItemChanged();

  2. OnFieldChanged();

  3. OnPropertyChanged();

  4. All of the above


Correct Option: C

Which class in silverLight is used inorder to store data locally on the user's computer ?

  1. StorageManager

  2. IsolatedStorage

  3. ConsoleManager

  4. ConfigurationStorageManager

  5. All of the above


Correct Option: B

Which product of Microsoft, helps designers and developers to collaborate in designing extra ordinary user interface of silver light application?

  1. Visual Studio 2008

  2. Photoshop

  3. Expression Blend

  4. Expression Suite


Correct Option: C

What are the different ways to display text with Silverlight?

  1. Glyph Element

  2. Label Element

  3. TextBlock Element

  4. RichTextBlock Element


Correct Option: A,C

What Pre-requisites software need to run Silverlight application

  1. SilverLight SDK

  2. .NET Framework 2.0

  3. .NET Framework 3.0/4.0

  4. Silverlight Run-time


Correct Option: A,C,D

How to change the default page of the Silverlight application?

  1. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml; }

  2. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage.xaml(); }

  3. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new this.MainPage; }

  4. private void Application_Startup(object sender, StartupEventArgs e) { this.RootVisual = new MainPage(); }


Correct Option: D

What is Storyboard?

  1. Storyboard is a Silverlight class with control having rich GUI.

  2. Storyboard is a Silverlight class with controls animations with a timeline, and provides object and property targeting information for its child animations.

  3. Storyboard is a Silverlight class with control for playing Videos.

  4. Storyboard is a Silverlight class with control related to AJAX Controls.


Correct Option: B

Which Design pattern is more appropriate for Development of SilverLight application

  1. MVC

  2. MVP

  3. MVVM

  4. None of these


Correct Option: C

How to set Silverlight contents width as 100%?

  1. width="auto"

  2. width="*"

  3. width="100%"

  4. width=Screen.Fullscreen

  5. All of the above


Correct Option: A,B,C

What type of services does SilverLight application supports ?

  1. Web Service

  2. WCF Service

  3. RIA Service

  4. All of the above


Correct Option: D

What is the main feature and advantage of silverLight?

  1. Cross-Platform

  2. Easy Development

  3. Less memory usage

  4. All of the above


Correct Option: A
- Hide questions