Tag: technology

Questions Related to technology

  1. FieldValidator

  2. RegularExpressionValidator

  3. RangeValidator

  4. PatternValidator


Correct Option: B
  1. All Users of an application

  2. A Single session

  3. All users within a single tunnel

  4. None


Correct Option: B

Web Controls Supports CSS

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, you need to understand web controls and CSS.

Web controls are components used in web development to provide interactive functionalities to websites. Examples of web controls include buttons, textboxes, dropdown menus, and checkboxes.

CSS (Cascading Style Sheets) is a style sheet language used to describe the presentation of a document written in HTML (Hypertext Markup Language). CSS allows developers to control the layout and appearance of web pages.

The statement "Web controls support CSS" is true. Web controls can be styled and customized using CSS. This means that you can apply CSS styles to web controls to change their appearance, such as their color, font, size, and positioning.

Therefore, the correct answer is A) True.

  1. Windows

  2. Anonymous

  3. Basic Authentication

  4. None


Correct Option: B

Which control supports paging ?

  1. Repeater

  2. Datagrid

  3. Both

  4. None


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of paging in web controls.

Option A) Repeater - This option is incorrect because the Repeater control does not support built-in paging. It is used to display data from a data source without any built-in pagination functionality.

Option B) Datagrid - This option is correct because the Datagrid control supports paging. It provides built-in pagination functionality, allowing you to display a subset of data at a time and navigate through different pages.

Option C) Both - This option is incorrect because only the Datagrid control supports paging. The Repeater control does not have built-in paging functionality.

Option D) None - This option is incorrect because the Datagrid control supports paging.

The correct answer is B. The Datagrid control supports paging, allowing you to display data in a paginated manner.

Which of the following is not a member of Response Object ?

  1. Clear

  2. Write

  3. Execute

  4. Flush


Correct Option: C

AI Explanation

To answer this question, we need to understand the concept of a "Response object" and the methods that can be performed on it.

Option A) Clear - This option is incorrect because the Clear method is commonly used to remove any previously set headers or content from the response object.

Option B) Write - This option is incorrect because the Write method is commonly used to write content to the response object.

Option C) Execute - This option is correct because the Execute method is not typically a member of the Response object. The Execute method is not a standard method that is commonly used to interact with the response object.

Option D) Flush - This option is incorrect because the Flush method is commonly used to send any buffered response data to the client.

The correct answer is C) Execute. This option is not a member of the Response object.

Your company ABC Inc. standardizes on the .NET Framework as its software development platform. Subsequently, virus attacks cause your company to prohibit the execution of any applications downloaded from the Internet. You must ensure that all client computers on your intranet can execute all .NET applications originating from your company. You must also ensure that the execution of .NET applications downloaded from the Internet is prohibited. You must expend the minimum amount of administrative effort to achieve your goal. Which policy should you modify?

  1. Application Domain.

  2. Enterprise

  3. Machine

  4. User


Correct Option: B

You use Visual Studio .NET to create an application that uses an assembly. The assembly will reside on the client computer when the application is installed. You must ensure that any future applications installed on the same computer can access the assembly. Which two actions should you take? (Each correct answer presents part of the solution.

  1. Use XCOPY to install the assembly in the global assembly cache.

  2. Use XCOPY to install the assembly in the Windows\Assembly folder.

  3. Create a strong name for the assembly.

  4. Recompile the assembly by using the Native Image Generator (Ngen.exe).


Correct Option: C