Searching for "at____"

Q:

Who said, " I therefore, want freedom immediately, this very night, before dawn, if it can be had

A) Mahatma Gandhi B) Edwina Mounbatten
C) Jawaharlal Nehru D) Ms. Taslima Nasreen
 
Answer & Explanation Answer: A) Mahatma Gandhi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Explain the process of creating a context menu using the ContextMenu component

Answer

ContextMenu component provides the users with the ability to access some very frequently used commands. Context menu works by right click of mouse. They mainly provide access to commands particular to the control that has been clicked upon.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Explain how a .NET application is compiled and executed?

Answer

Any code written in any .NET complaint languages when compiled, converts into MSIL (Microsoft Intermediate Language) code in form of an assembly through CLS, CTS. IL is the language that CLR can understand. On execution, this IL is converted into binary code by CLR’s just in time compiler (JIT) and these assemblies or DLL are loaded into the memory.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

The celebrated Novel 'The Godfather' was authored by

A) John Milton B) Victor Hugo
C) Mario Puzo D) Harold Robbins
 
Answer & Explanation Answer: C) Mario Puzo

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

The compound interest on Rs. 30,000 at 7% per annum is Rs. 4347. The period (in years) is

A) 2years B) 3years
C) 4years D) 5years
 
Answer & Explanation Answer: A) 2years

Explanation:

 

 

 

Amount = Rs(30000 + 4347) = Rs.34347.

 

 

 

Let the time be n years. Then,

 

 300001+7100n=34347

 

 

 

107100n=3434730000=1144910000=1071002

 

 

 

n= 2years.

Report Error

View Answer Report Error Discuss

Filed Under: Compound Interest
Exam Prep: Bank Exams
Job Role: Bank PO

Q:

What is the information does assembly manifest provide?

Answer

Information provided by Assembly Manifest:



  1.  Assembly Name

  2.  Version Number

  3.  Culture

  4.  Strong name

  5.  List of files inside the assembly

  6.  Reference information

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

What is assembly manifest?

Answer

Assembly Manifest is a file that contains data that describes how the elements present inside an assembly are connected to each other. The assembly manifest contains assembly metadata to define the scope of the assembly and resolve references to resources and classes.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

What will be the compound interest on a sum of Rs.25,000 after 3 years at the rate of 12 p.c.p.a?

A) Rs.10123.20 B) Rs.12100
C) Rs.12552 D) Rs.12665
 
Answer & Explanation Answer: A) Rs.10123.20

Explanation:

Amount

= Rs.(25000x(1+12/100)³

= Rs.(25000x28/25x28/25x28/25)

= Rs. 35123.20.

 

C.I = Rs(35123.20 -25000)

= Rs.10123.20

Report Error

View Answer Report Error Discuss

Filed Under: Compound Interest
Exam Prep: GRE