0

web technology Online Quiz - 207

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

Does ASP debugging work in IIS 6.0 worker process isolation mode?

  1. True

  2. False


Correct Option: A
  1. recycle after a fixed time

  2. recycle after the set no. of requests processed

  3. recycle after set % CPU utilized

  4. recycle after a certain amnt of time has elapsed


Correct Option: A,B,D

Which of this is not a proper authentication process for IIS

  1. Basic access authentication

  2. Digest access authentication

  3. Integrated Windows Authentication

  4. Anonymous Access Authentication


Correct Option: D
  1. Windows Vista Corporate Edition

  2. Windows Server 2008 R1

  3. Windows Server 2008 R2

  4. Windows Server 2003 Sp3


Correct Option: C

Which of the following denote ways to manage state in an ASP.Net Application?

  1. Session objects

  2. Application objects

  3. ViewState

  4. All the Above


Correct Option: D
  1. Server.Transfer

  2. Response.Redirect

  3. Both A) and B)

  4. None of the Above


Correct Option: C
  1. ASP.NET applications run without a Web Server

  2. ASP+ and ASP.NET refer to the same thing

  3. ASP.NET is a major upgrade over ASP

  4. None of the Above


Correct Option: B
  1. ControlToValidate property

  2. Text property

  3. Both A) and B)

  4. None of the Above


Correct Option: C
  1. Session.Dump

  2. Session.Abandon

  3. Session.Exit

  4. None of the Above


Correct Option: B

What is the base class from which all Web forms inherit?

  1. Master Page

  2. Page Class

  3. Session Class

  4. None of the Above


Correct Option: B
  1. Server-side code

  2. Client-side code

  3. Both A) and B)

  4. None of the above


Correct Option: A
  1. RMT

  2. CLR

  3. RCT

  4. RC


Correct Option: B
Explanation:

To answer this question, the user needs to know what the .NET Framework is and what it provides. The .NET Framework is a software development framework developed by Microsoft. It provides a runtime environment called the Common Language Runtime (CLR), which manages the execution of .NET applications and provides services such as memory management, security, and exception handling.

Therefore, the correct answer is:

The Answer is: B. CLR

In .NET the operation of reading metadata and using its contents is known as

  1. Reflection

  2. Enumeration

  3. Binding

  4. Serialization


Correct Option: A

AI Explanation

To answer this question, we need to understand the concept of reading metadata and using its contents in .NET.

Option A) Reflection - This option is correct. Reflection in .NET refers to the process of examining and manipulating metadata, such as types, properties, and methods, at runtime. It allows you to dynamically inspect and interact with objects and their metadata. Reflection is often used for tasks like invoking methods, accessing properties, and creating instances dynamically.

Option B) Enumeration - This option is incorrect. Enumeration is a different concept in .NET that refers to the process of iterating over a collection of items.

Option C) Binding - This option is incorrect. Binding in .NET refers to the process of connecting data to a user interface element or a property of an object.

Option D) Serialization - This option is incorrect. Serialization in .NET refers to the process of converting an object into a format that can be stored or transmitted, typically as binary or XML data.

The correct answer is A) Reflection. This option is correct because reflection is the operation of reading metadata and using its contents in .NET.

WSDL stands for

  1. Web Server Description Language

  2. Web Server Descriptor Language

  3. Web Services Description Language

  4. Web Services Descriptor Language


Correct Option: C
- Hide questions