Searching for "components."

Q:

Consider the following statements about National Wildlife Action Plan (NWAP) of India for 2017-2031 :

1. This is the Third National Wildlife Action Plan.

2. The NWAP is unique as this is the first time India has recognized the concerns relating to climate change impact on wildlife.

3. The NWAP has ten components. Which of the statements given above is/are correct?

A) 1 only B) 1 and 2 only
C) 2 and 3 only D) 1, 2 and 3
 
Answer & Explanation Answer: B) 1 and 2 only

Explanation:

India unveiled the third National Wildlife Action Plan for 2017-2031. The plan was unveiled by environment minister Dr Harsh Vardhan on the inaugural day of the Global Wildlife Programme (GWP) conference The third National Wildlife Action Plan is unique as this is the first time India has recognised the concerns relating to climate change impact on wildlife and stressed on integrating actions that need to be taken for its mitigation and adaptation into wildlife management planning processes. The plan adopts a “landscape approach”in conservation of all wildlife.The government has also underlined an increased role of private sector in wildlife conservation. The plan has 5 components, 17 themes, 103 conservation actions and 250 projects.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

Q:

Explain the SQL Server 2005 Business Intelligence components.

Answer

- SQL Server Integration Services:- Used for data transformation and creation. Used in data acquisition form a source system.


- SQL Server Analysis Services: Allows data discovery using data mining. Using business logic it supports data enhancement.


- SQL Server Reporting Services:- Used for Data presentation and distribution access. 

Report Error

View answer Workspace Report Error Discuss

Q:

Duty free technology parks where foreign firms can manufacture electronic hardware components are proposed to be established at various places in the country.

 

Courses of Action:

I. Government should immediately implement the proposal to augment the foreign currency reserve by exporting the products.

II. Government should not implement the proposal as it will hinder indigenous production of hardware components.

A) Only I follows B) Only II follows
C) Neither I nor II follows D) Both I and II follow
 
Answer & Explanation Answer: A) Only I follows

Explanation:

The step discussed in the statement would surely give a boost to hardware industry and help our country to stand apart in this field. Thus, only I follows.

Report Error

View Answer Report Error Discuss

Q:

You use Visual Studio .NET to create an assembly, called XYZAssembly, that will be used by other applications, including a standard COM client application.


You must deploy your assembly on the COM application to a client computer. You must ensure that the COM application can instantiate components within the assembly as COM components.

What should you do?

A) Create a strong name of the assembly by using the Strong Name tool (Sn.exe). B) Generate a type library for the assembly by using the Type Library Importer (Tlbimp.exe). Register the file on the client computer.
C) Generate a registry file for the assembly by using the Assembly Registration tool (Regasm.exe) Register the file on the client computer. D) Deploy the assembly to the global assembly cache on the client computer. Add a reference to the assembly in the COM client application.
 
Answer & Explanation Answer: C) Generate a registry file for the assembly by using the Assembly Registration tool (Regasm.exe) Register the file on the client computer.

Explanation:

The Assembly Registration tool reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently. Once a class is registered, any COM client can use it as though the class were a COM class..

 

Incorrect Answers:

Option A:
The Strong Name tool helps sign assemblies with strong names.


Option B:
The Type Library Importer, tlbimp.exe, converts the type definitions found within a COM type library into equivalent definitions in a common language runtime assembly. It would not be useful in this scenario however.


Option D:
This would not allow the COM application to use the class.

Report Error

View Answer Report Error Discuss