Searching for "u"

Q:

There is 60% increase in an amount in 6 years at simple interest. What will be the compound interest of Rs. 12,000 after 3 years at the same rate

A) Rs.4972 B) Rs.3972
C) Rs.5972 D) Rs.2972
 
Answer & Explanation Answer: B) Rs.3972

Explanation:

 

Let P = Rs. 100. Then, S.I. Rs. 60 and T = 6 years.

 

R=100*60100*6 =10% p.a

 

Now, P = Rs. 12000. T = 3 years and R = 10% p.a.

 

C.I=Rs.12000*1+101003-1
       =Rs.3972

Report Error

View Answer Report Error Discuss

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

Q:

What is the managed execution process?

Answer

Managed execution process is a process where CLR executes the managed code. The steps involved in this process are:



  1.  Choosing the right compiler

  2.  Compiling the code to MSIL. This also generates the required metadata.

  3.  Compile the MSIL ode to native machine code.

  4. Executing the code with the variety of services available

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Explain how to configure Trace switches in the application’s .config file.?

Answer

switches are configured using the .config file


<system.diagnostics>


<switches>


<add name="MyTraceSwitch" value="1" />


<add name="TraceSwitch2" value="1" />


</switches>


</system.diagnostics>


both are on.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

Describe how to step through code in .NET.

Answer

Steps to step through the code in .NET:



  1. Start the program in debug mode.

  2. When the first breakpoint is reached then step through can be done in one of the two ways:



  •  Press F10 to move to next line.

  •  Select debug menu and click on step over. This would step over the breakpoint to next level.


       3. Other options are: “Step Into” and “Step Out”.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

Q:

The book ' All Under Heaven ' was written by

A) Pearl S. Buck B) Sydney Sheldon
C) D.H.Lawrence D) George Bernard Shaw
 
Answer & Explanation Answer: A) Pearl S. Buck

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Lala lajapathi rai is the author of the book

A) India Divided B) Hind Swaraj
C) Unhappy India D) Mother India
 
Answer & Explanation Answer: C) Unhappy India

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

Q:

Which of the following newspapers was published in Bengali Language

A) Jugantar B) Pratap
C) Din Mani D) Lok Satta
 
Answer & Explanation Answer: A) Jugantar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

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