0

web technology Online Quiz - 125

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

ASP.NET 2.0 does not require IIS on your machine to host Web pages.

  1. True

  2. False


Correct Option: A

What new server control object does ASP.NET 2.0 provide to access & bind data?

  1. GridView

  2. DataGrid

  3. DataSet

  4. DataBinder


Correct Option: A
  1. IIS Manager

  2. Microsoft Management Console

  3. web.config file

  4. Integrated Development Environment


Correct Option: B

Although the result set in output cache is updated every 15 sec, this is unacceptable in an ideal situation. What does ASP.NET 2.0 do to overcome this?

  1. SQL cache invalidation

  2. Trigger

  3. GridView

  4. Refresh


Correct Option: A

ASP.NET 2.0 has built-in capability for validating users and their roles. These users and roles are stored in ?

  1. SQL server 2005

  2. MS Access

  3. MS Excel

  4. SQL Server Express


Correct Option: D

Site Navigation in ASP.NET 2.0 allows to navigate through the applications with ease. The various site navigation server controls are,

  1. TreeView Server Control

  2. SiteMapPath Server Control

  3. Menu Server Control

  4. All of the above

  5. None of the above


Correct Option: D

All class's source codes are found in which of the following directory?

  1. \App_Code

  2. \App_Theme

  3. Solution Explorer

  4. Server Explorer


Correct Option: A

List of elements that appear in the bottom of your ASP.NET page, used for navigation is called as

  1. Page Tabs

  2. Smart tags

  3. Tab Navigator

  4. Task bar


Correct Option: C

In Visual Studio 2005, at sometimes you can notice an underline in code. What does that mean?

  1. Code Change status Notifications

  2. Smart tags

  3. Page tabs

  4. Error Notifiaction and Assistance


Correct Option: D

______________ control section in Toolbox includes controls that enable to work through collection of ASP.NET pages such as TreeView, Menu.

  1. Validation

  2. Navigation

  3. Login

  4. Standard


Correct Option: B

This control section in Toolbox deals with personalization features. What's that?

  1. Webparts

  2. HTML

  3. Data

  4. General


Correct Option: A

Which of the following Windows enables you to work with database connectivity?

  1. Server Explorer

  2. Solution Explorer

  3. Properties Window

  4. Toolbox


Correct Option: A

I enable you to quickly program common tasks. Not every server control has me. I appear as a small arrow in right hand corner of the control in Design view. Who am I?

  1. Snippets

  2. Smart tags

  3. Tasks

  4. Tag Navigator


Correct Option: B

Visual studio 2005 includes little pieces of code that perform a specific task to use freely within your code known as,

  1. Snippets

  2. Smart tags

  3. Tasks

  4. Puppets


Correct Option: A

Visual studio 2005 can save settings - customizations and modications to the development environment.

  1. True

  2. False


Correct Option: A

By default , Visual studio 2005 checks your ASP.NET pages in compliance with

  1. Internet explorer 6.0

  2. Internet explorer 3.2/ Netscape navigator 3.0

  3. HTML 4.01

  4. XHTML 1.0 Frameset


Correct Option: A

java.nio provides for system input and output through data streams, serialization and the file system.

  1. True

  2. False


Correct Option: A

If you want to create an ASP.NET application on a remote server, where will you choose the location?

  1. File System

  2. Local IIS

  3. FTP Site

  4. Remote Site


Correct Option: C

Which of the following Page Structure Options of ASP.NET 2.0 refers to the business logic of the application?

  1. Code-inline model

  2. Code-behind model

  3. Either 1 or 2

  4. None of the above


Correct Option: B
- Hide questions