0

web technology Online Quiz - 161

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

how do u read the passed arguments to a windows bat file inside that bat file?

  1. using $ARGS[0] , $ARGS[1] etc

  2. using $1 , $2 etc

  3. using $[0] , $[1] etc

  4. using %1, %2 etc


Correct Option: D

XML is standardised by the

  1. WSDL

  2. XML schema organisation

  3. W3C

  4. XML consortium


Correct Option: C

By defaut assemblies are -------- in .NET

  1. shared

  2. private

  3. public

  4. protected


Correct Option: B
  1.      1 AND 2 only

  2.   2 AND 3 only

  3.      3 AND 1 only

  4.       1 , 2 and 3


Correct Option: D

The ------- name space contains classes for working with EVENT LOG

  1. System.IO

  2. System.Data

  3. System.Diagnostics

  4. System.Directory


Correct Option: C

The format of assembly version is

  1. ...

  2. ...

  3. ...

  4. ...


Correct Option: A

Identify the wrong statement

  1. Visual studio is a common IDE for all microsoft .NET languages

  2. share point portal server supports business to business integration

  3. CLI is an international standard [ ECMA ]

  4. The CLR is a foundation of .NET framework


Correct Option: B

CLS stands for

  1. common language system

  2. computer language system

  3. common language specification

  4. computer language specification


Correct Option: C

CTS stands for

  1. common type system

  2. common type specification

  3. command type system

  4. command type specification


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of CTS (Common Type System).

Option A) Common Type System - This option is correct. CTS stands for Common Type System, which is a set of rules defined by the .NET framework that all languages must adhere to. It ensures interoperability between different languages by defining a common set of data types and their behavior.

Option B) Common Type Specification - This option is incorrect. While it sounds similar to CTS, the correct term is Common Type System, not Common Type Specification.

Option C) Command Type System - This option is incorrect. CTS does not stand for Command Type System.

Option D) Command Type Specification - This option is incorrect. CTS does not stand for Command Type Specification.

The correct answer is A) Common Type System. This option is correct because CTS stands for Common Type System, which is a set of rules defined by the .NET framework for ensuring interoperability between different languages.

------ is not a part of .NET assembly structure

  1. meta data

  2. IL

  3. manifest

  4. none of the above


Correct Option: D

To deploy an assembly into GAC

  1. -sn.exegacutil.exe

  2. -sm. exegacutil.exe

  3. -sm. exegacutil.dll

  4. -sm. exegacutil.dpy


Correct Option: A
  1. universal data description and integration

  2. universal data discovery and identification

  3. universal description discovery and identification

  4. universal description discovery and integration


Correct Option: D

Assistive Technology is

  1. Technology that assists developers in creating accessible products.

  2. Technology used in software that provide student instruction, tests and learning feedback with no or only periodic involvement by an instructor.

  3. Technology that assists all users in understanding the functioning of software.

  4. Any software or hardware that is commonly used to increase, maintain, or improve functional capabilities of individuals with disabilities.


Correct Option: D

The Web Content Accessibility Guidelines for making web content accessible is provided by:

  1. There are currently no such guidelines available.

  2. Microsoft

  3. W3C’s Web Accessibility Initiative group.

  4. United Nations


Correct Option: C

Accessibility is

  1. The degree to which any product is accessible to maximum users possible.

  2. The degree to which a product is accessible to users without disabilities.

  3. The degree to which a product is accessible to only indivisuals with disabilities.

  4. The level of authorization provided to a user to use a product.


Correct Option: A
  1. There are currently no such guidelines available.

  2. Microsoft

  3. W3C’s Web Accessibility Initiative group.

  4. United Nations


Correct Option: C
- Hide questions