GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  TCS  >  Aptitude

 Print  |  
Question:  Program Memory Occupied

Answer: The size of a program is N. And the memory occupied by the program is given by M = square root of 100N. If the size of the program is increased by 1% then how much memory now
occupied?


May 05, 2008 11:02:31 #1
 SpandanaMohan Microsoft Expert  Member Since: January 2008    Total Comments: 10 

RE: Program Memory Occupied
 
the memory size depends on the size of the program...If the program size is increased by 1%, then the memory size also changes according to size of the pgm...The new size of the program is n+n/100...and the size of memory is square root of 100(n+n/100)....
     

 

Back To Question