Searching for "Of"

Q:

Explain how garbage collection manages the reclamation of unused memory?

Answer

The garbage collector assumes that all objects in the managed heap are garbage. It starts walking the roots and builds a graph of all objects reachable from the roots recursively. It stops when it attempts to add an object to the graph that it previously added. The graph contains the set of all objects that are reachable from the application's roots. Any object/s that is not in the graph is not accessible by the application, and is considered garbage. Collection only occurs when the heap is full. In such a case, each and every garbage object calls the Finalize method and reclaims the unused memory

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Software Architect

Q:

In how many years will a sum of Rs.800 at 10% per annum compounded semi annually become Rs.926.10

A) 1.5 B) 2.5
C) 3.5 D) 4.5
 
Answer & Explanation Answer: A) 1.5

Explanation:

Let the time be 'n' years, Then

 

800×1+51002n=926.10 <=> 1+51002n=92618000<=>21202n=21103

 

n = 3/2 or n= 112 Years 

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: GRE

Q:

The present of Rs.169 due in 2years at 4% per annum compound interest is

A) Rs.150.50 B) Rs.154.75
C) Rs.156.25 D) Rs.158
 
Answer & Explanation Answer: C) Rs.156.25

Explanation:

Present worth = 169/(1+4/100)^n = 156.25

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: GRE
Job Role: Analyst

Q:

What are the ways of preserving data on a Web Form in ASP.NET?

Answer

These objects provide two levels of scope:


Application State


Data stored in the application object can be shared by all the sessions of the application.


Application object stores data in the key value pair.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: Software Architect

Q:

At what rate of compound interest per annum will a sum of rs.1200 becomes rs.1348.32 in 2 years

A) 66%% B) 6.5%
C) 7% D) 7.5%
 
Answer & Explanation Answer: A) 66%%

Explanation:

rate=r%

1200 (1+r/100)^2=1348.32

r=6%

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: GRE
Job Role: Analyst

Q:

The difference between the simple interest received from two different sources on Rs.1500 for 3 years is Rs.13.50. The difference between their rates of interest is

A) 0.1% B) 0.2%
C) 0.3% D) 0.4%
 
Answer & Explanation Answer: C) 0.3%

Explanation:

(1500 x R1 x 3)/100 

=> 4500 (R1-R2) = 1350 

=> (R1-R2)= 1350/4500 = 0.3 %

Report Error

View Answer Report Error Discuss

Filed Under: Simple Interest
Exam Prep: GRE

Q:

Should government jobs in rural areas have more incentives

Arguments:

1. Yes. Incentives are essential for attracting government servants there

2. No. Rural areas are already cheaper,healthier and less complex than big cities .So,why offer extra incentives!

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 or 2 is true
 
Answer & Explanation Answer: A) Only 1 is true

Explanation:

Government jobs in rural are underlined with several difficulties in love of these .In lieu of these ,extra incentives are needed

Report Error

View Answer Report Error Discuss

Filed Under: Statement and Arguments
Exam Prep: GRE

Q:

Should a total ban be put on traping wild animals?

Arguments:

1. Yes. Trappers are making a lot of money
2. No. Bans on hunting and trapping are not effective

A) Only 1 is true B) Only 2 is true
C) Either 1 or 2 is true D) Neither 1 or 2 is true
 
Answer & Explanation Answer: D) Neither 1 or 2 is true

Explanation:

Ban is necessary to protect our natural envoirnment .So none of the argument is strong enough

Report Error

View Answer Report Error Discuss

Filed Under: Statement and Arguments
Exam Prep: GRE